[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
[oota-llvm.git] / lib / Transforms / Scalar / ConstantHoisting.cpp
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
2014-02-25 Alp TokerFix typos
2014-02-08 Juergen Ributzka[Constant Hoisting] Fix insertion point for constant...
2014-02-08 Juergen Ributzka[Constant Hoisting] Don't update the use list while...
2014-01-27 Benjamin KramerConstantHoisting: We can't insert instructions directly...
2014-01-25 Juergen RibutzkaRevert "Revert "Add Constant Hoisting Pass" (r200034)"
2014-01-25 Hans WennborgRevert "Add Constant Hoisting Pass" (r200034)
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Juergen RibutzkaRevert "Add Constant Hoisting Pass"
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass