Clean up code a bit, no functionality changes.
[oota-llvm.git] / lib / Analysis /
2002-10-13 Chris LattnerHalfway conversion from custom printing to GraphWriter...
2002-10-11 Vikram S. AdveUse PARALLEL_DIRS.
2002-10-11 Misha BrukmanAdded capability to get execution count of a loop if...
2002-10-11 Misha BrukmanAdded helper functions in LoopInfo: isLoopExit and...
2002-10-04 Chris LattnerHandle post dominance correctly in the case where block...
2002-10-03 Chris LattnerPrune function nodes that are no longer referenced...
2002-10-03 Chris Lattnersgefa uses truely huge data structures nodes. Only...
2002-10-03 Chris LattnerHandle bug exposed by power benchmark
2002-10-03 Chris LattnerReimplement/port the Bottom Up Closure pass
2002-10-02 Chris LattnerDataStructure.h doesn't include DSGraph.h
2002-10-02 Chris Lattner * Implement fully general merging of array subscrip...
2002-10-02 Chris LattnerWhen printing DS nodes, print the mergemap index as...
2002-10-02 Chris Lattner* Significant rework of DSNode to support arbitrary...
2002-10-01 Chris LattnerInitial checkin of Steensgaards context insensitive...
2002-10-01 Chris LattnerCheckin some major reworks of data structure analysis...
2002-09-29 Chris LattnerMinor tweak
2002-09-29 Chris LattnerFix printing of loop information
2002-09-26 Chris LattnerFirst try at implementing the AliasSetTracker class...
2002-09-26 Chris LattnerFix printing of loop information
2002-09-26 Chris Lattner - Add new methods to LoopInfo: getLoopPreheader,...
2002-09-25 Chris LattnerConvert BasicVN to be an ImmutablePass
2002-09-24 Chris LattnerMake users of FindUsedTypes not have problems with...
2002-09-10 Chris LattnerClean up indvar printing
2002-09-08 Chris Lattner* Add capability to recognize alias properties of the...
2002-09-03 Chris LattnerMinor bug fix.
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-09-02 Chris LattnerFix bugs
2002-09-02 Chris LattnerAdd printing support to ConstantRange class
2002-09-01 Chris LattnerInitial implementation of ConstantRange support
2002-08-30 Chris Lattner - Eliminate the last traces of the 'analysis' namespace
2002-08-30 Chris LattnerMinor cleanups so I can remove BasicValueNumbering.h
2002-08-30 Chris Lattnerinitial implementation of ValueNumbering interface.
2002-08-30 Chris LattnerInitial implementation of value numbering for load...
2002-08-29 Chris LattnerRemove unneeded #include
2002-08-26 Anand ShuklaChanged so it gets linked properly
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerLoad & StoreInst no longer derive from MemAccessInst...
2002-08-22 Chris Lattnerdoxygenize comments
2002-08-22 Chris LattnerAdd missing #include
2002-08-22 Chris LattnerCheck-in new alias analysis infrastructure
2002-08-21 Chris Lattner - Split Dominators.h into Dominators.h & PostDominators.h
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-08-09 Chris Lattner*** empty log message ***
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-08-07 Chris LattnerMinor changes to DEBUG()'s
2002-08-07 Chris LattnerReorder #includes to be right
2002-08-02 Chris LattnerSplit dominance calculation and post dominance calculat...
2002-07-31 Chris LattnerChanges to be GCC3.1 friendly
2002-07-31 Chris Lattner*** empty log message ***
2002-07-31 Chris LattnerAdd new -only-print-main-ds option that causes mains...
2002-07-30 Vikram S. AdveAdd GlobalDSGraph -- a common graph that holds external...
2002-07-30 Vikram S. AdvePrint globals graph after either the BU or the TD pass.
2002-07-30 Vikram S. AdveThis file implements the top-down propagation pass...
2002-07-30 Vikram S. AdveUse a separate globals graph to hold externally visible...
2002-07-30 Chris LattnerDeclare that these passes only depend on the CFG of...
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris Lattner*** empty log message ***
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerGCC 3.1 changes
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerChanges for GCC 3.1
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerConvert over to new style makefile where libraries...
2002-07-22 Chris LattnerAlways create a shadow node for a store instruction...
2002-07-22 Chris Lattner*** empty log message ***
2002-07-22 Chris LattnerConvert Command Line option handling code to use the...
2002-07-22 Chris LattnerPrint the contents, not the pointer...
2002-07-19 Chris LattnerIgnore some common varargs functions.
2002-07-18 Chris Lattner* Inline CopyFunctionCallsList
2002-07-18 Chris LattnerRename removeDeadNodes to removeTriviallyDeadNodes
2002-07-18 Vikram S. AdveAdd support for a top-down propagation pass:
2002-07-18 Vikram S. AdveAdd support for a top-down propagation pass.
2002-07-18 Chris LattnerImplement cast nodes correctly.
2002-07-18 Chris Lattner* s/method/function
2002-07-18 Chris LattnerThe graph is more accurate when I don't completely...
2002-07-18 Chris LattnerLots of bug fixes, add BottomUpClosure, which has bugs...
2002-07-16 Anand Shuklaadded std:: to string
2002-07-11 Chris Lattner* Pass the DSGraph around instead of the Function to...
2002-07-11 Chris Lattner* Nodes now keep track of any global variables in them
2002-07-11 Chris Lattner* Nodes now keep track of any global variables in them
2002-07-10 Chris LattnerNew implementation of data structure analysis. Only...
2002-07-10 Chris LattnerReimplement data structure analysis
2002-07-08 Vikram S. AdveA single MachineInstr operand may now be both a def...
2002-06-30 Chris LattnerFix anand's last checkin
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Anand Shuklaminor change in removing endl
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris Lattner*** empty log message ***
2002-06-03 Chris Lattner*** empty log message ***
2002-05-22 Chris LattnerMove debug options out of header files so that the...
2002-05-22 Chris LattnerMove the DEBUG_LV option out of the public header file...
2002-05-20 Chris LattnerHide debugging options
2002-05-13 Chris LattnerAdd method to check to see if two _Instructions_ domina...
2002-05-08 Chris LattnerPrint out post dominance data structures more nicely
next