Remove unnecessary copying or replace it with moves in a bunch of places.
[oota-llvm.git] / lib / Transforms / Scalar / ConstantHoisting.cpp
2014-10-04 Benjamin KramerRemove unnecessary copying or replace it with moves...
2014-04-30 NAKAMURA TakumiConstantHoisting.cpp: Add <tuple> for std::tie, since...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-22 Juergen Ributzka[Constant Hoisting] Materialize the constant before...
2014-04-22 Juergen Ributzka[Constant Hoisting] Print the instructions in the corre...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-03 Juergen RibutzkaRevert "[Constant Hoisting] Lazily compute the idom...
2014-03-25 Juergen Ributzka[Constant Hoisting] Make the constant candidate map...
2014-03-22 Juergen Ributzka[Constant Hoisting] Erase dead cast instructions.
2014-03-22 Juergen Ributzka[Constant Hoisting] Fix multiple entries for the same...
2014-03-21 Juergen Ributzka[Constant Hoisting] Make the constant materialization...
2014-03-21 Juergen Ributzka[Constant Hoisting] Lazily compute the idom and cache...
2014-03-21 Juergen Ributzka[Constant Hoisting] Change the algorithm to only track...
2014-03-21 Juergen Ributzka[Constant Hoisting] Fix capitalization of function...
2014-03-21 Juergen Ributzka[Constant Hoisting] Replace the MapVector with a separa...
2014-03-20 Juergen RibutzkaRevert "[Constant Hoisting] Extend coverage of the...
2014-03-20 Juergen Ributzka[Constant Hoisting] Extend coverage of the constant...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-07 Benjamin Kramer[C++11] Convert sort predicates into lambdas.
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
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