summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/init-invariant.cpp
AgeCommit message (Expand)Author
2024-06-17[clang][CodeGen] Fix EmitInvariantStart for non-zero addrspace (#94346)Bruno De Fraine
2023-03-16Emit const globals with constexpr destructor as constant LLVM valuesHans Wennborg
2022-10-07[CodeGenCXX] Convert more tests to opaque pointers (NFC)Nikita Popov
2022-04-11[test] Remove various legacy pass manager testsArthur Eubanks
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-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2019-06-05[Clang] Disable new PM for tests that use optimization level -O1, -O2 and -O3Petr Hosek
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2016-07-22Clang changes for overloading invariant.start and end intrinsicsAnna Thomas
2016-02-11Fix two tests relying on LLVM -O1 behaviorReid Kleckner
2015-09-15Rebase tests after LLVM r247707.Nico Weber
2015-06-16Adjust clang side tests effected by 239795 before reapplying said changePhilip Reames
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
2012-02-21Emit the exact size for the invariant intrinsics.Nick Lewycky
2012-02-17Don't emit optimization-specific intrinsic at -O0.Richard Smith
2012-02-17The clang half of r150794: after the construction of a global or static constRichard Smith