| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Adjust to the changed StructType interface. In particular, getElementTypes()... | Chris Lattner | 2004-02-09 | 1 | -6/+6 |
* | Instead of callign removeTriviallyDeadNodes on the global graph every time | Chris Lattner | 2004-02-08 | 1 | -8/+9 |
* | Substantially improve the DSA code by removing 'forwarding' nodes from | Chris Lattner | 2004-02-08 | 1 | -1/+5 |
* | Bugfix for ilist conversion. The ilist wants to make an 'end' node which has | Chris Lattner | 2004-02-08 | 1 | -1/+1 |
* | Switch the Nodes list from being an std::vector<DSNode*> to an ilist<DSNode> | Chris Lattner | 2004-02-08 | 1 | -19/+17 |
* | Change to use node_iterators instead of direct access to Nodes | Chris Lattner | 2004-02-08 | 1 | -34/+43 |
* | getNodes() is gone, use node_begin/end instead | Chris Lattner | 2004-02-07 | 1 | -5/+7 |
* | There is no need to clone over nodes that are going to be dead anyway | Chris Lattner | 2004-02-07 | 1 | -3/+5 |
* | Fix a bug aflicting 265.gap | Chris Lattner | 2004-01-29 | 1 | -4/+18 |
* | Minor bugfixes | Chris Lattner | 2004-01-29 | 1 | -8/+12 |
* | Rename DSGraph::ScalarMapTy -> DSScalarMap | Chris Lattner | 2004-01-28 | 1 | -6/+6 |
* | Fix a bug | Chris Lattner | 2004-01-28 | 1 | -1/+1 |
* | Eliminate the call to removeTriviallyDeadNodes from updateFromGlobals graph, | Chris Lattner | 2004-01-28 | 1 | -4/+1 |
* | In updateFromGlobalsGraph, instead of iterating over all of the scalars in the | Chris Lattner | 2004-01-28 | 1 | -8/+7 |
* | Minor tweaks, eliminate useless integer pruning optimziation, turn on | Chris Lattner | 2004-01-28 | 1 | -4/+6 |
* | Further reduce the number of nodes cloned with getClonedNH, using merge instead. | Chris Lattner | 2004-01-28 | 1 | -1/+1 |
* | Add a timer, fix a minor bug. | Chris Lattner | 2004-01-28 | 1 | -4/+12 |
* | Another bugfix, disable "spurious" output. | Chris Lattner | 2004-01-28 | 1 | -1/+4 |
* | fix bug in previous checkin | Chris Lattner | 2004-01-27 | 1 | -1/+0 |
* | * Add a new commandline argument to control the "global roots hack". Default | Chris Lattner | 2004-01-27 | 1 | -454/+407 |
* | Initial support for implementing clonePartiallyInto in terms of cloneReachabl... | Chris Lattner | 2004-01-23 | 1 | -57/+122 |
* | Eliminated the CompletedNodes argument to the cloneReachable* methods. This | Chris Lattner | 2004-01-22 | 1 | -41/+20 |
* | Ok, I'm tired of pulling out all my timers to check stuff in, just do it. | Chris Lattner | 2004-01-22 | 1 | -0/+18 |
* | Bug fix: X.mergeWith(Y) was not updating Y if Y was a null node handle! | Chris Lattner | 2004-01-22 | 1 | -2/+9 |
* | Start implementing DSGraph::clonePartiallyInto and implement mergeInGraph | Chris Lattner | 2004-01-22 | 1 | -66/+176 |
* | Fine-grainify namespaces for this library | Chris Lattner | 2003-11-12 | 1 | -4/+1 |
* | Add new argument to disable checking | Chris Lattner | 2003-11-12 | 1 | -3/+5 |
* | Don't crash if no gg | Chris Lattner | 2003-11-12 | 1 | -1/+1 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -2/+5 |
* | Compute node offsets correctly | Chris Lattner | 2003-11-11 | 1 | -2/+2 |
* | Add new method for computing node mappings. This is used by the pool allocator | Chris Lattner | 2003-11-11 | 1 | -0/+31 |
* | All DSGraphs keep a reference to the targetdata they are created with. This is | Chris Lattner | 2003-11-02 | 1 | -9/+14 |
* | Fix bug: test/Regression/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll | Chris Lattner | 2003-11-02 | 1 | -6/+8 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Remove trivially dead nodes was not removing nodes that were dead due to forw... | Chris Lattner | 2003-09-20 | 1 | -0/+14 |
* | Switch from using CallInst's to represent call sites to using the LLVM | Chris Lattner | 2003-09-20 | 1 | -2/+2 |
* | Fixed spelling and grammar. | Misha Brukman | 2003-09-11 | 1 | -3/+3 |
* | Add more verbose comment | Chris Lattner | 2003-08-05 | 1 | -10/+9 |
* | Added function mergeInGlobalsGraph which merges in the entire globals graph w... | Sumant Kowshik | 2003-08-05 | 1 | -0/+29 |
* | DEBUG got moved to Support/Debug.h | Chris Lattner | 2003-08-01 | 1 | -0/+1 |
* | Fix comment. | Vikram S. Adve | 2003-07-22 | 1 | -3/+3 |
* | Implement 2 important changes: (1) rematerialization from the globals graph, | Vikram S. Adve | 2003-07-16 | 1 | -65/+250 |
* | Remove globals more aggressively from graphs. | Chris Lattner | 2003-07-03 | 1 | -11/+32 |
* | INCLUDE_PARENT_GRAPH is required! | Chris Lattner | 2003-07-02 | 1 | -21/+4 |
* | Add support for ParentGraph only when building in debug mode | Chris Lattner | 2003-07-02 | 1 | -8/+48 |
* | Rework TD pass to work with the precise call graph constructed by the BU phase | Chris Lattner | 2003-07-01 | 1 | -0/+3 |
* | Add new method | Chris Lattner | 2003-06-30 | 1 | -0/+17 |
* | Be more const-correct | Chris Lattner | 2003-06-30 | 1 | -2/+2 |
* | Fix bug in last checkin | Chris Lattner | 2003-06-30 | 1 | -1/+1 |
* | Handle the case where OldNodeMap == &ScalarMap correctly | Chris Lattner | 2003-06-30 | 1 | -12/+7 |