aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopStrengthReduce
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-189-17/+17
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0969-398/+451
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-237-19/+21
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+3
* Update LLVM for rebase to r212749.Stephen Hines2014-07-214-7/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-298-4/+81
* Update to LLVM 3.5a.Stephen Hines2014-04-247-1/+345
* Fix "existant" typosAlp Toker2013-10-291-1/+1
* Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.Andrew Trick2013-10-251-0/+42
* Fix LSR: don't normalize quadratic recurrences.Andrew Trick2013-10-251-6/+38
* SCEVExpander: Fix a regression I introduced by to eagerly adding RAII objects.Benjamin Kramer2013-10-011-0/+43
* Teach loop-idiom about address space pointer sizesMatt Arsenault2013-09-113-0/+200
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-163-5/+0
* Allocate local registers in order for optimal coloring.Andrew Trick2013-07-251-1/+1
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-141-1/+1
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-1416-19/+19
* LSR: Fix the parameters used to compute the scaling factor cost.Quentin Colombet2013-06-191-0/+68
* Modify how the formulae are rated in Loop Strength Reduce.Quentin Colombet2013-05-312-6/+62
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-251-2/+2
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-05-021-10/+5
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-301-9/+5
* LSR IVChain improvement.Andrew Trick2013-02-092-20/+94
* Remove target triple from an LSR test.Andrew Trick2013-01-221-1/+0
* Remove triple from this test, it makes it fail when X86 TTI is missing.Benjamin Kramer2013-01-161-4/+1
* Pattern-matched variables in post-inc-icmpzero.llRenato Golin2013-01-151-4/+4
* SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.Andrew Trick2013-01-141-0/+84
* Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth2013-01-074-12/+13
* Fix a crash in LSR replaceCongruentIVs.Andrew Trick2013-01-061-0/+44
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-302-2/+2
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-1/+1
* LSR critical edge splitting fix for PR13756.Andrew Trick2012-09-181-3/+41
* During the CodeGenPrepare we often lower intrinsics (such as objsize)Nadav Rotem2012-08-141-4/+4
* Add a much more conservative strategy for aligning branch targets.Chandler Carruth2012-08-071-1/+0
* Added unit test for PR13361: LSR + SCEV "hangs" on reasonably sized test.Andrew Trick2012-07-181-0/+517
* LSR Fix: check SCEV expression safety before expansion.Andrew Trick2012-07-131-0/+90
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-024-5/+5
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-024-4/+4
* Unit test for LSR kind=Special fix: r158536.Andrew Trick2012-06-151-0/+102
* LSR fix: add a missing phi check during IV hoisting.Andrew Trick2012-05-221-0/+57
* Make sure HoistInsertPosition finds a position that is dominated by allRafael Espindola2012-04-301-0/+34
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-161-1/+1
* Unit test for PR11950: LSR crash.Andrew Trick2012-03-261-0/+49
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-252-16/+2
* Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests.Andrew Trick2012-03-222-0/+124
* LSR: teach isSimplifiedLoopNest to handle PHI IVUsers.Andrew Trick2012-03-201-0/+32
* LSR: fix IVUsers isSimplifiedLoopNest to perform a full domtree walkAndrew Trick2012-03-201-0/+73
* LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.Andrew Trick2012-03-161-0/+50
* Move llc + target triple tests into X86Andrew Trick2012-03-102-0/+0
* Fix this assert. IP can point to an instruction with strange dominanceRafael Espindola2012-02-271-0/+30
* Change the implementation of dominates(inst, inst) to one based on what theRafael Espindola2012-02-261-0/+40