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