summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/ms-inline-asm-return.cpp
AgeCommit message (Expand)Author
2022-10-06[CodeGenCXX] 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-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-01-27[X86] merge "={eax}" and "~{eax}" into "=&eax" for MSInlineASMFreddy Ye
2018-02-23Bring r325915 back.Rafael Espindola
2018-02-23Revert "Start setting dso_local for COFF."Rafael Espindola
2018-02-23Start setting dso_local for COFF.Rafael Espindola
2017-08-24Fixups to FE tests affected by D36793Coby Tayree
2017-07-25Revert "This patch enables the usage of constant Enum identifiers within Micr...Eric Christopher
2017-07-25This patch enables the usage of constant Enum identifiers within Microsoft st...Matan Haroush
2016-09-02(clang part) Implement MASM-flavor intel syntax behavior for inline MS asm bl...Yunzhong Gao
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2014-09-05Require an x86 target for ms-inline-asm-return.cpp instead of XFAILReid Kleckner
2014-09-05Mark ms-inline-asm as xfail on ARMRenato Golin
2014-09-04Add triple to ms-inline-asm-return.cpp testReid Kleckner
2014-09-04MS inline asm: Allow __asm blocks to set a return valueReid Kleckner