[SROA] Fix PR24463, a crash I introduced in SROA by allowing it to
[oota-llvm.git] / test / Transforms / LoopUnroll /
2015-08-10 Mark HeffernanAdd new llvm.loop.unroll.enable metadata.
2015-08-03 Chandler Carruth[Unroll] Improve the brute force loop unroll estimate...
2015-07-29 Michael Zolotukhin[Unroll] Handle SwitchInst properly.
2015-07-29 Michael Zolotukhin[Unroll] Don't crash when simplified branch condition...
2015-07-29 Michael ZolotukhinRename test full-unroll-bad-geps.ll to full-unroll...
2015-07-26 Jingyue WuRoll forward r243250
2015-07-26 Jingyue WuRevert r243250
2015-07-26 Jingyue Wu[TTI/CostModel] improve TTI::getGEPCost and use it...
2015-07-24 Michael ZolotukhinHandle resolvable branches in complete loop unroll...
2015-07-15 Michael ZolotukhinTidy-up test case from r242257.
2015-07-15 Michael Zolotukhin[LoopUnrolling] Handle cast instructions.
2015-07-13 Mark HeffernanEnable runtime unrolling with unroll pragma metadata
2015-07-01 David Majnemer[LoopUnroll] Use undef for phis with no value live
2015-06-11 Alexey SamsonovSet proper debug location for branch added in BasicBloc...
2015-06-06 Sanjoy Das[LoopUnroll] Fix truncation bug in canUnrollCompletely.
2015-06-05 Chandler Carruth[Unroll] Rework the naming and structure of the new...
2015-05-21 Hal Finkel[PPC/LoopUnrollRuntime] Don't avoid high-cost trip...
2015-05-14 Wei MiAdd another InstCombine pass after LoopUnroll.
2015-05-12 Michael ZolotukhinReimplement heuristic for estimating complete-unroll...
2015-04-14 Sanjoy Das[LoopUnrollRuntime] Avoid high-cost trip count computation.
2015-04-12 Sanjoy Das[LoopUnrollRuntime] Clean up a predicate.
2015-03-12 Kevin QinReapply 'Run LICM pass after loop unrolling pass.'
2015-03-09 Kevin QinRevert r231630 - Run LICM pass after loop unrolling...
2015-03-09 Kevin Qin[AArch64] Enable partial & runtime unrolling on cortex-a57
2015-03-09 Kevin QinIntroduce runtime unrolling disable matadata and use...
2015-03-09 Kevin QinRun LICM pass after loop unrolling pass.
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-02-13 Chandler Carruth[unroll] Concede defeat and disable the unroll analyzer...
2015-02-13 Michael ZolotukhinTestcase for r228988.
2015-02-10 Michael ZolotukhinAdd a test case for new unrolling heuristics.
2015-01-21 Alexander PotapenkoUse a smaller pragma unroll threshold to reduce test...
2015-01-10 Hal Finkel[PowerPC] Readjust the loop unrolling threshold
2015-01-10 Hal Finkel[LoopUnroll] Fix the partial unrolling threshold for...
2015-01-09 Hal Finkel[PowerPC] Enable late partial unrolling on the POWER7
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-11-20 Michael ZolotukhinFix a trip-count overflow issue in LoopUnroll.
2014-10-31 Bradley Smith[SCEV] Improve Scalar Evolution's use of no {un,}signed...
2014-10-10 Mark HeffernanThis patch de-pessimizes the calculation of loop trip...
2014-10-07 Duncan P. N. Exon... LoopUnroll: Create sub-loops in LoopInfo
2014-09-29 Kevin QinUse a loop to simplify the runtime unrolling prologue.
2014-09-26 David PeixottoIgnore annotation function calls in cost computation
2014-09-07 Hal FinkelAdd functions for finding ephemeral values
2014-07-24 Mark HeffernanAfter unrolling a loop with llvm.loop.unroll.count...
2014-07-23 Mark HeffernanDo not add unroll disable metadata after unrolling...
2014-07-23 Mark HeffernanIn unroll pragma syntax and loop hint metadata, change...
2014-07-18 Mark HeffernanRemove unroll pragma metadata after it is used.
2014-06-25 Eli BenderskyRename loop unrolling and loop vectorizer metadata...
2014-06-21 Benjamin KramerLoopUnrollRuntime: Check for overflow in the trip count...
2014-06-16 Eli BenderskyTeach LoopUnrollPass to respect loop unrolling hints...
2014-06-12 Eli BenderskyRevert r210721 as it causes breakage in internal builds...
2014-06-11 Eli BenderskyTeach LoopUnrollPass to respect loop unrolling hints...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-05-29 Dinesh DwivediLCSSA should be performed on the outermost affected...
2014-05-08 Hal FinkelMove late partial-unrolling thresholds into the process...
2014-05-04 Benjamin KramerLoopUnroll: If we're doing partial unrolling, use the...
2014-04-29 Diego NovilloFix vectorization remarks.
2014-04-01 Hal FinkelImplement X86TTI::getUnrollingPreferences
2013-09-11 Hal FinkelImplement TTI getUnrollingPreferences for PowerPC
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-14 Stephen LinFixup to r186268 and r186269: don't append -LABEL to...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-07-14 Stephen LinModify two Transforms tests to explicitly check for...
2013-05-31 Andrew TrickPrevent loop-unroll from making assumptions about undef...
2013-03-12 Jan Wen VoungRevert the test moves from 176733. Use "REQUIRES:...
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2012-12-20 James MolloyAdd a new attribute, 'noduplicate'. If a function conta...
2012-10-24 Hal FinkelgetSmallConstantTripMultiple should never return zero.
2012-09-26 Benjamin KramerFix tests that didn't test anything.
2012-04-10 Andrew TrickFix 12513: Loop unrolling breaks with indirect branches.
2012-04-04 Hongbin ZhengAdd testcase for r154007, when a function has the optsi...
2012-03-22 Andrew TrickRemove redundant -enable-iv-rewrite=false flags from...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-12-09 Andrew TrickAdd -unroll-runtime for unrolling loops with run-time...
2011-11-18 Andrew TrickFix a corner case in updating LoopInfo after fully...
2011-11-12 Nick LewyckyDon't try to loop on iterators that are potentially...
2011-10-04 Andrew TrickUnit test for r140919, loop unroll heuristics.
2011-09-15 Andrew TrickReapply r139759. Disable IV rewriting by default. See...
2011-09-13 Andrew Trick[indvars] Revert r139579 until 401.bzip -arch i386...
2011-09-13 Andrew TrickDisable IV rewriting by default. See PR10916.
2011-09-12 Andrew TrickRename -disable-iv-rewrite to -enable-iv-rewrite=false...
2011-09-02 Andrew TrickTest case update for unroll-scev.
2011-09-02 Andrew Trick-unroll-scev flag removal
2011-09-02 Jakub StaszakConstantVector returns arbitrary value for the wrong...
2011-08-11 Andrew TrickA slew of unit tests for the recent LoopInfo::updateUnl...
2011-08-11 Andrew TrickAllow loop unrolling to get known trip counts from...
2011-08-10 Andrew TrickInvoke SimplifyIndVar when we partially unroll a loop...
2011-08-10 Andrew TrickFix the LoopUnroller to handle nontrivial loops and...
2011-02-18 Chris Lattneradd a testcase for r125827
2011-02-10 Cameron ZwarichRename 'loopsimplify' to 'loop-simplify'.
2010-09-09 Owen AndersonRevert r113439, which relaxed the requirement that...
2010-09-08 Owen AndersonRelax the "don't unroll loops containing calls" rule...
2009-11-20 Dan GohmanTeach getSmallConstantTripMultiple about Shl operators.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-03-13 Chris Lattnerremove a test that depends on -debug.
2008-07-29 Matthijs KooijmanAdd -unroll-allow-partial command line option that...
next