LowerSwitch: replace unreachable default with popular case destination
[oota-llvm.git] / test / Transforms / ConstantHoisting /
2014-06-10 Juergen Ributzka[ConstantHoisting][X86] Improve the cost model for...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-19 Juergen Ributzka[ConstantHoisting][X86] Change the cost model to never...
2014-05-05 Michael ZolotukhinMove test from r207969 to another folder and rename it.
2014-05-05 Michael ZolotukhinFix test from r207966 and add a comment there.
2014-05-05 Michael ZolotukhinAdd regression test for r207692.
2014-04-30 Michael Zolotukhin[X86] Never hoist the shift value of a shift instruction.
2014-04-22 Juergen Ributzka[Constant Hoisting] Materialize the constant before...
2014-04-13 Hal Finkel[PowerPC] [Constant Hoisting] Enable constant hoisting...
2014-04-12 Juergen Ributzka[ARM64] Never hoist the shift value of a shift instruction.
2014-04-12 Juergen Ributzka[ARM64] Fix the cost model for cheap large constants.
2014-04-10 Juergen Ributzka[ARM64] Fix immediate cost calculation for types larger...
2014-04-08 Juergen Ributzka[Constant Hoisting][ARM64] Enable constant hoisting...
2014-04-04 Juergen RibutzkaUpdate the test to use FileCheck.
2014-04-02 Juergen RibutzkaAdd test case for [Constant Hoisting] Erase dead cast...
2014-04-02 Adrian Prantltypo
2014-04-02 Juergen RibutzkaAdd comments and test case for [X86TTI] Make constant...
2014-04-02 Juergen RibutzkaAdd test case for [Stackmaps][X86TTI] Fix think-o in...
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] Change the algorithm to only track...
2014-03-20 Juergen RibutzkaRevert "[Constant Hoisting] Extend coverage of the...
2014-03-20 Juergen Ributzka[Constant Hoisting] Extend coverage of the constant...
2014-02-08 Juergen Ributzka[Constant Hoisting] Fix insertion point for constant...
2014-01-27 Benjamin KramerConstantHoisting: We can't insert instructions directly...