aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/TransformInternals.cpp
AgeCommit message (Expand)Author
2002-04-16* Clean up the code a bitChris Lattner
2002-04-09Implement TODO, fixing bug:Chris Lattner
2002-04-09Add explicit #includes of Function.h to make up for the removed #includeChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-03-21Make ConvertableToGEP handle cases where the user is indexing into theChris Lattner
2002-03-21Implement the new InsertInstBeforeInst functionChris Lattner
2002-03-211. Fix bug test/Regression/Other/2002-03-20-LevelRaiseBadCodegen.llChris Lattner
2002-03-14Fix bug: test/Regression/Other/2002-03-14-LevelRaiseHang.llChris Lattner
2002-03-11update commentsChris Lattner
2002-03-07We were not correctly burrowing down multiple levels to get to a leaf. Fix t...Chris Lattner
2002-02-14Bug fix for test/Regression/Other/2002-02-14-LevelRaiseBadAssert.llChris Lattner
2002-01-21Elminate an unused variableChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-14* add ReplaceInstWithInstChris Lattner
2001-12-07Don't insert scales of 1 :)Chris Lattner
2001-12-06Fix bug that caused invalid transformations to be appliedChris Lattner
2001-12-05Handle more complex array indexing expressionsChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-26losslessCastableTypes is moved to Type classChris Lattner
2001-11-14Better heuristics for handling arraysChris Lattner
2001-11-08Improve raising significantlyChris Lattner
2001-11-04Refactor code to share stuffChris Lattner