SimplifyCFG: don't remove unreachable default switch destinations
[oota-llvm.git] / test / Transforms / LoopUnroll /
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...
2008-06-24 Dan GohmanRevert 52645, the loop unroller changes. It caused...
2008-06-23 Dan GohmanRevamp the loop unroller, extending it to correctly...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-03-19 Tanya LattnerUpgrade tests.
2008-01-27 Nick LewyckyBe more careful modifying the use_list while also itera...
2007-11-05 Devang PatelIf a value is incoming from outside the loop then the...
2007-06-29 John CriswellConvert .cvsignore files
2007-05-18 Dan GohmanAdd a testcase for unrolling loops with unknown tripcounts.
2007-05-05 Chris Lattnernew testcase for PR1385
2007-04-16 Devang PatelAdd PR number for reference.
2007-04-16 Devang PatelNew test case.
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-08-24 Owen AndersonImplement unrolling of multiblock loops. This signific...
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2005-03-06 Chris LattnerNew testcase for PR532
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-05-13 Chris LattnerNew testcase that used to cause the unroller to try...