summaryrefslogtreecommitdiff
path: root/test/Sema/ms-inline-asm.c
Commit message (Expand)AuthorAgeFilesLines
* Fixups to FE tests affected by D36793Coby Tayree2017-08-241-8/+3
* Sema: prevent __declspec(naked) use on x64Saleem Abdulrasool2017-04-071-1/+1
* __declspec is not a core Clang language extension. Instead, require -fms-exte...Aaron Ballman2015-05-261-1/+1
* ms-inline-asm: Correctly mark MS inline ASM labels as usedEhsan Akhgari2014-10-081-2/+8
* ms-inline-asm: Scope inline asm labels to functionsEhsan Akhgari2014-09-221-3/+37
* Don't allow inline asm statements to reference parameters in naked functionsHans Wennborg2014-09-041-0/+11
* MS inline asm: Add tests for LLVM r214468Reid Kleckner2014-08-011-0/+4
* clang-cl: Merge adjacent single-line __asm blocksEhsan Akhgari2014-07-251-13/+13
* Fix up the test that expects the failure fixed in r212352Ehsan Akhgari2014-07-041-2/+0
* Add tests for MS inline asm change r203146Reid Kleckner2014-03-061-0/+26
* Tests for LLVM MS inline asm change r202865Reid Kleckner2014-03-041-0/+25
* clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/NAKAMURA Takumi2013-12-041-1/+1
* MS inline asm: When LLVM called back to Clang to parse a name and do nameDmitri Gribenko2013-12-031-0/+18
* Reenable ms inline asm test.Benjamin Kramer2013-12-011-6/+6
* Fail these tests in a way that doesn't cause unexpected successes, per Daniel'sChad Rosier2013-01-241-2/+1
* Temporarily XFAIL this test; the compiler will segfault if the target-specificChad Rosier2013-01-241-0/+1
* [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-styleChad Rosier2013-01-221-1/+1
* [ms-inline asm] Test case for r172773.Chad Rosier2013-01-181-0/+12
* [ms-inline asm] Updates and test case for r172743.Chad Rosier2013-01-171-16/+0
* [ms-inline asm] Test case for r170037.Chad Rosier2012-12-121-1/+4
* [driver, ms-inline asm] MS-Style inline assembly is controlled by theChad Rosier2012-12-051-1/+1
* [ms-inline asm] Add test case for r166792.Chad Rosier2012-10-261-0/+14
* These tests require an actual x86 registered target, so mark them as such. Te...David Tweed2012-10-261-0/+1
* [ms-inline-asm] Add handling for errors coming out of the backend.Eli Friedman2012-10-231-2/+17
* Replace an assertion with an error for empty __asm statements.Bob Wilson2012-09-241-0/+5