instcombine: Migrate math library call simplifications
[oota-llvm.git] / test / Transforms / IndVarSimplify /
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...
2011-06-29 Andrew Trickindvars -disable-iv-rewrite: insert new trunc instructi...
2011-06-29 Andrew Trickindvars -disable-iv-rewrite: just because SCEV ignores...
2011-06-28 Andrew TrickFileCheckify and prepare for -disable-iv-rewrite.
2011-06-21 Andrew Trickindvars -disable-iv-rewrite: Adds support for eliminati...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-06-02 Andrew TrickTest case pasto (failed when run with IR verifier).
2011-05-31 Andrew Trickscev: Better sign-extend removal. Normalize postincreme...
2011-05-26 Andrew Trickindvars: incremental fixes for -disable-iv-rewrite...
2011-05-25 Andrew Trickindvars: fixed IV cloning in -disable-iv-rewrite mode...
2011-05-24 Andrew TrickFileCheck-ize a couple of IV unit tests.
2011-05-24 Andrew TrickTest case for r130799 - indvars: Added canExpandBackEdg...
2011-04-27 Andrew TrickFixes PR9730: indvars: An asserting value handle still...
2011-03-18 Andrew TrickAvoid creating canonical induction variables for non...
2010-10-07 Devang PatelRemove LoopIndexSplit pass. It is neither maintained...
2010-09-02 Chris Lattnermore test cleanup
2010-09-02 Duncan SandsPrint the number of uses of a function in the .ll since...
2010-08-30 Duncan SandsCorrect bogus module triple specifications.
2010-07-26 Dan GohmanFix SCEVExpander::visitAddRecExpr so that it remembers...
2010-07-16 Dan GohmanFix this test.
2010-07-15 Dan GohmanFix the order that SCEVExpander considers add operands...
2010-06-29 Dan GohmanFix ScalarEvolution's tripcount computation for chains...
2010-06-18 Dan GohmanDisable indvars on loops when LoopSimplify form is...
2010-06-17 Rafael EspindolaRemove arm_apcscc from the test files. It is the defaul...
2010-04-19 Dan GohmanRemove the Expr member from IVUsers. Instead of remembe...
2010-04-17 Nick LewyckyFix declarations in a few more tests.
2010-04-13 Dan GohmanTeach ScalarEvolution to simplify smax and umax when...
2010-04-13 Dan GohmanTeach IndVarSimplify how to eliminate remainder operato...
2010-04-12 Dan GohmanSuppress LinearFunctionTestReplace when the computed...
2010-04-12 Dan GohmanRe-apply r101000, with a fix: Don't eliminate an icmp...
2010-04-12 Dan GohmanRevert 101000, which is breaking self-host builds.
2010-04-11 Dan GohmanTeach IndVarSimplify how to eliminate comparisons invol...
2010-04-07 Chris Lattneradd newlines at the end of files.
2010-04-03 Chris Lattneradd integer overflow check for the fp induction variable
2010-04-03 Chris Lattnerfix PR6761, a miscompilation due to the fp->int IV...
2010-04-03 Chris Lattnerconvert to filecheck
2010-04-03 Chris Lattnerrename feature test.
2010-04-03 Chris Lattneractually just remove this, will move the real feature...
2010-04-03 Chris Lattnerrename test since it is a feature test.
2010-04-03 Chris Lattnerfirst half of a pass through IndVarSimplify::HandleFloa...
2010-04-02 Dan GohmanManually notify ScalarEvolution before making an operan...
2010-02-25 Dan GohmanMake LoopSimplify change conditional branches in loop...
2010-02-19 Dan GohmanTeach ScalarEvolution how to compute a tripcount for...
2010-02-12 Dan GohmanReapply the new LoopStrengthReduction code, with compil...
2010-01-26 Dan Gohman-disable-output is no longer needed with -analyze.
2010-01-21 Dan GohmanRe-implement the main strength-reduction portion of...
2010-01-09 Dan GohmanUse WriteAsOperand instead of getName() to print loop...
2010-01-05 Dan GohmanMove this test from test/Transforms/IndVarSimplify to
2009-12-11 Dan GohmanMake getUniqueExitBlocks's precondition assert more...
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-09-28 Dan GohmanAdd a testcase for r83011.
next