Age | Commit message (Expand) | Author |
2004-01-29 | Minor bugfixes | Chris Lattner |
2004-01-28 | Rename DSGraph::ScalarMapTy -> DSScalarMap | Chris Lattner |
2004-01-28 | Fix a bug | Chris Lattner |
2004-01-28 | Eliminate the call to removeTriviallyDeadNodes from updateFromGlobals graph, | Chris Lattner |
2004-01-28 | In updateFromGlobalsGraph, instead of iterating over all of the scalars in the | Chris Lattner |
2004-01-28 | Minor tweaks, eliminate useless integer pruning optimziation, turn on | Chris Lattner |
2004-01-28 | Further reduce the number of nodes cloned with getClonedNH, using merge instead. | Chris Lattner |
2004-01-28 | Add a timer, fix a minor bug. | Chris Lattner |
2004-01-28 | Another bugfix, disable "spurious" output. | Chris Lattner |
2004-01-27 | fix bug in previous checkin | Chris Lattner |
2004-01-27 | * Add a new commandline argument to control the "global roots hack". Default | Chris Lattner |
2004-01-23 | Initial support for implementing clonePartiallyInto in terms of cloneReachabl... | Chris Lattner |
2004-01-22 | Eliminated the CompletedNodes argument to the cloneReachable* methods. This | Chris Lattner |
2004-01-22 | Ok, I'm tired of pulling out all my timers to check stuff in, just do it. | Chris Lattner |
2004-01-22 | Bug fix: X.mergeWith(Y) was not updating Y if Y was a null node handle! | Chris Lattner |
2004-01-22 | Start implementing DSGraph::clonePartiallyInto and implement mergeInGraph | Chris Lattner |
2003-11-12 | Fine-grainify namespaces for this library | Chris Lattner |
2003-11-12 | Add new argument to disable checking | Chris Lattner |
2003-11-12 | Don't crash if no gg | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-11-11 | Compute node offsets correctly | Chris Lattner |
2003-11-11 | Add new method for computing node mappings. This is used by the pool allocator | Chris Lattner |
2003-11-02 | All DSGraphs keep a reference to the targetdata they are created with. This is | Chris Lattner |
2003-11-02 | Fix bug: test/Regression/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll | Chris Lattner |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-09-20 | Remove trivially dead nodes was not removing nodes that were dead due to forw... | Chris Lattner |
2003-09-20 | Switch from using CallInst's to represent call sites to using the LLVM | Chris Lattner |
2003-09-11 | Fixed spelling and grammar. | Misha Brukman |
2003-08-05 | Add more verbose comment | Chris Lattner |
2003-08-05 | Added function mergeInGlobalsGraph which merges in the entire globals graph w... | Sumant Kowshik |
2003-08-01 | DEBUG got moved to Support/Debug.h | Chris Lattner |
2003-07-22 | Fix comment. | Vikram S. Adve |
2003-07-16 | Implement 2 important changes: (1) rematerialization from the globals graph, | Vikram S. Adve |
2003-07-03 | Remove globals more aggressively from graphs. | Chris Lattner |
2003-07-02 | INCLUDE_PARENT_GRAPH is required! | Chris Lattner |
2003-07-02 | Add support for ParentGraph only when building in debug mode | Chris Lattner |
2003-07-01 | Rework TD pass to work with the precise call graph constructed by the BU phase | Chris Lattner |
2003-06-30 | Add new method | Chris Lattner |
2003-06-30 | Be more const-correct | Chris Lattner |
2003-06-30 | Fix bug in last checkin | Chris Lattner |
2003-06-30 | Handle the case where OldNodeMap == &ScalarMap correctly | Chris Lattner |
2003-06-30 | Move usages of explicit hash_* datastructures to use typedefs | Chris Lattner |
2003-06-30 | Revamp DSGraphs so that they can support multiple functions in the same | Chris Lattner |
2003-06-29 | Fix minor bug in previous checkin | Chris Lattner |
2003-06-29 | Add support for "physical subtyping", which fixes: | Chris Lattner |
2003-06-28 | Avoid double negatives | Chris Lattner |
2003-06-22 | Remove support for the MultiObject flag, which was fundamentally broken | Chris Lattner |
2003-06-19 | * Changes to make NodeType be private to DSNode. | Chris Lattner |
2003-06-16 | Remove bogus assertion: a node with no referrers could be collapsed if field-... | Chris Lattner |
2003-05-20 | s/convertable/convertible/g | Misha Brukman |