aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/ms-inline-asm.c
AgeCommit message (Expand)Author
2013-01-24Fail these tests in a way that doesn't cause unexpected successes, per Daniel'sChad Rosier
2013-01-24Temporarily XFAIL this test; the compiler will segfault if the target-specificChad Rosier
2013-01-22[ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-styleChad Rosier
2013-01-18[ms-inline asm] Test case for r172773.Chad Rosier
2013-01-17[ms-inline asm] Updates and test case for r172743.Chad Rosier
2012-12-12[ms-inline asm] Test case for r170037.Chad Rosier
2012-12-05[driver, ms-inline asm] MS-Style inline assembly is controlled by theChad Rosier
2012-10-26[ms-inline asm] Add test case for r166792.Chad Rosier
2012-10-26These tests require an actual x86 registered target, so mark them as such. Te...David Tweed
2012-10-23[ms-inline-asm] Add handling for errors coming out of the backend.Eli Friedman
2012-09-24Replace an assertion with an error for empty __asm statements.Bob Wilson