aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DataStructure/DSGraph.h
AgeCommit message (Expand)Author
2006-12-13Remove DSA.John Criswell
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-28Support for llvm_ostreams.Bill Wendling
2006-02-22Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-24add new spliceFrom methods.Chris Lattner
2005-03-22Fix a serious bug where we didn't insert globals into the globalset whenChris Lattner
2005-03-22add a methodChris Lattner
2005-03-22Now that the dead ctor is gone, nothing uses the old node mapping exported byChris Lattner
2005-03-22remove a dead ctorChris Lattner
2005-03-22now that the second argument is always this->ReturnNodes, don't bother passin...Chris Lattner
2005-03-22drop the second argument to cloneInto, which is always the local scalar map.Chris Lattner
2005-03-22move this stuff out of lineChris Lattner
2005-03-21allow passing clone flags into the ctorChris Lattner
2005-03-21make this const correctChris Lattner
2005-03-21Ugh, for some reason, I can't call this unless the reference is const!?!?!?Chris Lattner
2005-03-21Make the first operand of this method be modifiable.Chris Lattner
2005-03-20Remove the InlinedGlobals set which is always empty.Chris Lattner
2005-03-19Make each scalar map contain a reference to an equivalence class of globalChris Lattner
2005-03-17add 3 methodsChris Lattner
2005-03-16remove use of compat_iteratorChris Lattner
2005-03-15remove warning, make computeGGToGMapping return an invnodemap.Chris Lattner
2005-03-15add iterators for return nodes list.Chris Lattner
2005-03-15Rename method, add counterpart.Chris Lattner
2005-03-14Add a useful method.Chris Lattner
2005-02-15Add a new method to make it easy to update graphs.Chris Lattner
2005-02-04Add some new membersChris Lattner
2005-02-03Add a new method.Chris Lattner
2005-01-30* Make some methods more const correct.Chris Lattner
2005-01-24Add some methods.Chris Lattner
2005-01-09Get lib/Analysis/DataStructure to compile with VC++Jeff Cohen
2004-12-08Move method out of lineChris Lattner
2004-07-07Move DSA headers into Analysis/DataStructure to make it more obviousChris Lattner
2004-03-11Doxygenified and cleand up comments.Misha Brukman
2004-03-09new methodChris Lattner
2004-03-03Rename method, add new methodChris Lattner
2004-03-03De-inline methodsChris Lattner
2004-02-21Update comments and add warningChris Lattner
2004-02-19Add a method useful for updating DSAChris Lattner
2004-02-08Substantially improve the DSA code by removing 'forwarding' nodes fromChris Lattner
2004-02-08Switch the Nodes list from being an std::vector<DSNode*> to an ilist<DSNode>Chris Lattner
2004-02-08Change to use iterators instead of direct accessChris Lattner
2004-02-07Abstract out the Nodes collection. Instead of providing a getNodes() method,Chris Lattner
2004-01-28Keep track of all of the globals inserted into the scalar mapChris Lattner
2004-01-28Pull the ScalarMap out into something that is more structured than what we hadChris Lattner
2004-01-27* cloneReachable* and clonePartiallyInto are not obsoleteChris Lattner
2004-01-23Add new flag, other minor modificationsChris Lattner
2004-01-22Eliminated the CompletedNodes argument to the cloneReachable* methods. ThisChris Lattner
2004-01-22Remove const qualifier (all Value*'s are nonconst in DSA, so it's not clearChris Lattner
2003-11-12Add argumentChris Lattner