summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/runtime-dllstorage.cpp
AgeCommit message (Expand)Author
2022-11-29[clang][CodeGen] Add default attributes to __clang_call_terminateJohn Brawn
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
2020-11-11[CodeGenCXX] Remove unused check prefixesSimon Pilgrim
2020-02-26[clang] Annotating C++'s `operator new` with more attributesRoman Lebedev
2019-12-12[NFC] - Partially revert 9c48c2f9c477007234cGabor Buella
2019-12-12[NFC] - Typo fix in test/CodeGenCXX/runtime-dllstorage.cppGabor Buella
2019-08-03IR: print value numbers for unnamed function argumentsTim Northover
2019-04-29Re-land r359250, [COFF] Statically link certain runtime library functionsReid Kleckner
2019-04-25Revert [COFF] Statically link certain runtime library functionsReid Kleckner
2019-04-25[COFF] Statically link certain runtime library functionsReid Kleckner
2018-07-11[FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny
2018-03-20Set dso_local for runtime function.Rafael Espindola
2018-03-16[MS] Don't escape MS C++ names with \01Reid Kleckner
2018-03-07Set dso_local on tls init functions.Rafael Espindola
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-11-04CodeGenCXX: no default dllimport storage for mingwMartell Malone
2016-12-15CodeGen: fix runtime function dll storageSaleem Abdulrasool