summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/ms-inline-asm.c
Commit message (Collapse)AuthorAgeFilesLines
* Fail these tests in a way that doesn't cause unexpected successes, per Daniel'sChad Rosier2013-01-241-2/+1
| | | | | | suggestion. llvm-svn: 173367
* Temporarily XFAIL this test; the compiler will segfault if the target-specificChad Rosier2013-01-241-0/+1
| | | | | | | parser is not included in the compiler. Thanks to Renato for discovering the underlying issue. llvm-svn: 173365
* [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-styleChad Rosier2013-01-221-1/+1
| | | | | | inline assembly can be enable with -fasm-blocks or -fms-extensions alone. llvm-svn: 173186
* [ms-inline asm] Test case for r172773.Chad Rosier2013-01-181-0/+12
| | | | llvm-svn: 172774
* [ms-inline asm] Updates and test case for r172743.Chad Rosier2013-01-171-16/+0
| | | | | | Part of rdar://12576868 llvm-svn: 172744
* [ms-inline asm] Test case for r170037.Chad Rosier2012-12-121-1/+4
| | | | llvm-svn: 170038
* [driver, ms-inline asm] MS-Style inline assembly is controlled by theChad Rosier2012-12-051-1/+1
| | | | | | | -fasm-blocks flag, not the -fms-extensions flag. rdar://12808010 llvm-svn: 169422
* [ms-inline asm] Add test case for r166792.Chad Rosier2012-10-261-0/+14
| | | | llvm-svn: 166793
* These tests require an actual x86 registered target, so mark them as such. ↵David Tweed2012-10-261-0/+1
| | | | | | | | Tested on ARM. Patch by Joey Gouly. llvm-svn: 166765
* [ms-inline-asm] Add handling for errors coming out of the backend.Eli Friedman2012-10-231-2/+17
| | | | llvm-svn: 166463
* Replace an assertion with an error for empty __asm statements.Bob Wilson2012-09-241-0/+5
llvm-svn: 164551
OpenPOWER on IntegriCloud