aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/ms-inline-asm.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-05-04[ms-inline-asm] Use the frontend size only for ambiguous instructionsReid Kleckner1-12/+53
2016-11-29Use ${:uid} to generate unique MS asm labels, not {:uid}Reid Kleckner1-2/+2
2016-11-28[MS] Mangle a unique ID into all MS inline asm labelsReid Kleckner1-2/+2
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-1/+1
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie1-1/+1
2014-09-22ms-inline-asm: Scope inline asm labels to functionsEhsan Akhgari1-0/+17
2014-08-01MS inline asm: Tests for r214550Reid Kleckner1-1/+1
2014-07-25Fix test/CodeGen/ms-inline-asm.cpp from r213916.Ehsan Akhgari1-1/+1
2014-07-25clang-cl: Merge adjacent single-line __asm blocksEhsan Akhgari1-24/+5
2014-05-06Support field references to struct names and c++11 aliases from inline asm.Nico Weber1-1/+31
2013-12-10Update clang MS inline asm tests for r196939Reid Kleckner1-1/+1
2013-12-04clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/NAKAMURA Takumi1-1/+1
2013-09-04Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola1-1/+1
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-3/+3
2013-05-24[ms-inline asm] Don't diagnose an empty lookup for inline assmebly. This happenChad Rosier1-0/+8
2013-05-03Move parsing of identifiers in MS-style inline assembly intoJohn McCall1-15/+62
2013-04-11Add test case for r179343.Chad Rosier1-0/+22
2013-04-11Test case for r179339.Chad Rosier1-0/+10
2013-04-11Update test case for r179323.Chad Rosier1-3/+3
2013-04-02[ms-inline asm] Test case for r178566.Chad Rosier1-0/+26