summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/init-invariant.cpp
Commit message (Expand)AuthorAgeFilesLines
* Emit const globals with constexpr destructor as constant LLVM valuesHans Wennborg2023-03-161-2/+15
* [CodeGenCXX] Convert more tests to opaque pointers (NFC)Nikita Popov2022-10-071-12/+12
* [test] Remove various legacy pass manager testsArthur Eubanks2022-04-111-2/+2
* [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov2022-04-071-2/+2
* [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim2022-01-161-7/+7
* Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim2021-11-091-7/+7
* [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim2021-11-061-7/+7
* Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee2021-11-061-7/+7
* [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee2021-11-061-7/+7
* Revert D105169 due to the two-stage failure in ASANJuneyoung Lee2021-10-181-7/+7
* [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee2021-10-161-7/+7
* [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song2020-12-311-5/+5
* [CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson2020-11-161-4/+4
* Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song2020-02-031-5/+5
* [CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song2020-02-031-5/+5
* [Clang] Disable new PM for tests that use optimization level -O1, -O2 and -O3Petr Hosek2019-06-051-1/+1
* Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile2018-10-151-4/+4
* [CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev2018-10-101-4/+4
* Clang changes for overloading invariant.start and end intrinsicsAnna Thomas2016-07-221-7/+7
* Fix two tests relying on LLVM -O1 behaviorReid Kleckner2016-02-111-1/+1
* Rebase tests after LLVM r247707.Nico Weber2015-09-151-1/+1
* Adjust clang side tests effected by 239795 before reapplying said changePhilip Reames2015-06-161-4/+4
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-1/+1
* Emit the exact size for the invariant intrinsics.Nick Lewycky2012-02-211-5/+5
* Don't emit optimization-specific intrinsic at -O0.Richard Smith2012-02-171-10/+10
* The clang half of r150794: after the construction of a global or static constRichard Smith2012-02-171-0/+60