aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/Steensgaard.cpp
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-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling
2006-08-28For PR387:Reid Spencer
2006-08-28simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
2006-01-22Add explicit #includes of <iostream>Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-02Change the ActualCallees callgraph from hash_multimap<Instruction,Function>Chris Lattner
2005-03-29Fix a problem where we not marking incoming arguments to functions withChris Lattner
2005-03-27speed up steens by using spliceFrom, improve its precision by realizing thatChris Lattner
2005-03-26Teach steens-aa two things about mod/ref information:Chris Lattner
2005-03-24be more aggressive about incompleteness markingChris Lattner
2005-03-23Make -steens-aa more conservative (aka correct) by making sure to obeyChris Lattner
2005-03-22Now that the dead ctor is gone, nothing uses the old node mapping exported byChris Lattner
2005-03-22now that the second argument is always this->ReturnNodes, don't bother passin...Chris Lattner
2005-03-22instead of using a local RetValMap, just use the graph we are cloning intoChris Lattner
2005-03-22remove the second argument to cloneIntoChris Lattner
2005-03-22don't generate temporary scalarmaps.Chris Lattner
2005-03-20-steens doesn't use the inlined globals facility.Chris Lattner
2005-03-20Make use of simpler DSNode methods.Chris Lattner
2005-03-19Create an equivalence class of global variables that DSA will never be ableChris Lattner
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2005-01-30* Make some methods more const correct.Chris Lattner
2005-01-09Add last four createXxxPass functionsJeff Cohen
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-21These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke
2004-07-07Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-05-23Update to match the autochaining interface that the AA interface usesChris Lattner
2004-01-30Forward method request to chained aa implementationChris Lattner
2004-01-23Initial support for implementing clonePartiallyInto in terms of cloneReachabl...Chris Lattner
2003-11-12Fine-grainify namespaces for this libraryChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-02All DSGraphs keep a reference to the targetdata they are created with. This isChris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-08-01DEBUG got moved to Support/Debug.hChris Lattner
2003-06-30Move usages of explicit hash_* datastructures to use typedefsChris Lattner
2003-06-30Revamp DSGraphs so that they can support multiple functions in the sameChris Lattner
2003-02-26Adjust to implement new AA interfaceChris Lattner
2003-02-13Hax0r around a deficiency in the Pass infrastructureChris Lattner
2003-02-11Implement a "union-findy" version of DS-Analysis, which eliminates theChris Lattner
2003-02-10Fix problem breaking FhourstonesChris Lattner
2003-02-10Make steensgaards performance not shamefulChris Lattner
2003-02-09Switch to using the right call vectorChris Lattner
2003-02-09Print out the steens graph if -debug is specifiedChris Lattner
2003-02-08Remove explicit result countersChris Lattner
2003-02-05Implement optimization for direct function call case. This dramaticallyChris Lattner
2003-02-04Remove bogus assertionChris Lattner