aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/TransformInternals.cpp
Commit message (Expand)AuthorAgeFilesLines
* Factor code out of TransformInternals into the Transform Utils libraryChris Lattner2002-05-071-64/+0
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+0
* * Clean up the code a bitChris Lattner2002-04-161-8/+4
* Implement TODO, fixing bug:Chris Lattner2002-04-091-16/+9
* Add explicit #includes of Function.h to make up for the removed #includeChris Lattner2002-04-091-0/+1
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-1/+0
* Make ConvertableToGEP handle cases where the user is indexing into theChris Lattner2002-03-211-23/+29
* Implement the new InsertInstBeforeInst functionChris Lattner2002-03-211-0/+14
* 1. Fix bug test/Regression/Other/2002-03-20-LevelRaiseBadCodegen.llChris Lattner2002-03-211-15/+21
* Fix bug: test/Regression/Other/2002-03-14-LevelRaiseHang.llChris Lattner2002-03-141-1/+1
* update commentsChris Lattner2002-03-111-3/+2
* We were not correctly burrowing down multiple levels to get to a leaf. Fix t...Chris Lattner2002-03-071-1/+2
* Bug fix for test/Regression/Other/2002-02-14-LevelRaiseBadAssert.llChris Lattner2002-02-141-0/+1
* Elminate an unused variableChris Lattner2002-01-211-1/+0
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-2/+2
* * add ReplaceInstWithInstChris Lattner2001-12-141-26/+25
* Don't insert scales of 1 :)Chris Lattner2001-12-071-1/+2
* Fix bug that caused invalid transformations to be appliedChris Lattner2001-12-061-1/+1
* Handle more complex array indexing expressionsChris Lattner2001-12-051-14/+47
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-5/+5
* losslessCastableTypes is moved to Type classChris Lattner2001-11-261-50/+133
* Better heuristics for handling arraysChris Lattner2001-11-141-1/+1
* Improve raising significantlyChris Lattner2001-11-081-0/+42
* Refactor code to share stuffChris Lattner2001-11-041-0/+89