summaryrefslogtreecommitdiff
path: root/test/CodeGen/ms-inline-asm.cpp
AgeCommit message (Expand)Author
2017-08-24Fixups to FE tests affected by D36793Coby Tayree
2017-08-09[X86][Ms-InlineAsm] Extend MS Dot operator to accept "this" + struct/class po...Coby Tayree
2017-05-04[ms-inline-asm] Use the frontend size only for ambiguous instructionsReid Kleckner
2016-11-29Use ${:uid} to generate unique MS asm labels, not {:uid}Reid Kleckner
2016-11-28[MS] Mangle a unique ID into all MS inline asm labelsReid Kleckner
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2014-09-22ms-inline-asm: Scope inline asm labels to functionsEhsan Akhgari
2014-08-01MS inline asm: Tests for r214550Reid Kleckner
2014-07-25Fix test/CodeGen/ms-inline-asm.cpp from r213916.Ehsan Akhgari
2014-07-25clang-cl: Merge adjacent single-line __asm blocksEhsan Akhgari
2014-05-06Support field references to struct names and c++11 aliases from inline asm.Nico Weber
2013-12-10Update clang MS inline asm tests for r196939Reid Kleckner
2013-12-04clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/NAKAMURA Takumi
2013-09-04Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-05-24[ms-inline asm] Don't diagnose an empty lookup for inline assmebly. This happenChad Rosier
2013-05-03Move parsing of identifiers in MS-style inline assembly intoJohn McCall
2013-04-11Add test case for r179343.Chad Rosier
2013-04-11Test case for r179339.Chad Rosier
2013-04-11Update test case for r179323.Chad Rosier
2013-04-02[ms-inline asm] Test case for r178566.Chad Rosier