aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/LevelRaise.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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