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-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner |
2006-11-28 | Convert to using llvm streams instead of iostreams. | Bill Wendling |
2006-11-17 | Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes. | Bill Wendling |
2006-11-02 | For PR786: | Reid Spencer |
2006-08-27 | Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. | Chris Lattner |
2006-05-12 | Remove dead variable | Chris Lattner |
2006-01-22 | Add explicit iostream #includes | Chris Lattner |
2005-04-22 | Convert tabs to spaces | Misha Brukman |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-04-02 | EquivClassGraphs is now in DataStructure.h | Chris Lattner |
2005-04-02 | use a callee_iterator typedef. | Chris Lattner |
2005-04-02 | Change the ActualCallees callgraph from hash_multimap<Instruction,Function> | Chris Lattner |
2005-03-24 | don't bother |'ing in 0's | 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 | remove the second argument to cloneInto | Chris Lattner |
2005-03-20 | remove some pointless asserts | Chris Lattner |
2005-03-19 | Create an equivalence class of global variables that DSA will never be able | Chris Lattner |
2005-03-19 | Switch to use the new interface for the EquivalenceClasses class, and fix | Chris Lattner |
2005-03-18 | do not bother inlining nullary functions without return values. The only | Chris Lattner |
2005-03-15 | make sure to mark nodes in the globals graph incomplete after computing it | Chris Lattner |
2005-03-15 | fix crashes when we only have a prototype for main. | Chris Lattner |
2005-03-15 | Finally fix (the right way) the problem where functions like this: | Chris Lattner |
2005-03-15 | Start using retnodes_* for iteration. | Chris Lattner |
2005-03-15 | avoid varialbe name collisions | Chris Lattner |
2005-03-15 | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner |
2005-03-15 | rename method, add counterpart | Chris Lattner |
2005-03-14 | add a method to compute a commonly used mapping. | Chris Lattner |
2005-03-13 | Make sure to remove incomplete markers before we add to them! :) | Chris Lattner |
2005-03-13 | After finishing BU analysis, move all global variables from the globals | Chris Lattner |
2005-03-13 | ADd support for printing eqgraphs. | Chris Lattner |
2005-03-12 | remove this from the PA namespace, leaving it in the llvm ns | Chris Lattner |
2005-03-12 | Move this from the pool allocator project to here, where it logically belongs. | Chris Lattner |
2005-01-30 | Make things more const-correct, adjust to changes in DSA interfaces. | Chris Lattner |
2004-11-11 | Make this build in release mode | Chris Lattner |
2004-11-02 | Graphs that are part of equivalence sets can be multi-function SCC's | Chris Lattner |
2004-11-02 | Correctly handle new SCC's found as a result of merging EQ graphs do to | Chris Lattner |
2004-11-02 | Substantially cleanup/speedup the eq graphs pass by walking the callgraph | Chris Lattner |
2004-11-02 | Minor cleanups | Chris Lattner |
2004-11-01 | Remove more dead methods | Chris Lattner |
2004-11-01 | Rename FoldedGraph -> DSInfo to be consistent with other passes | Chris Lattner |
2004-11-01 | Get rid of the EquivClassGraphArgsInfo class, and the map that held it. | Chris Lattner |
2004-11-01 | Eliminate the cloneGraph method | Chris Lattner |
2004-10-31 | * Do not refer to ActualCallees in CBU, when we can do it locally. | Chris Lattner |
2004-10-31 | Simplify graph traversal, improve grammar | Chris Lattner |
2004-10-31 | Do not do horrible things to the CBU graphs. In particular, we do NOT own | Chris Lattner |
2004-10-31 | Fix another bug in Prolangs-C++/objects | Chris Lattner |
2004-10-31 | Only call getNodeForValue on pointer arguments! this fixes a problem running | Chris Lattner |