summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/ms-inline-asm.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2023-05-04MS inline asm: remove obsolete code adding AOK_SizeDirective (e.g. dword ptr)Fangrui Song
2023-02-17[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-06[CodeGen] Emit elementtype attributes for indirect inline asm constraintsNikita Popov
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2019-12-30[X86][AsmParser] re-introduce 'offset' operatorEric Astor
2019-12-22[ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...Eric Astor
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