Move stuff out of the Optimizations directories into the appropriate Transforms
[oota-llvm.git] / lib / Transforms / Scalar / InductionVars.cpp
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-10-18 Chris LattnerConvert to new simpler pass itf
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use 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-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