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