summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopStrengthReduce
Commit message (Expand)AuthorAge
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* ARM & AArch64: make use of common cmpxchg idioms after expansionTim Northover2014-05-30
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* [LSR] Add llc testcase for r207271/r207569.Adam Nemet2014-05-02
* Revert r207271 for now. This commit introduced a test case that ranChandler Carruth2014-04-28
* [LoopStrengthReduce] Don't trim formula that uses a subset of required registersAdam Nemet2014-04-25
* Convert test to FileCheckMatt Arsenault2014-04-23
* Add the ability to use GEPs for address sinking in CGPHal Finkel2014-04-12
* ARM: yet another round of ARM test clean upsSaleem Abdulrasool2014-04-03
* llvm/test/Transforms/LoopStrengthReduce/ARM64/lsr-*.ll: Add explicit triple a...NAKAMURA Takumi2014-03-30
* ARM64: initial backend importTim Northover2014-03-29
* This test need the X86 backend, move it to the X86 sub directory.Rafael Espindola2014-03-12
* PR17473:Michael Zolotukhin2014-03-12
* Fix PR18165: LSR must avoid scaling factors that exceed the limit on truncate...Andrew Trick2014-02-26
* SCEVExpander: Try hard not to create derived induction variables in other loopsArnold Schwaighofer2014-02-16
* Revert "SCEVExpander: Try hard not to create derived induction variables in o...Arnold Schwaighofer2014-02-15
* SCEVExpander: Try hard not to create derived induction variables in other loopsArnold Schwaighofer2014-02-15
* 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