Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 | |
| | | | | | | | Chris claims we should never have visibility_hidden inside any .cpp file but that's still not true even after this commit. llvm-svn: 85042 | |||||
* | Fix PR4909, patch by Jakub Staszak. | Owen Anderson | 2009-09-08 | 1 | -1/+2 | |
| | | | | llvm-svn: 81250 | |||||
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -2/+0 | |
| | | | | llvm-svn: 76702 | |||||
* | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a ↵ | Owen Anderson | 2009-07-16 | 1 | -0/+2 | |
| | | | | | | | | number of issues in our current context-passing stuff, which is also fixed here llvm-svn: 76089 | |||||
* | Add newline at end of file. | Duncan Sands | 2009-07-03 | 1 | -1/+1 | |
| | | | | llvm-svn: 74773 | |||||
* | Merge PartialInliner changes. | Owen Anderson | 2009-06-15 | 1 | -0/+5 | |
| | | | | llvm-svn: 73412 | |||||
* | Add an early implementation of a partial inlining pass. The idea behind this | Owen Anderson | 2009-06-14 | 1 | -0/+171 | |
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. llvm-svn: 73338 |