Make sure a variable is initialized before use to clean up a warning from
[oota-llvm.git] / include / llvm / Analysis /
2005-05-15 Chris Lattnerfix warning
2005-05-15 Chris Lattnerfix compiler warning
2005-05-15 Reid SpencerSome cleanups for compilation with GCC 4.0.0 to remove...
2005-05-01 Tanya LattnerAdd accessor method,
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Chris Lattneradd support for taking the address of free.
2005-04-21 Chris LattnerImprove doxygen documentation, patch contributed by...
2005-04-02 Chris Lattnermerge EquivClassGraphs.h into DataStructure.h with...
2005-04-02 Chris Lattneradd and use a callee_iterator typedef
2005-04-02 Chris LattnerChange the ActualCallees callgraph from hash_multimap...
2005-03-24 Chris Lattneradd new spliceFrom methods.
2005-03-23 Chris Lattnerif a function doesn't access memory at all, it definite...
2005-03-23 Chris Lattnera hack to allow count-aa to work with ds-aa :(
2005-03-22 Chris LattnerFix a serious bug where we didn't insert globals into...
2005-03-22 Chris Lattneradd a method
2005-03-22 Chris LattnerNow that the dead ctor is gone, nothing uses the old...
2005-03-22 Chris Lattnerremove a dead ctor
2005-03-22 Chris Lattnernow that the second argument is always this->ReturnNode...
2005-03-22 Chris Lattnerdrop the second argument to cloneInto, which is always...
2005-03-22 Chris Lattnermove this stuff out of line
2005-03-21 Chris Lattnerallow passing clone flags into the ctor
2005-03-21 Chris Lattneradd a new map
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 LattnerMake the first operand of this method be modifiable.
2005-03-21 Chris Lattneradd a method
2005-03-21 Chris LattnerIf merging two calls like: foo(A) and bar(B, C), make...
2005-03-21 Chris Lattnerrename a method add a data structure.
2005-03-20 Chris LattnerRemove the InlinedGlobals set which is always empty.
2005-03-20 Chris Lattneradd a method
2005-03-20 Chris Lattnerrename some methods and add some new methods for dealin...
2005-03-19 Chris LattnerMake each scalar map contain a reference to an equivale...
2005-03-19 Chris LattnerEach DS collection now contains an equivalence class...
2005-03-19 Chris Lattneradd a method to clear globals from a node
2005-03-17 Chris Lattneradd 3 methods
2005-03-16 Chris Lattnerremove use of compat_iterator
2005-03-15 Chris Lattnerremove warning, make computeGGToGMapping return an...
2005-03-15 Chris Lattneradd support for hashing nodehandles.
2005-03-15 Chris Lattneradd iterators for return nodes list.
2005-03-15 Jeff CohenDo it right...
2005-03-15 Jeff CohenFix VC++ breakage.
2005-03-15 Chris LattnerRename method, add counterpart.
2005-03-14 Chris LattnerAdd a useful method.
2005-03-13 Chris LattnerAdd support for printing EQ graphs
2005-03-12 Chris Lattnerremove this from the PA namespace, leaving it in the...
2005-03-11 Chris LattnerFix some crashes noted by John Mellor-Crummey's group.
2005-03-09 Chris Lattnerexport two methods
2005-03-06 Chris Lattnernew helper method
2005-02-26 Chris LattnerFix a case where we incorrectly returned hasComputableL...
2005-02-15 Chris LattnerAdd a new method to make it easy to update graphs.
2005-02-13 Chris LattnerAdd a new replaceSymbolicValuesWithConcrete method...
2005-02-09 Chris LattnerAdd some iterators that should have come in long ago
2005-02-07 Chris LattnerHopefully fix the build on Darwin with GCC 3.3
2005-02-04 Chris LattnerAdd some new members
2005-02-04 Chris Lattneradd new member
2005-02-03 Chris LattnerAdd a new method.
2005-02-01 Chris Lattnerremove dead method
2005-01-30 Chris Lattner* Make some methods more const correct.
2005-01-30 Chris LattnerImprove conformance with the Misha spelling benchmark...
2005-01-29 Chris LattnerAdjust to ilist changes.
2005-01-28 Jeff CohenGet VC++ compiling again
2005-01-24 Chris LattnerAdd some methods.
2005-01-10 Jeff CohenApply feed back from Chris:
2005-01-09 Jeff CohenAdd last four createXxxPass functions
2005-01-09 Jeff CohenGet lib/Analysis/DataStructure to compile with VC++
2005-01-08 Jeff CohenAdd even more missing createXxxPass functions.
2004-12-17 Chris LattnerMake code fit in 80 cols
2004-12-15 Chris LattnerMake the AliasAnalysis interface more precise for commo...
2004-12-08 Chris LattnerMove method out of line
2004-12-07 Reid SpencerFor PR387:\
2004-11-27 Chris LattnerChange interface to this method a bit
2004-11-26 Chris LattnerAdd a new interface
2004-11-02 Chris LattnerSubstantially cleanup/speedup the eq graphs pass by...
2004-11-01 Chris LattnerRemove more dead methods
2004-11-01 Chris LattnerDelete a dead method
2004-11-01 Chris LattnerRename FoldedGraph -> DSInfo to be consistent with...
2004-11-01 Chris LattnerGet rid of the EquivClassGraphArgsInfo class, and the...
2004-11-01 Chris LattnerEliminate the cloneGraph method
2004-10-31 Chris Lattner* Do not refer to ActualCallees in CBU, when we can...
2004-10-31 Chris LattnerSimplify graph traversal, improve grammar
2004-10-31 Chris LattnerDo not do horrible things to the CBU graphs. In partic...
2004-10-30 Chris LattnerAdd an assertion and a method
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-14 Chris LattnerMake sure any client of Dominators.h links in Dominator...
2004-10-14 Chris LattnerRemove unneeded typedef, patch by Morten Ofstad
2004-10-12 Chris LattnerAdd std:: prefix for compilers without correct koenig...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-20 Chris LattnerAdjust to API changes
2004-09-18 Chris LattnerAdd CallGraphNode::removeAnyCallEdgeTo method
2004-09-18 Chris LattnerImplement new changeFunction method, nuke a never imple...
2004-09-15 Chris LattnerMake sure to update the list end when an element is...
2004-09-14 Chris LattnerAdd an AliasSetTracker::copyValue method
2004-09-14 Chris LattnerAdjust to #include movage
2004-09-03 Alkis EvlogimenosFixes to make LLVM compile with vc7.1.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-08 Chris LattnerAdd standard print/dump methods to CallGraph classes.
2004-07-27 Brian GaekeMake the create...() functions for some of these passes...
2004-07-26 Chris LattnerNew methods
2004-07-25 Chris LattnerAdd support for free instructions
next