| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes. | Bill Wendling | 2006-11-17 | 1 | -15/+10 |
* | debug type for DSA TD | Andrew Lenharth | 2006-11-07 | 1 | -1/+1 |
* | Move some warnings to debug mode. | Andrew Lenharth | 2006-10-13 | 1 | -2/+2 |
* | Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
* | Add explicit iostream #includes | Chris Lattner | 2006-01-22 | 1 | -0/+1 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -8/+8 |
* | fix some VC compilation problems, thanks to Jeff C for pointing this out! | Chris Lattner | 2005-04-02 | 1 | -4/+3 |
* | use a callee_iterator typedef. | Chris Lattner | 2005-04-02 | 1 | -3/+2 |
* | Change the ActualCallees callgraph from hash_multimap<Instruction,Function> | Chris Lattner | 2005-04-02 | 1 | -32/+23 |
* | Fix a crash while promoting a value out of a loop from a global variable | Chris Lattner | 2005-03-24 | 1 | -1/+10 |
* | When making a clone of a DSGraph from the BU pass, make sure to remember that | Chris Lattner | 2005-03-22 | 1 | -1/+8 |
* | add some timers, don't clone aux nodes | Chris Lattner | 2005-03-22 | 1 | -2/+29 |
* | Enhance the TD pass to build composite graphs when we have indirect call | Chris Lattner | 2005-03-21 | 1 | -17/+108 |
* | 'note to self' | Chris Lattner | 2005-03-21 | 1 | -2/+5 |
* | Change the way that the TD pass inlines graphs. Instead of inlining each | Chris Lattner | 2005-03-21 | 1 | -72/+87 |
* | Don't strip modref bits when inlining down the call graph. This fixes | Chris Lattner | 2005-03-20 | 1 | -1/+1 |
* | This call is always a noop, remove it. | Chris Lattner | 2005-03-20 | 1 | -9/+0 |
* | Make use of simpler DSNode methods. | Chris Lattner | 2005-03-20 | 1 | -5/+3 |
* | Create an equivalence class of global variables that DSA will never be able | Chris Lattner | 2005-03-19 | 1 | -3/+4 |
* | Start using retnodes_* for iteration. | Chris Lattner | 2005-03-15 | 1 | -4/+3 |
* | Fix the Regression/Transforms/DSAnalysis/recursion.ll regression. | Chris Lattner | 2005-02-04 | 1 | -4/+3 |
* | Fix some scary bugs that VC++ detected. | Chris Lattner | 2005-01-31 | 1 | -1/+1 |
* | * Make some methods more const correct. | Chris Lattner | 2005-01-30 | 1 | -18/+14 |
* | Make -ds-aa more useful, allowing it to be updated as xforms hack on the prog... | Chris Lattner | 2005-01-24 | 1 | -0/+53 |
* | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 1 | -1/+1 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -2/+2 |
* | Move all of the DSA headers into the Analysis/DataStructure subdir. | Chris Lattner | 2004-07-07 | 1 | -2/+2 |
* | Wrapped code and comments at 80 cols; doxygenified some comments. | Misha Brukman | 2004-04-29 | 1 | -2/+3 |
* | Instead of callign removeTriviallyDeadNodes on the global graph every time | Chris Lattner | 2004-02-08 | 1 | -0/+2 |
* | Remove another unneeded call. | Chris Lattner | 2004-02-08 | 1 | -1/+0 |
* | In the TD pass, iterate over globals directly instead of through the whole sc... | Chris Lattner | 2004-01-28 | 1 | -9/+8 |
* | In the TD pass, don't iterate over the scalar map to find the globals, iterat... | Chris Lattner | 2004-01-28 | 1 | -3/+2 |
* | Rewrite to use the reachability cloner interface. Also, make this much more | Chris Lattner | 2004-01-27 | 1 | -58/+39 |
* | Eliminated the CompletedNodes argument to the cloneReachable* methods. This | Chris Lattner | 2004-01-22 | 1 | -2/+1 |
* | 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 | -0/+3 |
* | This doesn't use DSCallSiteIterator | Chris Lattner | 2003-11-08 | 1 | -1/+1 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Functions reachable from the arguments of unresolvable call nodes should | Chris Lattner | 2003-09-20 | 1 | -1/+13 |
* | Do not mark incoming arguments to functions complete if the function is point... | Chris Lattner | 2003-09-20 | 1 | -10/+30 |
* | Switch from using CallInst's to represent call sites to using the LLVM | Chris Lattner | 2003-09-20 | 1 | -2/+4 |
* | DEBUG got moved to Support/Debug.h | Chris Lattner | 2003-08-01 | 1 | -0/+1 |
* | (1) Rematerialize nodes from the globals graph into the current graph | Vikram S. Adve | 2003-07-16 | 1 | -57/+84 |
* | Remove space at end of line | Chris Lattner | 2003-07-02 | 1 | -1/+1 |
* | Fix how we are handling unreachable functions. This DRAMATICALLY improves ef... | Chris Lattner | 2003-07-02 | 1 | -36/+35 |
* | Try using trivially dead deletion | Chris Lattner | 2003-07-02 | 1 | -0/+1 |
* | Complete rewrite of td pass | Chris Lattner | 2003-07-02 | 1 | -103/+101 |
* | Rework TD pass to work with the precise call graph constructed by the BU phase | Chris Lattner | 2003-07-01 | 1 | -113/+147 |
* | Remove dead method | Chris Lattner | 2003-06-30 | 1 | -27/+0 |
* | Do not multiply delete graphs if functions are sharing graphs | Chris Lattner | 2003-06-30 | 1 | -4/+6 |