Minor fixes html type fixes: & -> & > -> > etc.
[oota-llvm.git] / lib / Analysis /
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
2002-05-07 Chris LattnerMove UnifyFunctionExitNodes to Utils library: final...
2002-05-07 Chris LattnerUpdates to move some header files out of include/llvm...
2002-05-06 Chris LattnerMark analyses that only depend on the CFG of a function
2002-05-06 Chris LattnerAdd #include removed from ConstantHandling.h
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-28 Chris LattnerSimplify and update code a bit
2002-04-28 Chris LattnerEliminate the cfg namespace, moving LoopInfo, Dominator...
2002-04-28 Chris LattnerModule's are no longer Value subclasses
2002-04-28 Chris LattnerFix signed/unsigned comparison warning
2002-04-28 Chris LattnerChange the Dominator info and LoopInfo classes to keep...
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-27 Chris LattnerAdd support for tracking array allocations
2002-04-27 Chris LattnerAllow the inline limit to be modified on the commandlin...
2002-04-27 Chris LattnerChange Constant::getNullConstant to Constant::getNullValue
2002-04-18 Chris LattnerJust use << isntead of forcing getStrValue
2002-04-18 Chris LattnerPrint argument scalars as ellipses instead of boxes
2002-04-17 Chris LattnerInline indirect function calls that are only capable...
2002-04-17 Chris LattnerMake data structure acurately get ALL edges, even loads...
2002-04-16 Chris Lattner* Remove the concept of a critical shadow node
2002-04-16 Chris Lattner* Eliminate ArgDSNode's completely, now rely on scalar map
2002-04-10 Chris LattnerPrint out what the root of the call graph is.
next