Adjust to the changed StructType interface. In particular, getElementTypes() is...
[oota-llvm.git] / lib / Transforms / TransformInternals.cpp
2004-02-09 Chris LattnerAdjust to the changed StructType interface. In particu...
2004-01-09 Chris LattnerFinegrainify namespacification
2003-12-23 Chris Lattnerrename ClassifyExpression -> ClassifyExpr
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-17 Chris LattnerDo not crash on empty structures
2003-10-13 Chris LattnerRegularize header file comments
2003-10-10 Misha BrukmanFix spelling.
2003-06-23 Chris Lattneravoid dividing by zero when dealing with zero sized...
2003-06-07 Chris LattnerFix bug: LevelRaise/2003-06-07-EmptyArrayTest.ll
2003-05-20 Misha Brukmans/convertable/convertible/g
2003-04-24 Chris LattnerMake the levelraise pass be well behaved w.r.t the...
2003-01-23 Chris LattnerFix bug: LevelRaise/2003-01-22-GEPProblem.ll
2002-10-02 Chris LattnerFix bug: 2002-10-02-SignExtensionProblem.ll
2002-09-16 Chris LattnerFix: test/Regression/LLC/badidx.c problem
2002-09-11 Chris Lattner - Change getelementptr instruction to use long indexe...
2002-09-10 Chris LattnerSimplify code (somtimes dramatically), by using the...
2002-08-30 Chris Lattner - Eliminate the last traces of the 'analysis' namespace
2002-07-25 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-07 Chris LattnerFactor code out of TransformInternals into the Transfor...
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-16 Chris Lattner* Clean up the code a bit
2002-04-09 Chris LattnerImplement TODO, fixing bug:
2002-04-09 Chris LattnerAdd explicit #includes of Function.h to make up for...
2002-04-07 Chris LattnerChange references to the Method class to be references...
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