SimplifyCFG: don't remove unreachable default switch destinations
[oota-llvm.git] / test / Transforms / IndVarSimplify /
2015-01-15 Sanjoy DasFix PR22222
2015-01-06 Sanjoy DasThis patch teaches IndVarSimplify to add nuw and nsw...
2014-12-15 Sanjoy DasTeach ScalarEvolution to exploit min and max expression...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-11-18 David MajnemerIndVarSimplify: Allow LFTR to fire more often
2014-11-13 Sanjoy DasTeach ScalarEvolution to sharpen range information.
2014-11-12 Jingyue WuDisable indvar widening if arithmetics on the wider...
2014-11-12 Jingyue WuReverts r221772 which fails tests
2014-11-12 Jingyue WuDisable indvar widening if arithmetics on the wider...
2014-10-15 Sanjoy DasRevert "r219834 - Teach ScalarEvolution to sharpen...
2014-10-15 Sanjoy DasTeach ScalarEvolution to sharpen range information.
2014-10-10 Sanjoy DasThis patch teaches ScalarEvolution to pick and use...
2014-10-02 Zinovy Nis[BUG][INDVAR] Fix for PR21014: wrong SCEV operands...
2014-09-30 Chad Rosier[IndVarSimplify] Widen loop unsigned compares.
2014-09-26 Chad Rosier[IndVar] Don't widen loop compare unless IV user is...
2014-09-17 Chad Rosier[IndVarSimplify] Partially revert r217953 to see if...
2014-09-17 Chad Rosier[IndVarSimplify] Widen loop compare instructions.
2014-09-03 David MajnemerIndVarSimplify: Don't let LFTR compare against a poison...
2014-08-21 Zinovy Nis[INDVARS] Extend using of widening of induction variabl...
2014-06-22 Benjamin KramerAdd a description to the test from r211433 explaining...
2014-06-21 Benjamin KramerSCEVExpander: Fold constant PHIs harder. The logic...
2014-05-23 Justin BognerScalarEvolution: Fix handling of AddRecs in isKnownPred...
2014-01-29 Chandler Carruth[LPM] Fix PR18642, a pretty nasty bug in IndVars that...
2014-01-23 Chandler Carruth[LPM] Make LoopSimplify no longer a LoopPass and instea...
2014-01-15 Andrew TrickFix PR18449: SCEV needs more precise max BECount for...
2014-01-11 Benjamin KramerFix broken CHECK lines.
2014-01-07 Andrew TrickReapply r198654 "indvars: sink truncates outside the...
2014-01-07 Andrew TrickRevert "indvars: sink truncates outside the loop."
2014-01-07 Andrew Trickindvars: sink truncates outside the loop.
2014-01-02 Andrew Trickindvars: insert truncate at loop boundary to avoid...
2013-12-23 Andrew TrickAdd support to indvars for optimizing sadd.with.overflow.
2013-11-06 Benjamin KramerAdd test case for PR12377, it was fixed by r194116.
2013-11-06 Andrew TrickRewrite SCEV's backedge taken count computation.
2013-10-24 Juergen RibutzkaFix a bug in LinearFunctionTestReplace that created...
2013-09-11 Matt ArsenaultTeach loop-idiom about address space pointer sizes
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-14 Andrew TrickTeach indvars to generate nsw/nuw flags when widening...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-07-12 Andrew TrickLFTR improvement to avoid truncation.
2013-07-12 Chandler CarruthRevert "indvars: Improve LFTR by eliminating truncation...
2013-07-11 Andrew Trickindvars: Improve LFTR by eliminating truncation when...
2013-06-04 David MajnemerIndVarSimplify: check if loop invariant expansion can...
2013-03-19 Arnaud A. de Grand... IndVarSimplify: do not recompute an IV value outside...
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-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-11-29 Benjamin KramerFollow up to 168711: It's safe to base this analysis...
2012-11-27 Benjamin KramerSCEV: Even if the latch terminator is foldable we can...
2012-11-23 Patrik HägglundDisallow the undocumented practice of starting the...
2012-10-26 Benjamin KramerFix SCEV cache invalidation in LCSSA and LoopSimplify.
2012-10-19 Benjamin KramerIndvars: Don't recursively delete instruction during...
2012-10-19 Benjamin KramerSCEVExpander: Don't crash when trying to merge two...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-03 Jakub StaszakFix PR13967.
2012-07-18 Andrew Trickindvars: Linear function test replace should avoid...
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-05-30 Benjamin KramerTeach SCEV's icmp simplification logic that a-b ==...
2012-03-22 Andrew TrickConvert -indvars tests that rely on SCEV expansion...
2012-03-22 Andrew TrickRemove tests: indvars trivially preserves GEPs now.
2012-03-22 Andrew TrickRemove test: trivial canonical IV test which is covered...
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...
2012-01-07 Andrew TrickExtended replaceCongruentPhis to handle mixed phi types.
2011-11-29 Andrew TrickReenable this IndVars unit test.
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-11-20 Benjamin KramerXFAIL this test until I figure out what indvars is...
2011-11-17 Andrew TrickFix an overly general check in SimplifyIndvar to handle...
2011-11-16 Andrew TrickFix SCEV overly optimistic back edge taken count for...
2011-11-02 Andrew TrickRewrite LinearFunctionTestReplace to handle pointer...
2011-11-02 Andrew TrickBroaden an assert to handle enable-iv-rewrite=true...
2011-10-28 Andrew TrickLFTR should avoid a type mismatch with null pointer...
2011-10-27 Eli FriedmanIt is not safe to sink an alloca into a stacksave/stack...
2011-10-12 Lang HamesRemoved colons from some target datalayout strings...
2011-10-11 Andrew TrickMove replaceCongruentIVs into SCEVExapander and bias...
2011-09-28 Andrew TrickTest case for r140670: indvars should hoist sext.
2011-09-27 Benjamin KramerStop emitting instructions with the name "tmp" they...
2011-09-19 Andrew Trick[indvars] Fix PR10946: SCEV cannot handle Vector IVs.
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-13 Andrew Trick[indvars] Fix bugs in floating point IV range checks...
2011-09-12 Andrew TrickConditionalize indvars test that relies on SCEV expansi...
2011-09-12 Andrew Trickindvars test only relevant for -enable-iv-rewrite.
2011-09-12 Andrew TrickConditionalize indvars tests that rely on SCEV expansio...
2011-09-12 Andrew TrickRemoving indvars tests that directly test canonical...
2011-09-12 Andrew TrickRename -disable-iv-rewrite to -enable-iv-rewrite=false...
2011-09-12 Andrew TrickTest case for r139453, WidenIV::GetExtendedOperandRecur...
2011-09-01 Bill WendlingUpdate to new EH scheme.
2011-08-26 Bill WendlingDon't sink landingpad instructions during ind-var simpl...
2011-08-06 Andrew TrickMade SCEV's UDiv expressions more canonical. When divid...
2011-07-20 Andrew Trickindvars: Added getInsertPointForUses to find a valid...
2011-07-20 Andrew Trickindvars test case for r135558.
2011-07-20 Andrew Trickindvars -disable-iv-rewrite fix: derived GEP IVs
2011-07-18 Andrew Trickindvars: LinearFunctionTestReplace for non-canonical...
2011-07-06 Andrew Trickindvars -disable-iv-rewrite: Added SimplifyCongruentIVs.
2011-07-02 Andrew Trickindvars -disable-iv-rewrite: bug fix involving weird...
2011-06-30 Andrew Trickindvars -disable-iv-rewrite: handle cloning binary...
2011-06-30 Andrew Trickindvars -disable-iv-rewrite: handle an edge case involv...
next