Age | Commit message (Expand) | Author |
2004-01-28 | Keep track of all of the globals inserted into the scalar map | Chris Lattner |
2004-01-28 | Pull the ScalarMap out into something that is more structured than what we had | Chris Lattner |
2004-01-27 | Minor tweaks | Chris Lattner |
2004-01-27 | Add comments, allow DSNode "copy ctor" to ignore outgoing links, add more | Chris Lattner |
2004-01-27 | * cloneReachable* and clonePartiallyInto are not obsolete | Chris Lattner |
2004-01-23 | Add new flag, other minor modifications | Chris Lattner |
2004-01-23 | Fix grammar | Chris Lattner |
2004-01-22 | Eliminated the CompletedNodes argument to the cloneReachable* methods. This | Chris Lattner |
2004-01-22 | It doesn't make sense for one side to be const, but not the other. | Chris Lattner |
2004-01-22 | Remove const qualifier (all Value*'s are nonconst in DSA, so it's not clear | Chris Lattner |
2004-01-22 | Specialize std::swap correctly | Chris Lattner |
2003-11-13 | Add methods for implementation | Chris Lattner |
2003-11-13 | Add an initial version of the CompleteBUDataStructures pass | Chris Lattner |
2003-11-12 | Add argument | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-11-11 | Add new method | Chris Lattner |
2003-11-02 | All DSGraphs keep a reference to the targetdata they are created with. This is | Chris Lattner |
2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
2003-09-21 | Add prototype | Chris Lattner |
2003-09-20 | Switch from using CallInst's to represent call sites to using the LLVM | Chris Lattner |
2003-09-20 | Unsquishify | Chris Lattner |
2003-08-05 | Add a comment to the method decl | Chris Lattner |
2003-08-05 | Added declaration of mergeInGlobalsGraph | Sumant Kowshik |
2003-07-26 | Remove #includes | Chris Lattner |
2003-07-25 | Use the C++ <cassert> header, not the C <assert.h> header | Chris Lattner |
2003-07-16 | (1) Added DSGraph::cloneReachableSubgraph and DSGraph::cloneReachableNodes | Vikram S. Adve |
2003-07-02 | INCLUDE_PARENT_GRAPH is required | Chris Lattner |
2003-07-02 | Remove dead method | Chris Lattner |
2003-07-02 | Add new methods | Chris Lattner |
2003-07-02 | Disable the parent graph code when not compiled in DEBUG mode | Chris Lattner |
2003-07-01 | TD pass keeps track of which functions have complete arguments | Chris Lattner |
2003-07-01 | Add new operator= impl | Chris Lattner |
2003-07-01 | Ok, I'm a moron. Fixed now | Chris Lattner |
2003-07-01 | Fix major problem that was causing all kinds of nasty foldings | Chris Lattner |
2003-07-01 | Add new methods to BUDS for keeping track of a precise call graph | Chris Lattner |
2003-06-30 | Add new method | Chris Lattner |
2003-06-30 | Be more const correct | Chris Lattner |
2003-06-30 | Constness changes | Chris Lattner |
2003-06-30 | Substantial revamp: DSGraphs now may contain the graphs for multiple functions | Chris Lattner |
2003-06-30 | Remove prototype for dead method | Chris Lattner |
2003-06-28 | Add new DSGraph::ScalarMapTy typedef to avoid pulling representation issues | Chris Lattner |
2003-06-28 | Add new 'isComplete' method | Chris Lattner |
2003-06-22 | Remove a ton of extraneous #includes | Chris Lattner |
2003-06-22 | Whoops, accidentally lost a #include | Chris Lattner |
2003-06-22 | Remove support for the MultiObject flag, which was just fundamentally broken | Chris Lattner |
2003-06-19 | Lots of changes to make the NodeType field private to DSNode. | Chris Lattner |
2003-06-11 | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell |
2003-03-03 | Don't apply type information to loads | Chris Lattner |
2003-02-13 | Move node forwarding code from being inlined to being out-of-line. | Chris Lattner |
2003-02-11 | Implement a "union-findy" version of DS-Analysis, which eliminates the | Chris Lattner |