aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/RedundantLoadElimination.cpp
AgeCommit message (Expand)Author
2007-09-14Remove RLE. It is subsumed by GVN.Owen Anderson
2007-08-09Make NonLocal and None const in the right way. :-)Owen Anderson
2007-08-08Change the None and NonLocal markers in memdep to be const.Owen Anderson
2007-08-02wrap some long lines. Major offenders that are left includeChris Lattner
2007-07-24Rename a lot of things to change FastDLE to RedundantLoadElimination.Owen Anderson
2007-07-24Rename FastDLE as RedundantLoadElimination.Owen Anderson