Implement DCE of global values
[oota-llvm.git] / include / llvm / Analysis /
2001-11-26 Chris Lattner* Implement dominator based loop identification
2001-11-15 Chris LattnerFix protection probs
2001-11-09 Chris LattnerNew pass to figure out what types are in use by a program
2001-11-07 Chris LattnerInitial checkin of pointer safety checker
2001-10-22 Vikram S. AdveAdded function IsLeafMethod to identify leaf methods.
2001-10-13 Chris LattnerChanges to compile with GCC 2.96
2001-10-13 Chris LattnerAdd comment indicating semantics of indirect calls
2001-10-12 Ruchira Sasanka--added support for implicit operands in machine instru...
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd more support for new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-09-30 Ruchira Sasankano major change.
2001-09-28 Chris LattnerInitial support for construction of a call graph
2001-09-28 Chris LattnerAdd capability to print out call graph
2001-09-14 Chris LattnerInitial instruction tree support for the analysis library
2001-09-11 Chris LattnerHandle subtract in expression classifier
2001-09-07 Chris LattnerNEw file
2001-09-07 Chris LattnerSimplify SlotCalculator. SlotCalculator is now not...
2001-09-07 Chris LattnerSimplify analyzer
2001-08-28 Vikram S. AdveUse const int instead of #define.
2001-08-20 Ruchira SasankaLV info on machine instructions
2001-07-26 Chris LattnerAdd an arg to insertVal to allow us to prevent builtin...
2001-07-24 Ruchira Sasanka*** empty log message ***
2001-07-21 Chris LattnerMore functionality, renamed API
2001-07-20 Chris LattnerStart of expression analysis support
2001-07-14 Chris Lattner* The parent of a constant pool is a SymTabValue, not...
2001-07-06 Chris LattnerNew file, includes method to merge exit nodes together
2001-07-06 Chris Lattner* Add a DominatorBase base class to maintain root of...
2001-07-03 Chris LattnerIntervalPartition was changed to inherit from vector...
2001-07-03 Chris LattnerCheckin of new Analysis result printing header
2001-07-03 Chris LattnerUpdate documentation a bit, correct #include guard
2001-07-02 Chris LattnerAdd new anaysis routines for building dominator related...
2001-06-27 Chris LattnergetBasicBlocks() is not needed anymore for reading...
2001-06-25 Chris LattnerBig changes. Interval*.h is now more or less finalized...
2001-06-24 Chris LattnerNew files due to the Intervals.h splitup
2001-06-24 Chris LattnerIntervalPartition & IntervalIterator classes have been...
2001-06-24 Chris LattnerAddition of IntervalIterator. Preparing for rename...
2001-06-22 Chris LattnerAdd comments
2001-06-21 Chris Lattner* Added comments
2001-06-20 Chris LattnerAdd capability to build a derived interval graph
2001-06-20 Chris LattnerNew file: Interval analysis support
2001-06-06 Chris LattnerInitial revision