aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/IndVarSimplify
AgeCommit message (Expand)Author
2013-03-08Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung
2012-12-30Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2012-12-30Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2012-11-29Follow up to 168711: It's safe to base this analysis on the found compare, ju...Benjamin Kramer
2012-11-27SCEV: Even if the latch terminator is foldable we can't deduce the result of ...Benjamin Kramer
2012-11-23Disallow the undocumented practice of starting the datalayout string with '-'.Patrik Hägglund
2012-10-26Fix SCEV cache invalidation in LCSSA and LoopSimplify.Benjamin Kramer
2012-10-19Indvars: Don't recursively delete instruction during BB iteration.Benjamin Kramer
2012-10-19SCEVExpander: Don't crash when trying to merge two constant phis.Benjamin Kramer
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-03Fix PR13967.Jakub Staszak
2012-07-18indvars: Linear function test replace should avoid reusing undef.Andrew Trick
2012-07-02Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2012-05-30Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b.Benjamin Kramer
2012-03-22Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests.Andrew Trick
2012-03-22Remove tests: indvars trivially preserves GEPs now.Andrew Trick
2012-03-22Remove test: trivial canonical IV test which is covered by other SCEV tests.Andrew Trick
2012-03-22Remove redundant -enable-iv-rewrite=false flags from test cases.Andrew Trick
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-01-07Extended replaceCongruentPhis to handle mixed phi types.Andrew Trick
2011-11-29Reenable this IndVars unit test.Andrew Trick
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-11-20XFAIL this test until I figure out what indvars is doing here (or find someon...Benjamin Kramer
2011-11-17Fix an overly general check in SimplifyIndvar to handle useless phi cycles.Andrew Trick
2011-11-16Fix SCEV overly optimistic back edge taken count for multi-exit loops.Andrew Trick
2011-11-02Rewrite LinearFunctionTestReplace to handle pointer-type IVs.Andrew Trick
2011-11-02Broaden an assert to handle enable-iv-rewrite=true following r143183.Andrew Trick
2011-10-28LFTR should avoid a type mismatch with null pointer IVs.Andrew Trick
2011-10-27It is not safe to sink an alloca into a stacksave/stackrestore pair, so don't...Eli Friedman
2011-10-12Removed colons from some target datalayout strings in test, since they don't ...Lang Hames
2011-10-11Move replaceCongruentIVs into SCEVExapander and bias toward "expanded"Andrew Trick
2011-09-28Test case for r140670: indvars should hoist sext.Andrew Trick
2011-09-27Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer
2011-09-19[indvars] Fix PR10946: SCEV cannot handle Vector IVs.Andrew Trick
2011-09-15Reapply r139759. Disable IV rewriting by default. See PR10916.Andrew Trick
2011-09-13[indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. P...Andrew Trick
2011-09-13Disable IV rewriting by default. See PR10916.Andrew Trick
2011-09-13[indvars] Fix bugs in floating point IV range checks noticed by inspection.Andrew Trick
2011-09-12Conditionalize indvars test that relies on SCEV expansion of geps,Andrew Trick
2011-09-12indvars test only relevant for -enable-iv-rewrite.Andrew Trick
2011-09-12Conditionalize indvars tests that rely on SCEV expansion of geps,Andrew Trick
2011-09-12Removing indvars tests that directly test canonical IVs and nothing else.Andrew Trick
2011-09-12Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...Andrew Trick
2011-09-12Test case for r139453, WidenIV::GetExtendedOperandRecurrence.Andrew Trick
2011-09-01Update to new EH scheme.Bill Wendling
2011-08-26Don't sink landingpad instructions during ind-var simplification.Bill Wendling
2011-08-06Made SCEV's UDiv expressions more canonical. When dividing aAndrew Trick
2011-07-20indvars: Added getInsertPointForUses to find a valid place to truncate the IV.Andrew Trick
2011-07-20indvars test case for r135558.Andrew Trick