summaryrefslogtreecommitdiff
path: root/test/Transforms/IndVarSimplify
Commit message (Expand)AuthorAge
* [LPM] Fix PR18642, a pretty nasty bug in IndVars that "never mattered"Chandler Carruth2014-01-29
* [LPM] Make LoopSimplify no longer a LoopPass and instead both a utilityChandler Carruth2014-01-23
* Fix PR18449: SCEV needs more precise max BECount for multi-exit loop.Andrew Trick2014-01-15
* Fix broken CHECK lines.Benjamin Kramer2014-01-11
* Reapply r198654 "indvars: sink truncates outside the loop."Andrew Trick2014-01-07
* Revert "indvars: sink truncates outside the loop."Andrew Trick2014-01-07
* indvars: sink truncates outside the loop.Andrew Trick2014-01-07
* indvars: insert truncate at loop boundary to avoid redundant IVs.Andrew Trick2014-01-02
* Add support to indvars for optimizing sadd.with.overflow.Andrew Trick2013-12-23
* Add test case for PR12377, it was fixed by r194116.Benjamin Kramer2013-11-06
* Rewrite SCEV's backedge taken count computation.Andrew Trick2013-11-06
* Fix a bug in LinearFunctionTestReplace that created invalid loop exit checks.Juergen Ributzka2013-10-24
* Teach loop-idiom about address space pointer sizesMatt Arsenault2013-09-11
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Teach indvars to generate nsw/nuw flags when widening an induction variable.Andrew Trick2013-07-14
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* LFTR improvement to avoid truncation.Andrew Trick2013-07-12
* Revert "indvars: Improve LFTR by eliminating truncation when comparingChandler Carruth2013-07-12
* indvars: Improve LFTR by eliminating truncation when comparing against a cons...Andrew Trick2013-07-11
* IndVarSimplify: check if loop invariant expansion can trapDavid Majnemer2013-06-04
* IndVarSimplify: do not recompute an IV value outside of the loop if :Arnaud A. de Grandmaison2013-03-19
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-12
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-08
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Follow up to 168711: It's safe to base this analysis on the found compare, ju...Benjamin Kramer2012-11-29
* SCEV: Even if the latch terminator is foldable we can't deduce the result of ...Benjamin Kramer2012-11-27
* Disallow the undocumented practice of starting the datalayout string with '-'.Patrik Hägglund2012-11-23
* Fix SCEV cache invalidation in LCSSA and LoopSimplify.Benjamin Kramer2012-10-26
* Indvars: Don't recursively delete instruction during BB iteration.Benjamin Kramer2012-10-19
* SCEVExpander: Don't crash when trying to merge two constant phis.Benjamin Kramer2012-10-19
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Fix PR13967.Jakub Staszak2012-10-03
* indvars: Linear function test replace should avoid reusing undef.Andrew Trick2012-07-18
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b.Benjamin Kramer2012-05-30
* Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests.Andrew Trick2012-03-22
* Remove tests: indvars trivially preserves GEPs now.Andrew Trick2012-03-22
* Remove test: trivial canonical IV test which is covered by other SCEV tests.Andrew Trick2012-03-22
* Remove redundant -enable-iv-rewrite=false flags from test cases.Andrew Trick2012-03-22
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Extended replaceCongruentPhis to handle mixed phi types.Andrew Trick2012-01-07
* Reenable this IndVars unit test.Andrew Trick2011-11-29
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* XFAIL this test until I figure out what indvars is doing here (or find someon...Benjamin Kramer2011-11-20
* Fix an overly general check in SimplifyIndvar to handle useless phi cycles.Andrew Trick2011-11-17
* Fix SCEV overly optimistic back edge taken count for multi-exit loops.Andrew Trick2011-11-16
* Rewrite LinearFunctionTestReplace to handle pointer-type IVs.Andrew Trick2011-11-02
* Broaden an assert to handle enable-iv-rewrite=true following r143183.Andrew Trick2011-11-02