make this const correct
[oota-llvm.git] / lib / Analysis / DataStructure / DataStructure.cpp
2005-03-21 Chris Lattnermake this const correct
2005-03-21 Chris LattnerUgh, for some reason, I can't call this unless the...
2005-03-21 Chris LattnerThe reachability cloner should add arguments to merged...
2005-03-20 Chris LattnerRemove the ability to keep track of inlined globals...
2005-03-20 Chris LattnerAdd a new DSNode::removeGlobal method.
2005-03-20 Chris LattnerImplement new methods for dealing with DSNode global...
2005-03-19 Chris LattnerCreate an equivalence class of global variables that...
2005-03-18 Chris Lattnerremove a bogus optimization. This only works if there...
2005-03-17 Chris Lattnerimplement a new method.
2005-03-17 Chris LattnerClean up some code, handle null pointer specially to...
2005-03-17 Chris LattnerDo not create ridiculously huge DSNodes, as described...
2005-03-16 Chris Lattnerremove use of compat_iterator.
2005-03-15 Chris LattnerFix a crash that happens when mapping something like...
2005-03-15 Chris LattnerMake computeGGToGMapping compute an invnodemap
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
next