summaryrefslogtreecommitdiff
path: root/test/Transforms/ConstantHoisting
Commit message (Expand)AuthorAge
* [ConstantHoisting][X86] Improve the cost model for small constants with large...Juergen Ributzka2014-06-10
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* [ConstantHoisting][X86] Change the cost model to never hoist constants for ty...Juergen Ributzka2014-05-19
* Move test from r207969 to another folder and rename it.Michael Zolotukhin2014-05-05
* Fix test from r207966 and add a comment there.Michael Zolotukhin2014-05-05
* Add regression test for r207692.Michael Zolotukhin2014-05-05
* [X86] Never hoist the shift value of a shift instruction.Michael Zolotukhin2014-04-30
* [Constant Hoisting] Materialize the constant before the cloned cast instruction.Juergen Ributzka2014-04-22
* [PowerPC] [Constant Hoisting] Enable constant hoisting on PPCHal Finkel2014-04-13
* [ARM64] Never hoist the shift value of a shift instruction.Juergen Ributzka2014-04-12
* [ARM64] Fix the cost model for cheap large constants.Juergen Ributzka2014-04-12
* [ARM64] Fix immediate cost calculation for types larger than i64.Juergen Ributzka2014-04-10
* [Constant Hoisting][ARM64] Enable constant hoisting for ARM64.Juergen Ributzka2014-04-08
* Update the test to use FileCheck.Juergen Ributzka2014-04-04
* Add test case for [Constant Hoisting] Erase dead cast instructions (r204538).Juergen Ributzka2014-04-02
* typoAdrian Prantl2014-04-02
* Add comments and test case for [X86TTI] Make constant base pointers for GetEl...Juergen Ributzka2014-04-02
* Add test case for [Stackmaps][X86TTI] Fix think-o in getIntImmCost calculatio...Juergen Ributzka2014-04-02
* [Constant Hoisting] Fix multiple entries for the same basic block in PHI nodes.Juergen Ributzka2014-03-22
* [Constant Hoisting] Make the constant materialization cost operand dependentJuergen Ributzka2014-03-21
* [Constant Hoisting] Change the algorithm to only track constants for instruct...Juergen Ributzka2014-03-21
* Revert "[Constant Hoisting] Extend coverage of the constant hoisting pass."Juergen Ributzka2014-03-20
* [Constant Hoisting] Extend coverage of the constant hoisting pass.Juergen Ributzka2014-03-20
* [Constant Hoisting] Fix insertion point for constant materialization.Juergen Ributzka2014-02-08
* ConstantHoisting: We can't insert instructions directly in front of a PHI node.Benjamin Kramer2014-01-27