summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/init-invariant.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rebase tests after LLVM r247707.Nico Weber2015-09-151-1/+1
| | | | llvm-svn: 247712
* Adjust clang side tests effected by 239795 before reapplying said changePhilip Reames2015-06-161-4/+4
| | | | llvm-svn: 239848
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-1/+1
| | | | llvm-svn: 189910
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin2013-08-151-1/+1
| | | | | | tests fail. llvm-svn: 188447
* Emit the exact size for the invariant intrinsics.Nick Lewycky2012-02-211-5/+5
| | | | llvm-svn: 151010
* Don't emit optimization-specific intrinsic at -O0.Richard Smith2012-02-171-10/+10
| | | | llvm-svn: 150838
* The clang half of r150794: after the construction of a global or static constRichard Smith2012-02-171-0/+60
variable ends, if the variable has a trivial destructor and no mutable subobjects then emit an llvm.invariant.start call for it. globalopt knows to make the variable const when evaluating this. llvm-svn: 150798
OpenPOWER on IntegriCloud