aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/ms-inline-asm.c
AgeCommit message (Expand)Author
2016-09-02(clang part) Implement MASM-flavor intel syntax behavior for inline MS asm bl...Yunzhong Gao
2016-08-02Update Clang Parser test error message to match new parser errorsNirav Dave
2016-08-01Revert r276896 "Update Clang Parser test error message to match new parser er...Hans Wennborg
2016-07-27Update Clang Parser test error message to match new parser errorsNirav Dave
2016-03-07[ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix...Marina Yatsina
2016-02-23[ms-inline-asm] Fixing bug in single asm statement supportMarina Yatsina
2015-01-16Adding option -fno-inline-asm to disallow inline asmSteven Wu
2014-09-22ms-inline-asm: Scope inline asm labels to functionsEhsan Akhgari
2014-07-25clang-cl: Merge adjacent single-line __asm blocksEhsan Akhgari
2014-07-15Don't get confused on the number of braces when braces start after the first ...Ehsan Akhgari
2014-07-06Add support for nested blocks in Microsoft inline assemblyEhsan Akhgari
2013-12-08Re-enable ms inline asm parser test.Alp Toker
2013-01-25Temporarily disabling ms-asm testRenato Golin
2013-01-22Add a triple, per Ben's suggestion.Chad Rosier
2013-01-22Second attempt to fix ppc bots.Chad Rosier
2013-01-22Add x86 requirement to hopefully fix ppc bots.Chad Rosier
2013-01-22[ms-inline asm] Remove a warning about ms-style inline assembly not beingChad Rosier
2012-12-05[driver, ms-inline asm] MS-Style inline assembly is controlled by theChad Rosier
2012-08-24[ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a Chad Rosier
2012-08-15[ms-inline asm] MSVC parses multiple __asm statements on a single line as oneChad Rosier
2012-08-14[ms-inline asm] Add a helpful assert.Chad Rosier
2012-06-20[ms-style asm] Change the fatal error to an extension warning. Apparently, thisChad Rosier
2012-06-12[ms-inline-asm] The __asm keyword is a statement separator, so multiple asmChad Rosier
2012-06-12[ms-inline-asm] Cleanup MS style inline assembly parsing.Chad Rosier
2011-09-30Some fixes for MS-style asm parsing: specifically, add some error checking, a...Eli Friedman