| Commit message (Expand) | Author | Age | Files | Lines |
* | Move DSA headers into Analysis/DataStructure to make it more obvious | Chris Lattner | 2004-07-07 | 1 | -1/+1 |
* | As much as I hate to say it, the whole setNode interface for DSNodeHandles | Chris Lattner | 2004-07-07 | 1 | -5/+6 |
* | Fix size/offset assertion to allow negative offsets and folded nodes. | Vikram S. Adve | 2004-05-23 | 1 | -1/+8 |
* | Doxygenified and cleand up comments. | Misha Brukman | 2004-03-11 | 1 | -3/+14 |
* | Add new method | Chris Lattner | 2004-03-01 | 1 | -0/+1 |
* | Substantially improve the DSA code by removing 'forwarding' nodes from | Chris Lattner | 2004-02-08 | 1 | -2/+8 |
* | Switch the Nodes list from being an std::vector<DSNode*> to an ilist<DSNode> | Chris Lattner | 2004-02-08 | 1 | -0/+29 |
* | Actually USE isForwarding method | Chris Lattner | 2004-02-07 | 1 | -5/+5 |
* | As Alkis pointed out to me, I forgot to commit this... :( | Chris Lattner | 2004-02-07 | 1 | -0/+4 |
* | Add comments, allow DSNode "copy ctor" to ignore outgoing links, add more | Chris Lattner | 2004-01-27 | 1 | -3/+20 |
* | It doesn't make sense for one side to be const, but not the other. | Chris Lattner | 2004-01-22 | 1 | -5/+8 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | All DSGraphs keep a reference to the targetdata they are created with. This is | Chris Lattner | 2003-11-02 | 1 | -0/+6 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | INCLUDE_PARENT_GRAPH is required | Chris Lattner | 2003-07-02 | 1 | -8/+0 |
* | Disable the parent graph code when not compiled in DEBUG mode | Chris Lattner | 2003-07-02 | 1 | -1/+8 |
* | Add new 'isComplete' method | Chris Lattner | 2003-06-28 | 1 | -0/+1 |
* | Whoops, accidentally lost a #include | Chris Lattner | 2003-06-22 | 1 | -0/+2 |
* | Remove support for the MultiObject flag, which was just fundamentally broken | Chris Lattner | 2003-06-22 | 1 | -16/+5 |
* | Lots of changes to make the NodeType field private to DSNode. | Chris Lattner | 2003-06-19 | 1 | -16/+53 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+2 |
* | Don't apply type information to loads | Chris Lattner | 2003-03-03 | 1 | -1/+2 |
* | Move node forwarding code from being inlined to being out-of-line. | Chris Lattner | 2003-02-13 | 1 | -16/+1 |
* | Implement a "union-findy" version of DS-Analysis, which eliminates the | Chris Lattner | 2003-02-11 | 1 | -48/+93 |
* | Move getNode() out of line | Chris Lattner | 2003-02-10 | 1 | -1/+5 |
* | Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) | Chris Lattner | 2003-02-01 | 1 | -2/+2 |
* | Add new composition mask | Chris Lattner | 2003-02-01 | 1 | -0/+2 |
* | New API for traversing graph | Chris Lattner | 2003-01-29 | 1 | -0/+6 |
* | Added static helper method MergeNodes(). See DataStructure.cpp for more. | Vikram S. Adve | 2002-12-06 | 1 | -0/+4 |
* | Inline DSTypeRec stuff into DSNode | Chris Lattner | 2002-11-18 | 1 | -12/+18 |
* | Implement swapping | Chris Lattner | 2002-11-10 | 1 | -0/+15 |
* | Fix release build | Chris Lattner | 2002-11-09 | 1 | -3/+1 |
* | Add new methods | Chris Lattner | 2002-11-08 | 1 | -0/+10 |
* | - Add support for an "auxillary" call site list | Chris Lattner | 2002-11-08 | 1 | -0/+4 |
* | Use DSNodeHandle for persistent maps | Chris Lattner | 2002-11-08 | 1 | -1/+1 |
* | Add flag that may be used to determine if dead nodes are used. It's temporary | Chris Lattner | 2002-11-08 | 1 | -1/+4 |
* | Dramatically simplify internal DSNode representation, get implementation | Chris Lattner | 2002-11-06 | 1 | -117/+64 |
* | Add a bunch of assertions | Chris Lattner | 2002-11-04 | 1 | -2/+10 |
* | Rename NewNode flag to HeapNode | Chris Lattner | 2002-11-03 | 1 | -1/+1 |
* | Fixed comment on top of DSNode.h, added note to DSSupport.h as to why | Misha Brukman | 2002-11-02 | 1 | -2/+2 |
* | Implement the "unknown flag" which mainly consists of aligning printing code | Chris Lattner | 2002-11-02 | 1 | -7/+8 |
* | * Eliminate Scalar node type (renumber other node types) | Chris Lattner | 2002-11-02 | 1 | -9/+11 |
* | Eliminate some unneccesary #includes and forward decls | Chris Lattner | 2002-10-31 | 1 | -14/+0 |
* | Refactored DSGraph.h: | Misha Brukman | 2002-10-31 | 1 | -0/+315 |