Move some warnings to debug mode.
[oota-llvm.git] / lib / Analysis / DataStructure / BottomUpClosure.cpp
2006-10-13 Andrew LenharthMove some warnings to debug mode.
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-06-19 Andrew LenharthDo partial inlining in BU. This resolves more call...
2006-04-19 Andrew Lenharthfriendlier error message
2006-01-22 Chris LattnerAdd explicit iostream #includes
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-04-25 Chris LattnerCorrectly handle global-argument aliases induced in...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Chris Lattneradd support for taking and resolving the address of...
2005-03-25 Chris LattnerGrow the EQ classes for globals at the end of the BU...
2005-03-25 Chris Lattnerremove a debugging timer.
2005-03-25 Chris LattnerTwo changes here:
2005-03-24 Chris Lattnerdon't bother |'ing in 0's
2005-03-24 Chris LattnerFix a crash while promoting a value out of a loop from...
2005-03-23 Chris Lattnera hack to allow count-aa to work with ds-aa :(
2005-03-22 Chris LattnerMark external globals incomplete in the BU Globals...
2005-03-22 Chris LattnerNow that the dead ctor is gone, nothing uses the old...
2005-03-22 Chris Lattnernow that the second argument is always this->ReturnNode...
2005-03-22 Chris Lattnerremove the second argument to cloneInto
2005-03-21 Chris LattnerFix a major problem where we didn't add call graph...
2005-03-20 Chris Lattnerremove some pointless asserts
2005-03-20 Chris LattnerTransform BU pass to not use the horrible DSCallSiteIte...
2005-03-19 Chris LattnerCreate an equivalence class of global variables that...
2005-03-18 Chris Lattnerdo not bother inlining nullary functions without return...
2005-03-15 Chris Lattnerfix crashes when we only have a prototype for main.
2005-03-15 Chris LattnerStart using retnodes_* for iteration.
2005-03-13 Chris LattnerMake sure to remove incomplete markers before we add...
2005-03-13 Chris LattnerAfter finishing BU analysis, move all global variables...
2005-02-07 Chris LattnerIndCallGraphMap is now a pointer to a new'd map.
2005-02-04 Chris LattnerIf we have an indirect call site that calls N functions...
2005-02-01 Chris LattnerEliminate some duplicated debug code
2005-02-01 Chris LattnerEliminate self-recursion as a special case.
2005-02-01 Chris LattnerEliminate use of DSCallSiteIterator in key loop. This...
2005-02-01 Chris LattnerDo not revisit nodes in the SCC traversal. This speeds...
2005-01-31 Chris LattnerFix some scary bugs that VC++ detected.
2005-01-30 Chris Lattner* Make some methods more const correct.
2005-01-24 Chris LattnerMake -ds-aa more useful, allowing it to be updated...
2004-11-08 Chris LattnerFix a bug that was preventing povray and namd from...
2004-10-31 Chris LattnerFix comment
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-07 Chris LattnerHeaders moved
2004-03-04 Chris LattnerMinor changes, remove some debugging code that got...
2004-02-27 Chris LattnerOnly clone global nodes between graphs if both graphs...
2004-02-21 Chris LattnerInstead of cloning the globals for main into the global...
2004-02-20 Chris LattnerThere is no need to merge the globals graph into the...
2004-02-17 Chris LattnerWhen we complete the bottom-up pass, make sure to merge...
2004-02-08 Chris LattnerInstead of callign removeTriviallyDeadNodes on the...
2004-01-31 Chris LattnerAvoid referencing deleted DSgraphs when merging an...
2004-01-27 Chris LattnerGet clone flags right, so we don't build InlinedGlobals...
2004-01-23 Chris LattnerInitial support for implementing clonePartiallyInto...
2003-11-13 Chris LattnerMinor code cleanup
2003-11-12 Chris LattnerFine-grainify namespaces for this library
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-20 Chris LattnerFunctions reachable from the arguments of unresolvable...
2003-09-20 Chris LattnerThe Globals graph must become complete at the end of...
2003-09-20 Chris LattnerSwitch from using CallInst's to represent call sites...
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-07-16 Vikram S. AdveRematerialize nodes from the globals graph into the...
2003-07-02 Chris LattnerFix how we are handling unreachable functions. This...
2003-07-02 Chris LattnerKeep track of how many inlinings are performed
2003-07-02 Chris LattnerMake the BU closure keep track of which actual calls...
2003-07-01 Chris LattnerMinor cleanups
2003-06-30 Chris LattnerSplit CallSiteIterator out into DSCallSiteIterator...
2003-06-30 Chris LattnerReimplement the BU closure to collapse all SCC graphs...
2003-06-30 Chris LattnerRevamp DSGraphs so that they can support multiple funct...
2003-06-28 Chris LattnerPropagate globals graph from the local to bu to td...
2003-06-19 Chris Lattner* Changes to make NodeType be private to DSNode.
2003-02-05 Chris LattnerImplement optimization for direct function call case...
2003-02-03 Chris LattnerAdd better debug output
2003-02-01 Chris LattnerChange DSGraph stuff to use hash_(set|map) instead...
2003-02-01 Chris LattnerRemove using declarations
2003-01-31 Chris LattnerAdd functions to the ban list
2003-01-23 Chris Lattner* Eliminate boolean arguments in favor of using enums
2002-11-27 Vikram S. AdveFix logical error in TD pass: we should clear Mod/Ref...
2002-11-17 Chris LattnerAdd MaxSCC statistics
2002-11-12 Chris LattnerInline graphs from outside the SCC into the SCC before...
2002-11-11 Chris LattnerComplete rewrite of BU code to use Tarjan's SCC finding...
2002-11-11 Chris LattnerFix infinite loop in the BU algorithm. Unfortunately...
2002-11-10 Chris Lattner* Bottom-Up graphs print the Aux call vector
2002-11-09 Chris Lattnereliminate the ability to remove global nodes from deadN...
2002-11-09 Chris LattnerAdd globals graphs to all three passes
2002-11-09 Chris LattnerClean up DSGraph::removeDeadNodes interface
2002-11-09 Chris LattnerMake removeTriviallyDeadNodes a private interface of...
2002-11-08 Chris LattnerONLY merge in the aux call sites, this causes a HUGE...
2002-11-08 Chris LattnerRemove gunk used by broken TD pass
2002-11-07 Chris LattnerInstead of using a bool that constant has to be explain...
2002-11-07 Chris LattnerImplement a new mergeInGraph method, which basically...
2002-11-07 Chris LattnerRename DataStructureAnalysis namespace to DS
2002-11-06 Chris LattnerDelete "StripScalars" argument to cloneInto method
2002-11-04 Chris LattnerGive a better error message in an unhandled case
2002-11-03 Chris LattnerRename ValueMap to ScalarMap
2002-11-02 Chris LattnerOops, this was not meant to be checked in
2002-11-02 Chris LattnerStop representing scalars as explicit nodes in the...
2002-10-31 Chris LattnerAdd a fixme
2002-10-22 Chris LattnerThe callee is not correct, and confuses the TD pass...
2002-10-21 Chris LattnerDelete unused arguments to DSGraph::cloneInto method
2002-10-21 Chris Lattner - Add "ResolvingCaller" to the CallSite record. ...
2002-10-21 Chris Lattner - Make DSCallSite not inherit from std::vector. ...
next