summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ms-inline-asm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixups to FE tests affected by D36793Coby Tayree2017-08-241-4/+4
* [X86][Ms-InlineAsm] Extend MS Dot operator to accept "this" + struct/class po...Coby Tayree2017-08-091-0/+16
* [ms-inline-asm] Use the frontend size only for ambiguous instructionsReid Kleckner2017-05-041-12/+53
* Use ${:uid} to generate unique MS asm labels, not {:uid}Reid Kleckner2016-11-291-2/+2
* [MS] Mangle a unique ID into all MS inline asm labelsReid Kleckner2016-11-281-2/+2
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-1/+1
* ms-inline-asm: Scope inline asm labels to functionsEhsan Akhgari2014-09-221-0/+17
* MS inline asm: Tests for r214550Reid Kleckner2014-08-011-1/+1
* Fix test/CodeGen/ms-inline-asm.cpp from r213916.Ehsan Akhgari2014-07-251-1/+1
* clang-cl: Merge adjacent single-line __asm blocksEhsan Akhgari2014-07-251-24/+5
* Support field references to struct names and c++11 aliases from inline asm.Nico Weber2014-05-061-1/+31
* Update clang MS inline asm tests for r196939Reid Kleckner2013-12-101-1/+1
* clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/NAKAMURA Takumi2013-12-041-1/+1
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-3/+3
* [ms-inline asm] Don't diagnose an empty lookup for inline assmebly. This happenChad Rosier2013-05-241-0/+8
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-031-15/+62
* Add test case for r179343.Chad Rosier2013-04-111-0/+22
* Test case for r179339.Chad Rosier2013-04-111-0/+10
* Update test case for r179323.Chad Rosier2013-04-111-3/+3
* [ms-inline asm] Test case for r178566.Chad Rosier2013-04-021-0/+26