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-29 | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling |
2006-08-28 | For PR387: | Reid Spencer |
2006-08-28 | simplify AnalysisGroup registration, eliminating one typeid call. | Chris Lattner |
2006-08-27 | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner |
2006-01-22 | Add explicit #includes of <iostream> | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-04-02 | Change the ActualCallees callgraph from hash_multimap<Instruction,Function> | Chris Lattner |
2005-03-29 | Fix a problem where we not marking incoming arguments to functions with | Chris Lattner |
2005-03-27 | speed up steens by using spliceFrom, improve its precision by realizing that | Chris Lattner |
2005-03-26 | Teach steens-aa two things about mod/ref information: | Chris Lattner |
2005-03-24 | be more aggressive about incompleteness marking | Chris Lattner |
2005-03-23 | Make -steens-aa more conservative (aka correct) by making sure to obey | 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 | now that the second argument is always this->ReturnNodes, don't bother passin... | Chris Lattner |
2005-03-22 | instead of using a local RetValMap, just use the graph we are cloning into | Chris Lattner |
2005-03-22 | remove the second argument to cloneInto | Chris Lattner |
2005-03-22 | don't generate temporary scalarmaps. | Chris Lattner |
2005-03-20 | -steens doesn't use the inlined globals facility. | Chris Lattner |
2005-03-20 | Make use of simpler DSNode methods. | Chris Lattner |
2005-03-19 | Create an equivalence class of global variables that DSA will never be able | Chris Lattner |
2005-03-15 | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner |
2005-01-30 | * Make some methods more const correct. | Chris Lattner |
2005-01-09 | Add last four createXxxPass functions | Jeff Cohen |
2004-09-20 | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-07-21 | These files don't need to include <iostream> since they include "Support/Debu... | Brian Gaeke |
2004-07-07 | Move all of the DSA headers into the Analysis/DataStructure subdir. | Chris Lattner |
2004-07-04 | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer |
2004-05-23 | Update to match the autochaining interface that the AA interface uses | Chris Lattner |
2004-01-30 | Forward method request to chained aa implementation | Chris Lattner |
2004-01-23 | Initial support for implementing clonePartiallyInto in terms of cloneReachabl... | Chris Lattner |
2003-11-12 | Fine-grainify namespaces for this library | 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 project notice to the top of every C++ source file. | John Criswell |
2003-08-01 | DEBUG got moved to Support/Debug.h | Chris Lattner |
2003-06-30 | Move usages of explicit hash_* datastructures to use typedefs | Chris Lattner |
2003-06-30 | Revamp DSGraphs so that they can support multiple functions in the same | Chris Lattner |
2003-02-26 | Adjust to implement new AA interface | Chris Lattner |
2003-02-13 | Hax0r around a deficiency in the Pass infrastructure | Chris Lattner |
2003-02-11 | Implement a "union-findy" version of DS-Analysis, which eliminates the | Chris Lattner |
2003-02-10 | Fix problem breaking Fhourstones | Chris Lattner |
2003-02-10 | Make steensgaards performance not shameful | Chris Lattner |
2003-02-09 | Switch to using the right call vector | Chris Lattner |
2003-02-09 | Print out the steens graph if -debug is specified | Chris Lattner |
2003-02-08 | Remove explicit result counters | Chris Lattner |
2003-02-05 | Implement optimization for direct function call case. This dramatically | Chris Lattner |
2003-02-04 | Remove bogus assertion | Chris Lattner |