| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove DSA. | John Criswell | 2006-12-13 | 1 | -477/+0 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -1/+1 |
* | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 2006-12-06 | 1 | -2/+2 |
* | Convert to using llvm streams instead of iostreams. | Bill Wendling | 2006-11-28 | 1 | -4/+3 |
* | 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 | -0/+442 |