aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/LevelRaise.cpp
AgeCommit message (Expand)Author
2001-12-06We can do cast-add elimination even on casts that reinterpretChris Lattner
2001-12-05Fix pessimizations on sized arraysChris Lattner
2001-12-05Hrm, don't do debugging output when debugging is off. :(Chris Lattner
2001-12-05Fixes to type conversion stuff to match induction variables more frequentlyChris Lattner
2001-12-04Remove printoutsChris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26Turn off debug infoChris Lattner
2001-11-26Include const prop as part of -raiseChris Lattner
2001-11-26Clean up code, implement array indexing stuffChris Lattner
2001-11-14Remove much cruft from the MemAccessInst instructionChris Lattner
2001-11-14Better heuristics for handling arraysChris Lattner
2001-11-13Avoid assertion failure when taking size of unsized array. Todo item herEChris Lattner
2001-11-08Improve raising significantlyChris Lattner
2001-11-06Fix bugsChris Lattner
2001-11-05Fix bug with ADD nodes and malloc promotionChris Lattner
2001-11-05Use the expression map correctly.Chris Lattner
2001-11-04Refactor code to share stuffChris Lattner
2001-11-04* Relax restriction that prevented malloc promotion in certain casesChris Lattner
2001-11-04* Disable debug outputChris Lattner
2001-11-04Convert backward conversion of expression trees into a new more powerful bidi...Chris Lattner
2001-11-04Minor method renameChris Lattner
2001-11-04Add transformations for Load and GetElementPtr. Fix broken transform with shr.Chris Lattner
2001-11-01* Add comments for peepholesChris Lattner
2001-11-01Add DCE as integral part of the level raising to avoid processing instruction...Chris Lattner
2001-11-01* Implement expression type conversion for constant valuesChris Lattner
2001-11-01* Convert getelementptr/store pairs into a single storeChris Lattner
2001-11-01Initial checkin of level raising code, after move and cleanup and expands fro...Chris Lattner