Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | | | Header files will be on the way. llvm-svn: 9298 | ||||
* | Drop references to globals who do exist in the globals graph, but are never | Chris Lattner | 2003-06-28 | 1 | -1/+16 |
| | | | | | | | read or written to. Keep track of how many times this happens. This should be good for deleting things like references to type information in C++ classes llvm-svn: 6946 | ||||
* | New pass to perform DSA based optimizations. Initially we just support turning | Chris Lattner | 2003-06-28 | 1 | -0/+76 |
globals into constants if we can prove it's safe llvm-svn: 6941 |