| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-07-03 | Add newline at end of file. | Duncan Sands | |
| git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74773 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
| 2009-06-15 | Merge PartialInliner changes. | Owen Anderson | |
| git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73412 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
| 2009-06-14 | Add an early implementation of a partial inlining pass. The idea behind this | Owen Anderson | |
| is that, for functions whose bodies are entirely guarded by an if-statement, it can be profitable to pull the test out of the callee and into the caller. This code has had some cursory testing, but still has a number of known issues on the LLVM test suite. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73338 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
