Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all of the DSA headers into the Analysis/DataStructure subdir. | Chris Lattner | 2004-07-07 | 1 | -2/+2 |
| | | | | llvm-svn: 14663 | ||||
* | Inline both direct and indirect callees in the CBU phase because | Vikram S. Adve | 2004-05-23 | 1 | -34/+34 |
| | | | | | | a direct callee may have indirect callees and so may have changed. llvm-svn: 13649 | ||||
* | Fix a minor bug | Chris Lattner | 2004-03-05 | 1 | -1/+2 |
| | | | | llvm-svn: 12169 | ||||
* | Fix a bug in a previous checkin that broke 175.vpr | Chris Lattner | 2004-03-04 | 1 | -1/+1 |
| | | | | llvm-svn: 12128 | ||||
* | Speed up the cbu pass from taking somewhere near the age of the universe to ↵ | Chris Lattner | 2004-03-04 | 1 | -6/+28 |
| | | | | | | about 90s on povray llvm-svn: 12123 | ||||
* | There is no need to merge the globals graph into the function graphs at the | Chris Lattner | 2004-02-20 | 1 | -5/+2 |
| | | | | | | | | end of the BU and CBU passes. The globals will be marked incomplete, so it doesn't matter if they are missing some info, and merging isn't guaranteed to bring everything in anyway! llvm-svn: 11684 | ||||
* | Add one that I missed | Chris Lattner | 2004-02-08 | 1 | -0/+1 |
| | | | | llvm-svn: 11179 | ||||
* | Get clone flags right, so we don't build InlinedGlobals only to clear them | Chris Lattner | 2004-01-27 | 1 | -3/+2 |
| | | | | llvm-svn: 10984 | ||||
* | Initial support for implementing clonePartiallyInto in terms of ↵ | Chris Lattner | 2004-01-23 | 1 | -1/+2 |
| | | | | | | cloneReachableSubgraph, though this support is currently disabled. llvm-svn: 10970 | ||||
* | Trying to get the dsgraph for an external function is bad for DSA's health | Chris Lattner | 2003-11-13 | 1 | -11/+12 |
| | | | | llvm-svn: 9979 | ||||
* | Implement the CompleteBU pass | Chris Lattner | 2003-11-13 | 1 | -7/+137 |
| | | | | llvm-svn: 9964 | ||||
* | Add an initial version of the CompleteBUDataStructures class, which is currently | Chris Lattner | 2003-11-13 | 1 | -0/+75 |
identical to the BU pass, but has an accurate call graph llvm-svn: 9956 |