summaryrefslogtreecommitdiff
path: root/test/Transforms/IndVarSimplify
Commit message (Expand)AuthorAge
* 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
* LFTR should avoid a type mismatch with null pointer IVs.Andrew Trick2011-10-28
* It is not safe to sink an alloca into a stacksave/stackrestore pair, so don't...Eli Friedman2011-10-27
* Removed colons from some target datalayout strings in test, since they don't ...Lang Hames2011-10-12
* Move replaceCongruentIVs into SCEVExapander and bias toward "expanded"Andrew Trick2011-10-11
* Test case for r140670: indvars should hoist sext.Andrew Trick2011-09-28
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-27
* [indvars] Fix PR10946: SCEV cannot handle Vector IVs.Andrew Trick2011-09-19
* Reapply r139759. Disable IV rewriting by default. See PR10916.Andrew Trick2011-09-15
* [indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. P...Andrew Trick2011-09-13