Age | Commit message (Expand) | Author |
2005-03-12 | Move this from the pool allocator project to here, where it logically belongs. | Chris Lattner |
2005-03-05 | Make sure the two arguments of a setcc instruction point to the same node. | Chris Lattner |
2005-03-04 | Trivial cleanup patch | Chris Lattner |
2005-02-27 | Fix spelling, patch contributed by Gabor Greif | Chris Lattner |
2005-02-25 | Handle null a bit more carefully. | Chris Lattner |
2005-02-24 | This instruction: | Chris Lattner |
2005-02-24 | Fix a bug introduced by revision 1.187 of this file. | Chris Lattner |
2005-02-15 | Add a sanity check. | Chris Lattner |
2005-02-15 | Add a new method to make it easy to update graphs. | Chris Lattner |
2005-02-09 | Use new edge iterators to simplify some code. | Chris Lattner |
2005-02-07 | IndCallGraphMap is now a pointer to a new'd map. | Chris Lattner |
2005-02-04 | If we have an indirect call site that calls N functions, inline the N functions | Chris Lattner |
2005-02-04 | Split mergeInGraph into two methods. | Chris Lattner |
2005-02-04 | Fix the Regression/Transforms/DSAnalysis/recursion.ll regression. | Chris Lattner |
2005-02-03 | Refactor getFunctionArgumentsForCall out of mergeInGraph. | Chris Lattner |
2005-02-01 | Eliminate some duplicated debug code | Chris Lattner |
2005-02-01 | Eliminate self-recursion as a special case. | Chris Lattner |
2005-02-01 | Eliminate use of DSCallSiteIterator in key loop. This is a half step to | Chris Lattner |
2005-02-01 | Signficantly speed up printing by not emitting the same file twice with | Chris Lattner |
2005-02-01 | Do not revisit nodes in the SCC traversal. This speeds up the BU pass a bit. | Chris Lattner |
2005-01-31 | Rename variables to work with VC++'s hokey scoping rules. | Chris Lattner |
2005-01-31 | Fix some scary bugs that VC++ detected. | Chris Lattner |
2005-01-30 | Make things more const-correct, adjust to changes in DSA interfaces. | Chris Lattner |
2005-01-30 | * Make some methods more const correct. | Chris Lattner |
2005-01-28 | Remove this code as it is currently completely broken and unmaintained. | Chris Lattner |
2005-01-24 | Make -ds-aa more useful, allowing it to be updated as xforms hack on the prog... | Chris Lattner |
2005-01-12 | Silence VC++ warnings. | Chris Lattner |
2005-01-09 | Add last four createXxxPass functions | Jeff Cohen |
2005-01-09 | Get lib/Analysis/DataStructure to compile with VC++ | Jeff Cohen |
2004-12-08 | Move method out of line for better ICC support | Chris Lattner |
2004-12-08 | Work correctly with ICC, Patch contributed by Bjørn Wennberg | Chris Lattner |
2004-12-07 | For PR387:\ | Reid Spencer |
2004-12-07 | For PR387:\ | Reid Spencer |
2004-11-11 | Make this build in release mode | Chris Lattner |
2004-11-08 | Fix a bug that was preventing povray and namd from pool allocating correctly. | Chris Lattner |
2004-11-08 | Handle assert_fail special | Chris Lattner |
2004-11-03 | Don't call Constant::getNullValue when the argument could be VoidTy | Chris Lattner |
2004-11-02 | Graphs that are part of equivalence sets can be multi-function SCC's | Chris Lattner |
2004-11-02 | Correctly handle new SCC's found as a result of merging EQ graphs do to | Chris Lattner |
2004-11-02 | Substantially cleanup/speedup the eq graphs pass by walking the callgraph | Chris Lattner |
2004-11-02 | Minor cleanups | Chris Lattner |
2004-11-01 | Remove more dead methods | Chris Lattner |
2004-11-01 | Rename FoldedGraph -> DSInfo to be consistent with other passes | Chris Lattner |
2004-11-01 | Get rid of the EquivClassGraphArgsInfo class, and the map that held it. | Chris Lattner |
2004-11-01 | Eliminate the cloneGraph method | Chris Lattner |
2004-10-31 | * Do not refer to ActualCallees in CBU, when we can do it locally. | Chris Lattner |
2004-10-31 | Simplify graph traversal, improve grammar | Chris Lattner |
2004-10-31 | Do not do horrible things to the CBU graphs. In particular, we do NOT own | Chris Lattner |
2004-10-31 | Fix comment | Chris Lattner |
2004-10-31 | Improve comment | Chris Lattner |