Move processGraph down lower in the file so all of the forward declarations
[oota-llvm.git] / lib / Transforms / TransformInternals.cpp
2002-02-14 Chris LattnerBug fix for test/Regression/Other/2002-02-14-LevelRaise...
2002-01-21 Chris LattnerElminate an unused variable
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris Lattner* add ReplaceInstWithInst
2001-12-07 Chris LattnerDon't insert scales of 1 :)
2001-12-06 Chris LattnerFix bug that caused invalid transformations to be applied
2001-12-05 Chris LattnerHandle more complex array indexing expressions
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-26 Chris LattnerlosslessCastableTypes is moved to Type class
2001-11-14 Chris LattnerBetter heuristics for handling arrays
2001-11-08 Chris LattnerImprove raising significantly
2001-11-04 Chris LattnerRefactor code to share stuff