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