Simplify code a bit by using Module::getOrInsertFunction
[oota-llvm.git] / lib / Transforms / TransformInternals.cpp
2002-03-21 Chris LattnerMake ConvertableToGEP handle cases where the user is...
2002-03-21 Chris LattnerImplement the new InsertInstBeforeInst function
2002-03-21 Chris Lattner1. Fix bug test/Regression/Other/2002-03-20-LevelRaiseB...
2002-03-14 Chris LattnerFix bug: test/Regression/Other/2002-03-14-LevelRaiseHang.ll
2002-03-11 Chris Lattnerupdate comments
2002-03-07 Chris LattnerWe were not correctly burrowing down multiple levels...
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