Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-21 | Emit the exact size for the invariant intrinsics. | Nick Lewycky | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151010 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-02-17 | Don't emit optimization-specific intrinsic at -O0. | Richard Smith | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150838 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-02-17 | The clang half of r150794: after the construction of a global or static const | Richard Smith | |
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150798 91177308-0d34-0410-b5e6-96231b3b80d8 |