ADCE is broken but at least we know why
[oota-llvm.git] / lib / Transforms / Scalar / InductionVars.cpp
2001-09-07 Chris LattnerConstants are now global unique objects
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-07-07 Chris LattnerBroad superficial changes:
2001-06-30 Chris LattnerOptimizations got their own header files
2001-06-27 Chris LattnerMisc cleanup
2001-06-25 Chris LattnerImplement induction variable injection!
2001-06-25 Chris LattnerA silly stupid test of the loop depth calculator was...
2001-06-24 Chris Lattner#include a different header due to Intervals.h splitting up
2001-06-22 Chris LattnerImplement a lot more functionality. Now loop invariant...
2001-06-21 Chris LattnerMoved printing code to the Assembly/Writer library.
2001-06-20 Chris LattnerAdd capability to print a derived interval graph
2001-06-20 Chris LattnerAdd a test case for interval code