summaryrefslogtreecommitdiffstats
path: root/test/Parser/ms-inline-asm.c
Commit message (Expand)AuthorAgeFilesLines
* (clang part) Implement MASM-flavor intel syntax behavior for inline MS asm bl...Yunzhong Gao2016-09-021-4/+4
* Update Clang Parser test error message to match new parser errorsNirav Dave2016-08-021-1/+1
* Revert r276896 "Update Clang Parser test error message to match new parser er...Hans Wennborg2016-08-011-1/+1
* Update Clang Parser test error message to match new parser errorsNirav Dave2016-07-271-1/+1
* [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix...Marina Yatsina2016-03-071-0/+4
* [ms-inline-asm] Fixing bug in single asm statement supportMarina Yatsina2016-02-231-1/+1
* Adding option -fno-inline-asm to disallow inline asmSteven Wu2015-01-161-0/+2
* ms-inline-asm: Scope inline asm labels to functionsEhsan Akhgari2014-09-221-0/+3
* clang-cl: Merge adjacent single-line __asm blocksEhsan Akhgari2014-07-251-1/+1
* Don't get confused on the number of braces when braces start after the first ...Ehsan Akhgari2014-07-151-0/+3
* Add support for nested blocks in Microsoft inline assemblyEhsan Akhgari2014-07-061-0/+11
* Re-enable ms inline asm parser test.Alp Toker2013-12-081-1/+1
* Temporarily disabling ms-asm testRenato Golin2013-01-251-0/+1
* Add a triple, per Ben's suggestion.Chad Rosier2013-01-221-2/+1
* Second attempt to fix ppc bots.Chad Rosier2013-01-221-1/+1
* Add x86 requirement to hopefully fix ppc bots.Chad Rosier2013-01-221-0/+1
* [ms-inline asm] Remove a warning about ms-style inline assembly not beingChad Rosier2013-01-221-14/+14
* [driver, ms-inline asm] MS-Style inline assembly is controlled by theChad Rosier2012-12-051-1/+1
* [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a Chad Rosier2012-08-241-4/+4
* [ms-inline asm] MSVC parses multiple __asm statements on a single line as oneChad Rosier2012-08-151-2/+2
* [ms-inline asm] Add a helpful assert.Chad Rosier2012-08-141-5/+5
* [ms-style asm] Change the fatal error to an extension warning. Apparently, thisChad Rosier2012-06-201-12/+12
* [ms-inline-asm] The __asm keyword is a statement separator, so multiple asmChad Rosier2012-06-121-0/+6
* [ms-inline-asm] Cleanup MS style inline assembly parsing.Chad Rosier2012-06-121-1/+8
* Some fixes for MS-style asm parsing: specifically, add some error checking, a...Eli Friedman2011-09-301-0/+25