llvm-6502/lib/Transforms
Owen Anderson 6add2fbb69 Use code-size reduction metrics to estimate the amount of savings we'll get when we unroll a loop.
Next step is to recalculate the threshold values given this new heuristic.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113525 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-09 19:07:31 +00:00
..
Hello
InstCombine Generalize instcombine's support for combining multiple bit checks into a single test. Patch by Dirk Steinke! 2010-09-08 22:16:17 +00:00
Instrumentation
IPO Fix major bug in thunk detection. Also verify the calling convention. 2010-09-07 01:42:10 +00:00
Scalar Use code-size reduction metrics to estimate the amount of savings we'll get when we unroll a loop. 2010-09-09 19:07:31 +00:00
Utils Fix LoopSimplify to notify ScalarEvolution when splitting a loop backedge 2010-09-04 02:42:48 +00:00
Makefile