Age | Commit message (Expand) | Author |
2006-12-13 | Remove DSA. | John Criswell |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-11-28 | Support for llvm_ostreams. | Bill Wendling |
2006-05-19 | Fix some doxygen usage in these headers. | Reid Spencer |
2006-02-22 | Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean. | Chris Lattner |
2005-12-06 | Added comment for removing assert | Sumant Kowshik |
2005-12-06 | Handling of zero length last fields in struct used for growing it arbitrarily | Sumant Kowshik |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-03-20 | add a method | Chris Lattner |
2005-03-20 | rename some methods and add some new methods for dealing with the globals list | Chris Lattner |
2005-03-19 | add a method to clear globals from a node | Chris Lattner |
2005-02-09 | Add some iterators that should have come in long ago | Chris Lattner |
2005-01-30 | * Make some methods more const correct. | Chris Lattner |
2005-01-30 | Improve conformance with the Misha spelling benchmark suite | Chris Lattner |
2005-01-29 | Adjust to ilist changes. | Chris Lattner |
2005-01-09 | Get lib/Analysis/DataStructure to compile with VC++ | Jeff Cohen |
2004-10-27 | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner |
2004-07-07 | Move DSA headers into Analysis/DataStructure to make it more obvious | Chris Lattner |
2004-07-07 | As much as I hate to say it, the whole setNode interface for DSNodeHandles | Chris Lattner |
2004-05-23 | Fix size/offset assertion to allow negative offsets and folded nodes. | Vikram S. Adve |
2004-03-11 | Doxygenified and cleand up comments. | Misha Brukman |
2004-03-01 | Add new method | Chris Lattner |
2004-02-08 | Substantially improve the DSA code by removing 'forwarding' nodes from | Chris Lattner |
2004-02-08 | Switch the Nodes list from being an std::vector<DSNode*> to an ilist<DSNode> | Chris Lattner |
2004-02-07 | Actually USE isForwarding method | Chris Lattner |
2004-02-07 | As Alkis pointed out to me, I forgot to commit this... :( | Chris Lattner |
2004-01-27 | Add comments, allow DSNode "copy ctor" to ignore outgoing links, add more | Chris Lattner |
2004-01-22 | It doesn't make sense for one side to be const, but not the other. | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
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-07-02 | INCLUDE_PARENT_GRAPH is required | Chris Lattner |
2003-07-02 | Disable the parent graph code when not compiled in DEBUG mode | Chris Lattner |
2003-06-28 | Add new 'isComplete' method | 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 |
2003-02-10 | Move getNode() out of line | Chris Lattner |
2003-02-01 | Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) | Chris Lattner |
2003-02-01 | Add new composition mask | Chris Lattner |
2003-01-29 | New API for traversing graph | Chris Lattner |
2002-12-06 | Added static helper method MergeNodes(). See DataStructure.cpp for more. | Vikram S. Adve |
2002-11-18 | Inline DSTypeRec stuff into DSNode | Chris Lattner |
2002-11-10 | Implement swapping | Chris Lattner |
2002-11-09 | Fix release build | Chris Lattner |
2002-11-08 | Add new methods | Chris Lattner |