aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/IndVarSimplify
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-186-9/+42
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0962-411/+446
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-238-6/+613
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0213-21/+642
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+57
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+30
* Update to LLVM 3.5a.Stephen Hines2014-04-246-8/+184
* Add test case for PR12377, it was fixed by r194116.Benjamin Kramer2013-11-061-4/+30
* Rewrite SCEV's backedge taken count computation.Andrew Trick2013-11-062-7/+7
* Fix a bug in LinearFunctionTestReplace that created invalid loop exit checks.Juergen Ributzka2013-10-241-0/+26
* Teach loop-idiom about address space pointer sizesMatt Arsenault2013-09-111-0/+69
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Teach indvars to generate nsw/nuw flags when widening an induction variable.Andrew Trick2013-07-141-0/+29
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-1416-39/+39
* LFTR improvement to avoid truncation.Andrew Trick2013-07-121-0/+44
* Revert "indvars: Improve LFTR by eliminating truncation when comparingChandler Carruth2013-07-121-25/+0
* indvars: Improve LFTR by eliminating truncation when comparing against a cons...Andrew Trick2013-07-111-0/+25
* IndVarSimplify: check if loop invariant expansion can trapDavid Majnemer2013-06-041-0/+32
* IndVarSimplify: do not recompute an IV value outside of the loop if :Arnaud A. de Grandmaison2013-03-191-0/+69
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-122-4/+1
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-082-0/+4
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-1/+1
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-1/+1
* Follow up to 168711: It's safe to base this analysis on the found compare, ju...Benjamin Kramer2012-11-291-0/+49
* SCEV: Even if the latch terminator is foldable we can't deduce the result of ...Benjamin Kramer2012-11-271-0/+54
* Disallow the undocumented practice of starting the datalayout string with '-'.Patrik Hägglund2012-11-231-1/+1
* Fix SCEV cache invalidation in LCSSA and LoopSimplify.Benjamin Kramer2012-10-261-0/+421
* Indvars: Don't recursively delete instruction during BB iteration.Benjamin Kramer2012-10-191-0/+18
* SCEVExpander: Don't crash when trying to merge two constant phis.Benjamin Kramer2012-10-192-1/+27
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* Fix PR13967.Jakub Staszak2012-10-031-0/+26
* indvars: Linear function test replace should avoid reusing undef.Andrew Trick2012-07-182-4/+29
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-025-6/+6
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-027-7/+7
* Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b.Benjamin Kramer2012-05-301-0/+42
* Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests.Andrew Trick2012-03-222-120/+0
* Remove tests: indvars trivially preserves GEPs now.Andrew Trick2012-03-224-203/+0
* Remove test: trivial canonical IV test which is covered by other SCEV tests.Andrew Trick2012-03-221-31/+0
* Remove redundant -enable-iv-rewrite=false flags from test cases.Andrew Trick2012-03-2210-13/+7
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Extended replaceCongruentPhis to handle mixed phi types.Andrew Trick2012-01-071-2/+2
* Reenable this IndVars unit test.Andrew Trick2011-11-291-4/+1
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-273-4/+4
* XFAIL this test until I figure out what indvars is doing here (or find someon...Benjamin Kramer2011-11-201-0/+3
* Fix an overly general check in SimplifyIndvar to handle useless phi cycles.Andrew Trick2011-11-171-0/+29
* Fix SCEV overly optimistic back edge taken count for multi-exit loops.Andrew Trick2011-11-163-2/+53
* Rewrite LinearFunctionTestReplace to handle pointer-type IVs.Andrew Trick2011-11-021-11/+115
* Broaden an assert to handle enable-iv-rewrite=true following r143183.Andrew Trick2011-11-021-0/+38
* LFTR should avoid a type mismatch with null pointer IVs.Andrew Trick2011-10-281-0/+59
* It is not safe to sink an alloca into a stacksave/stackrestore pair, so don't...Eli Friedman2011-10-271-9/+34