Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebase tests after LLVM r247707. | Nico Weber | 2015-09-15 | 1 | -1/+1 |
| | | | | llvm-svn: 247712 | ||||
* | Adjust clang side tests effected by 239795 before reapplying said change | Philip Reames | 2015-06-16 | 1 | -4/+4 |
| | | | | llvm-svn: 239848 | ||||
* | Don't pass -O0 to clang_cc1, it is the default. | Rafael Espindola | 2013-09-04 | 1 | -1/+1 |
| | | | | llvm-svn: 189910 | ||||
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵ | Stephen Lin | 2013-08-15 | 1 | -1/+1 |
| | | | | | | tests fail. llvm-svn: 188447 | ||||
* | Emit the exact size for the invariant intrinsics. | Nick Lewycky | 2012-02-21 | 1 | -5/+5 |
| | | | | llvm-svn: 151010 | ||||
* | Don't emit optimization-specific intrinsic at -O0. | Richard Smith | 2012-02-17 | 1 | -10/+10 |
| | | | | llvm-svn: 150838 | ||||
* | The clang half of r150794: after the construction of a global or static const | Richard Smith | 2012-02-17 | 1 | -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 |