Age | Commit message (Expand) | Author |
2004-01-28 | In the TD pass, don't iterate over the scalar map to find the globals, iterat... | 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-27 | Rewrite to use the reachability cloner interface. Also, make this much more | Chris Lattner |
2004-01-27 | minor cleanups | Chris Lattner |
2004-01-27 | Get clone flags right, so we don't build InlinedGlobals only to clear them | 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 |
2004-01-22 | Allow disabling of ALL printing overhead when performing timings | Chris Lattner |
2003-11-25 | Do not depend on index type to determine whether it is a structure or sequent... | Chris Lattner |
2003-11-21 | Finegrainify namespacification | Chris Lattner |
2003-11-14 | Implement a small optimization to handling of GEP's that are equivalent to ca... | Chris Lattner |
2003-11-13 | Trying to get the dsgraph for an external function is bad for DSA's health | Chris Lattner |
2003-11-13 | Implement the CompleteBU pass | Chris Lattner |
2003-11-13 | Minor code cleanup | Chris Lattner |
2003-11-13 | Disable integer tracking by default | Chris Lattner |
2003-11-13 | Add an initial version of the CompleteBUDataStructures class, which is currently | 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 | Print return nodes for graphs with multiple functions in them correctly | Chris Lattner |
2003-11-12 | Don't crash if no gg | Chris Lattner |
2003-11-12 | Cleanups | 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-09 | Add support for memmove | Chris Lattner |
2003-11-08 | Handle bzero and memset in the local analysis, because we were missing the fact | Chris Lattner |
2003-11-08 | This doesn't use DSCallSiteIterator | Chris Lattner |
2003-11-05 | Fix name collision | 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-21 | Added LLVM copyright header. | John Criswell |
2003-10-20 | Added LLVM copyright notice to Makefiles. | John Criswell |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-10-10 | Fix spelling. | Misha Brukman |
2003-10-01 | Use std::string::size_type for for ColonPos to stop gcc from giving a warning | Alkis Evlogimenos |
2003-09-24 | DOn't crash if program calls the null pointer | Chris Lattner |
2003-09-20 | Functions reachable from the arguments of unresolvable call nodes should | Chris Lattner |
2003-09-20 | The Globals graph must become complete at the end of the BU phase! | Chris Lattner |
2003-09-20 | Do not mark incoming arguments to functions complete if the function is point... | Chris Lattner |
2003-09-20 | Make sure to add global variable initializers to the Globals graph! | Chris Lattner |
2003-09-20 | Don't consider incomplete nodes to be typesafe! | Chris Lattner |