Start using retnodes_* for iteration.
[oota-llvm.git] / lib / Analysis / DataStructure / DataStructure.cpp
2005-03-15 Chris LattnerStart using retnodes_* for iteration.
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-15 Chris LattnerDon't crash if computing a mapping to a node with zero...
2005-03-15 Chris Lattnerrename method, add counterpart
2005-03-14 Chris Lattneradd a method to compute a commonly used mapping.
2005-03-13 Chris Lattnerregardless of whether or not the client things we shoul...
2005-03-13 Chris LattnerThe incoming arguments to main (the argv list) are...
2005-03-13 Chris LattnerReplace linear search with logrithmic one.
2005-03-12 Chris Lattnermake sure to mark nodes returned from functions as...
2005-02-27 Chris LattnerFix spelling, patch contributed by Gabor Greif
2005-02-24 Chris LattnerFix a bug introduced by revision 1.187 of this file.
2005-02-15 Chris LattnerAdd a sanity check.
2005-02-15 Chris LattnerAdd a new method to make it easy to update graphs.
2005-02-09 Chris LattnerUse new edge iterators to simplify some code.
2005-02-04 Chris LattnerSplit mergeInGraph into two methods.
2005-02-03 Chris LattnerRefactor getFunctionArgumentsForCall out of mergeInGraph.
2005-01-31 Chris LattnerRename variables to work with VC++'s hokey scoping...
2005-01-30 Chris Lattner* Make some methods more const correct.
2005-01-12 Chris LattnerSilence VC++ warnings.
2004-12-08 Chris LattnerMove method out of line for better ICC support
2004-10-31 Chris LattnerImprove comment
2004-10-31 Chris LattnerAdd more paranoid assertions :)
2004-10-30 Chris LattnerFix three bugs:
2004-10-30 Chris Lattner* Add a method
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-08 Chris LattnerDisable some code that isn't helping matters
2004-07-07 Chris LattnerMove all of the DSA headers into the Analysis/DataStruc...
2004-07-07 Chris LattnerAs much as I hate to say it, the whole setNode interfac...
2004-06-23 Chris LattnerFix merging of nodes whose incoming offset is not zero...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-04-29 Misha BrukmanWrapped code and comments at 80 cols; doxygenified...
2004-03-13 Chris LattnerFix a tiny bug that caused an incorrect assertion failu...
2004-03-09 Chris Lattnerimplement new method
2004-03-08 Chris LattnerFix a bug handling globals that are constants, but...
2004-03-04 Chris LattnerImplement a FIXME, improving the efficiency of DSA...
2004-03-04 Chris LattnerFix BU datastructures with povray!
2004-03-04 Chris LattnerOnly clone nodes that are needed in the caller, don...
2004-03-03 Chris LattnerFix a DSA bug that caused DSA to generate incredibly...
2004-03-03 Chris LattnerDeinline methods, add fast exit
2004-03-03 Chris LattnerFix a node mapping problem that was causing the pool...
2004-02-27 Chris LattnerOnly clone global nodes between graphs if both graphs...
2004-02-26 Chris LattnerFix typo
2004-02-26 Chris LattnerThe node doesn't have to be _no_ node flags, it just...
2004-02-25 Chris LattnerTwo changes:
2004-02-25 Chris LattnerSimplify the dead node elimination stuff
2004-02-22 Chris LattnerUse isNull instead of getNode() to test for existence...
2004-02-21 Chris LattnerFix an iterator invalidation problem which was causing...
2004-02-09 Chris LattnerAdjust to the changed StructType interface. In particu...
2004-02-08 Chris LattnerInstead of callign removeTriviallyDeadNodes on the...
2004-02-08 Chris LattnerSubstantially improve the DSA code by removing 'forward...
2004-02-08 Chris LattnerBugfix for ilist conversion. The ilist wants to make...
2004-02-08 Chris LattnerSwitch the Nodes list from being an std::vector<DSNode...
2004-02-08 Chris LattnerChange to use node_iterators instead of direct access...
2004-02-07 Chris LattnergetNodes() is gone, use node_begin/end instead
2004-02-07 Chris LattnerThere is no need to clone over nodes that are going...
2004-01-29 Chris LattnerFix a bug aflicting 265.gap
2004-01-29 Chris LattnerMinor bugfixes
2004-01-28 Chris LattnerRename DSGraph::ScalarMapTy -> DSScalarMap
2004-01-28 Chris LattnerFix a bug
2004-01-28 Chris LattnerEliminate the call to removeTriviallyDeadNodes from...
2004-01-28 Chris LattnerIn updateFromGlobalsGraph, instead of iterating over...
2004-01-28 Chris LattnerMinor tweaks, eliminate useless integer pruning optimzi...
2004-01-28 Chris LattnerFurther reduce the number of nodes cloned with getClone...
2004-01-28 Chris LattnerAdd a timer, fix a minor bug.
2004-01-28 Chris LattnerAnother bugfix, disable "spurious" output.
2004-01-27 Chris Lattnerfix bug in previous checkin
2004-01-27 Chris Lattner* Add a new commandline argument to control the "global...
2004-01-23 Chris LattnerInitial support for implementing clonePartiallyInto...
2004-01-22 Chris LattnerEliminated the CompletedNodes argument to the cloneReac...
2004-01-22 Chris LattnerOk, I'm tired of pulling out all my timers to check...
2004-01-22 Chris LattnerBug fix: X.mergeWith(Y) was not updating Y if Y was...
2004-01-22 Chris LattnerStart implementing DSGraph::clonePartiallyInto and...
2003-11-12 Chris LattnerFine-grainify namespaces for this library
2003-11-12 Chris LattnerAdd new argument to disable checking
2003-11-12 Chris LattnerDon't crash if no gg
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-11 Chris LattnerCompute node offsets correctly
2003-11-11 Chris LattnerAdd new method for computing node mappings. This is...
2003-11-02 Chris LattnerAll DSGraphs keep a reference to the targetdata they...
2003-11-02 Chris LattnerFix bug: test/Regression/Analysis/DSGraph/2003-11-02...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-20 Chris LattnerRemove trivially dead nodes was not removing nodes...
2003-09-20 Chris LattnerSwitch from using CallInst's to represent call sites...
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-08-05 Chris LattnerAdd more verbose comment
2003-08-05 Sumant KowshikAdded function mergeInGlobalsGraph which merges in...
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-07-22 Vikram S. AdveFix comment.
2003-07-16 Vikram S. AdveImplement 2 important changes: (1) rematerialization...
2003-07-03 Chris LattnerRemove globals more aggressively from graphs.
2003-07-02 Chris LattnerINCLUDE_PARENT_GRAPH is required!
2003-07-02 Chris LattnerAdd support for ParentGraph only when building in debug...
2003-07-01 Chris LattnerRework TD pass to work with the precise call graph...
2003-06-30 Chris LattnerAdd new method
2003-06-30 Chris LattnerBe more const-correct
2003-06-30 Chris LattnerFix bug in last checkin
2003-06-30 Chris LattnerHandle the case where OldNodeMap == &ScalarMap correctly
2003-06-30 Chris LattnerMove usages of explicit hash_* datastructures to use...
2003-06-30 Chris LattnerRevamp DSGraphs so that they can support multiple funct...
next