Make NonLocal and None const in the right way. :-)
[oota-llvm.git] / lib / Transforms / Scalar / RedundantLoadElimination.cpp
2007-08-09 Owen AndersonMake NonLocal and None const in the right way. :-)
2007-08-08 Owen AndersonChange the None and NonLocal markers in memdep to be...
2007-08-02 Chris Lattnerwrap some long lines. Major offenders that are left...
2007-07-24 Owen AndersonRename a lot of things to change FastDLE to RedundantLo...
2007-07-24 Owen AndersonRename FastDLE as RedundantLoadElimination.