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-02-22 | Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean. | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-03-24 | add new spliceFrom methods. | Chris Lattner |
2005-03-22 | Fix a serious bug where we didn't insert globals into the globalset when | Chris Lattner |
2005-03-22 | add a method | Chris Lattner |
2005-03-22 | Now that the dead ctor is gone, nothing uses the old node mapping exported by | Chris Lattner |
2005-03-22 | remove a dead ctor | Chris Lattner |
2005-03-22 | now that the second argument is always this->ReturnNodes, don't bother passin... | Chris Lattner |
2005-03-22 | drop the second argument to cloneInto, which is always the local scalar map. | Chris Lattner |
2005-03-22 | move this stuff out of line | Chris Lattner |
2005-03-21 | allow passing clone flags into the ctor | Chris Lattner |
2005-03-21 | make this const correct | Chris Lattner |
2005-03-21 | Ugh, for some reason, I can't call this unless the reference is const!?!?!? | Chris Lattner |
2005-03-21 | Make the first operand of this method be modifiable. | Chris Lattner |
2005-03-20 | Remove the InlinedGlobals set which is always empty. | Chris Lattner |
2005-03-19 | Make each scalar map contain a reference to an equivalence class of global | Chris Lattner |
2005-03-17 | add 3 methods | Chris Lattner |
2005-03-16 | remove use of compat_iterator | Chris Lattner |
2005-03-15 | remove warning, make computeGGToGMapping return an invnodemap. | Chris Lattner |
2005-03-15 | add iterators for return nodes list. | Chris Lattner |
2005-03-15 | Rename method, add counterpart. | Chris Lattner |
2005-03-14 | Add a useful method. | Chris Lattner |
2005-02-15 | Add a new method to make it easy to update graphs. | Chris Lattner |
2005-02-04 | Add some new members | Chris Lattner |
2005-02-03 | Add a new method. | Chris Lattner |
2005-01-30 | * Make some methods more const correct. | Chris Lattner |
2005-01-24 | Add some methods. | Chris Lattner |
2005-01-09 | Get lib/Analysis/DataStructure to compile with VC++ | Jeff Cohen |
2004-12-08 | Move method out of line | Chris Lattner |
2004-07-07 | Move DSA headers into Analysis/DataStructure to make it more obvious | Chris Lattner |
2004-03-11 | Doxygenified and cleand up comments. | Misha Brukman |
2004-03-09 | new method | Chris Lattner |
2004-03-03 | Rename method, add new method | Chris Lattner |
2004-03-03 | De-inline methods | Chris Lattner |
2004-02-21 | Update comments and add warning | Chris Lattner |
2004-02-19 | Add a method useful for updating DSA | 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-08 | Change to use iterators instead of direct access | Chris Lattner |
2004-02-07 | Abstract out the Nodes collection. Instead of providing a getNodes() method, | Chris Lattner |
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 | * cloneReachable* and clonePartiallyInto are not obsolete | Chris Lattner |
2004-01-23 | Add new flag, other minor modifications | Chris Lattner |
2004-01-22 | Eliminated the CompletedNodes argument to the cloneReachable* methods. This | Chris Lattner |
2004-01-22 | Remove const qualifier (all Value*'s are nonconst in DSA, so it's not clear | Chris Lattner |
2003-11-12 | Add argument | Chris Lattner |