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