aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/TransformInternals.cpp
AgeCommit message (Expand)Author
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