aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/ms-inline-asm.c
AgeCommit message (Expand)Author
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