aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/LevelRaise.cpp
Commit message (Expand)AuthorAgeFilesLines
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-4/+4
* s/Method/FunctionChris Lattner2002-04-081-3/+1
* ConstantHandling moved into VMCore libraryChris Lattner2002-04-081-1/+1
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-8/+8
* Fix the: test/Regression/Other/2002-03-20-LevelRaiseCrash.ll bug. It turnedChris Lattner2002-03-211-5/+24
* Namespace qualify debugging codeChris Lattner2002-03-211-1/+1
* * Fix bug: test/Regression/Other/2002-03-11-LevelRaiseIterInvalidate.llChris Lattner2002-03-111-10/+4
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-5/+15
* MethodPass's are now guaranteed to not be run on external methods!Chris Lattner2002-01-311-2/+0
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-211-5/+5
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-4/+4
* * Support pointer indexingChris Lattner2001-12-141-210/+33
* Remove code that is superceeded by code in ExprTypeConvert.cppChris Lattner2001-12-071-40/+1
* We can do cast-add elimination even on casts that reinterpretChris Lattner2001-12-061-13/+11
* Fix pessimizations on sized arraysChris Lattner2001-12-051-2/+4
* Hrm, don't do debugging output when debugging is off. :(Chris Lattner2001-12-051-3/+3
* Fixes to type conversion stuff to match induction variables more frequentlyChris Lattner2001-12-051-19/+119
* Remove printoutsChris Lattner2001-12-041-2/+7
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-7/+7
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-5/+4
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Turn off debug infoChris Lattner2001-11-261-1/+1
* Include const prop as part of -raiseChris Lattner2001-11-261-1/+3
* Clean up code, implement array indexing stuffChris Lattner2001-11-261-423/+175
* Remove much cruft from the MemAccessInst instructionChris Lattner2001-11-141-4/+4
* Better heuristics for handling arraysChris Lattner2001-11-141-50/+175
* Avoid assertion failure when taking size of unsized array. Todo item herEChris Lattner2001-11-131-0/+7
* Improve raising significantlyChris Lattner2001-11-081-54/+93
* Fix bugsChris Lattner2001-11-061-1/+3
* Fix bug with ADD nodes and malloc promotionChris Lattner2001-11-051-9/+29
* Use the expression map correctly.Chris Lattner2001-11-051-6/+3
* Refactor code to share stuffChris Lattner2001-11-041-558/+2
* * Relax restriction that prevented malloc promotion in certain casesChris Lattner2001-11-041-21/+22
* * Disable debug outputChris Lattner2001-11-041-22/+48
* Convert backward conversion of expression trees into a new more powerful bidi...Chris Lattner2001-11-041-11/+297
* Minor method renameChris Lattner2001-11-041-4/+4
* Add transformations for Load and GetElementPtr. Fix broken transform with shr.Chris Lattner2001-11-041-0/+99
* * Add comments for peepholesChris Lattner2001-11-011-3/+91
* Add DCE as integral part of the level raising to avoid processing instruction...Chris Lattner2001-11-011-4/+9
* * Implement expression type conversion for constant valuesChris Lattner2001-11-011-11/+76
* * Convert getelementptr/store pairs into a single storeChris Lattner2001-11-011-1/+26
* Initial checkin of level raising code, after move and cleanup and expands fro...Chris Lattner2001-11-011-0/+592