Teach the inliner to track deoptimization state
[oota-llvm.git] / test / Transforms / LoopUnroll / runtime-loop.ll
2015-04-14 Sanjoy Das[LoopUnrollRuntime] Avoid high-cost trip count computation.
2015-03-09 Kevin QinIntroduce runtime unrolling disable matadata and use...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-18 Sanjoy DasPartial fix for bug 22589
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-09-29 Kevin QinUse a loop to simplify the runtime unrolling prologue.
2014-06-21 Benjamin KramerLoopUnrollRuntime: Check for overflow in the trip count...
2011-12-09 Andrew TrickAdd -unroll-runtime for unrolling loops with run-time...