summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopStrengthReduce
Commit message (Expand)AuthorAge
* Fix broken CHECK lines.Benjamin Kramer2014-01-11
* Fix "existant" typosAlp Toker2013-10-29
* Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.Andrew Trick2013-10-25
* Fix LSR: don't normalize quadratic recurrences.Andrew Trick2013-10-25
* SCEVExpander: Fix a regression I introduced by to eagerly adding RAII objects.Benjamin Kramer2013-10-01
* Teach loop-idiom about address space pointer sizesMatt Arsenault2013-09-11
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Allocate local registers in order for optimal coloring.Andrew Trick2013-07-25
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-14
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* LSR: Fix the parameters used to compute the scaling factor cost.Quentin Colombet2013-06-19
* Modify how the formulae are rated in Loop Strength Reduce.Quentin Colombet2013-05-31
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-25
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-05-02
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-30
* LSR IVChain improvement.Andrew Trick2013-02-09
* Remove target triple from an LSR test.Andrew Trick2013-01-22
* Remove triple from this test, it makes it fail when X86 TTI is missing.Benjamin Kramer2013-01-16
* Pattern-matched variables in post-inc-icmpzero.llRenato Golin2013-01-15
* SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.Andrew Trick2013-01-14
* Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth2013-01-07
* Fix a crash in LSR replaceCongruentIVs.Andrew Trick2013-01-06
* 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
* LSR critical edge splitting fix for PR13756.Andrew Trick2012-09-18
* During the CodeGenPrepare we often lower intrinsics (such as objsize)Nadav Rotem2012-08-14
* Add a much more conservative strategy for aligning branch targets.Chandler Carruth2012-08-07
* Added unit test for PR13361: LSR + SCEV "hangs" on reasonably sized test.Andrew Trick2012-07-18
* LSR Fix: check SCEV expression safety before expansion.Andrew Trick2012-07-13
* 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
* Unit test for LSR kind=Special fix: r158536.Andrew Trick2012-06-15
* LSR fix: add a missing phi check during IV hoisting.Andrew Trick2012-05-22
* Make sure HoistInsertPosition finds a position that is dominated by allRafael Espindola2012-04-30
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-16
* Unit test for PR11950: LSR crash.Andrew Trick2012-03-26
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25
* Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests.Andrew Trick2012-03-22
* LSR: teach isSimplifiedLoopNest to handle PHI IVUsers.Andrew Trick2012-03-20
* LSR: fix IVUsers isSimplifiedLoopNest to perform a full domtree walkAndrew Trick2012-03-20
* LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.Andrew Trick2012-03-16
* Move llc + target triple tests into X86Andrew Trick2012-03-10
* Fix this assert. IP can point to an instruction with strange dominanceRafael Espindola2012-02-27
* Change the implementation of dominates(inst, inst) to one based on what theRafael Espindola2012-02-26
* Semantically revert 151015. Add a comment on why we should be able to assertRafael Espindola2012-02-22
* Don't skip debug instructions when looking for the insertion point ofRafael Espindola2012-02-18
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Handle a corner case with IV chain collection with bailout instead of assert.Andrew Trick2012-01-20
* Test case comments missing from my previous checkin.Andrew Trick2012-01-20
* SCEVExpander fixes. Affects LSR and indvars.Andrew Trick2012-01-20