Misc cleanup
[oota-llvm.git] / lib /
2001-06-27 Chris LattnerMisc cleanup
2001-06-27 Chris Lattner* Expose DoConstantPoolMerging
2001-06-27 Chris LattnerConvert ugly postincrement to efficient preincrement
2001-06-27 Chris LattnerAdd instructions to fold unary and binary instructions.
2001-06-27 Chris LattnerConvert postincrements to more efficient preincrements
2001-06-25 Chris LattnerMoved UnaryOperator::create to InstrTypes.cpp until...
2001-06-25 Chris LattnerImplement induction variable injection!
2001-06-25 Chris LattnerRenamed get.*Operator to create seeing that it would...
2001-06-25 Chris Lattner* Rename get.*Operator to create seeing that it would...
2001-06-25 Chris LattnerA silly stupid test of the loop depth calculator was...
2001-06-25 Chris LattnerIntervalPartition: recode to use IntervalIterator to...
2001-06-24 Chris LattnerNew file due to the Intervals.h splitup
2001-06-24 Chris Lattner#include a different header due to Intervals.h splitting up
2001-06-24 Chris LattnerIntervalPartition & IntervalIterator classes have been...
2001-06-24 Chris LattnerPrepare for split between Interval, IntervalIterator...
2001-06-22 Chris LattnerImplement a lot more functionality. Now loop invariant...
2001-06-22 Chris LattnerInterval::HeaderNode is now accessed thorugh an accesso...
2001-06-21 Chris LattnerAdd a space to the PHI node output code to make it...
2001-06-21 Chris LattnerMoved printing code to the Assembly/Writer library.
2001-06-21 Chris LattnerImplement the new Interval::isLoop method
2001-06-20 Chris LattnerGet rid of a silly printout that isn't needed right now
2001-06-20 Chris LattnerAdd capability to print a derived interval graph
2001-06-20 Chris LattnerAdd capability to build a derived interval graph
2001-06-20 Chris LattnerInitial Checking of Interval handling code
2001-06-20 Chris LattnerAdd a test case for interval code
2001-06-13 Chris LattnerUpdates to work with new cfg namespace
2001-06-11 Chris LattnerUpdates to support
2001-06-11 Chris LattnerUpdates to support
2001-06-08 Chris LattnerMoved getBinaryOperator to the BinaryOperator class...
2001-06-07 Chris LattnerUpdated to work with new CFG.h file.
2001-06-07 Chris LattnerAdd extra method to PHI node class
2001-06-07 Chris LattnerSignificant rework. DCE is still not done (see #ifdef...
2001-06-07 Chris LattnerFixed to print slightly differently. Added use counts...
2001-06-07 Chris LattnerFixes for BB iterators, additional methods added for...
2001-06-06 Chris LattnerInitial revision