summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopStrengthReduce
Commit message (Expand)AuthorAgeFilesLines
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-0415-6/+59
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-031-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-2738-151/+151
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-2751-226/+226
* Bugfix: SCEVExpander incorrectly marks increment operations as no-wrapSanjoy Das2015-02-252-2/+2
* Revert r230280: "Bugfix: SCEVExpander incorrectly marks increment operations ...Hans Wennborg2015-02-242-2/+2
* Bugfix: SCEVExpander incorrectly marks increment operations as no-wrapSanjoy Das2015-02-232-2/+2
* Revert 230275.Sanjoy Das2015-02-232-2/+2
* Fix bug 22641Sanjoy Das2015-02-232-2/+2
* [ARM] Re-re-apply VLD1/VST1 base-update combine.Ahmed Bougacha2015-02-191-2/+2
* Reverting VLD1/VST1 base-updating/post-incrementing combiningRenato Golin2015-02-041-2/+2
* [X86] Reduce some 32-bit imuls into lea + shlMichael Kuperstein2015-01-281-1/+3
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-153-14/+14
* Reapply "[ARM] Combine base-updating/post-incrementing vector load/stores."Ahmed Bougacha2014-12-131-2/+2
* Revert "[ARM] Combine base-updating/post-incrementing vector load/stores."Renato Golin2014-12-131-2/+2
* [ARM] Combine base-updating/post-incrementing vector load/stores.Ahmed Bougacha2014-12-101-2/+2
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-1/+1
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-1/+1
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-1/+1
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-2/+2
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-2/+2
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-2/+2
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-093-6/+3
* ARM & AArch64: make use of common cmpxchg idioms after expansionTim Northover2014-05-301-1/+1
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-244-1/+1
* [LSR] Add llc testcase for r207271/r207569.Adam Nemet2014-05-021-0/+70
* Revert r207271 for now. This commit introduced a test case that ranChandler Carruth2014-04-282-37/+1
* [LoopStrengthReduce] Don't trim formula that uses a subset of required registersAdam Nemet2014-04-252-1/+37
* Convert test to FileCheckMatt Arsenault2014-04-231-1/+5
* Add the ability to use GEPs for address sinking in CGPHal Finkel2014-04-122-0/+3
* ARM: yet another round of ARM test clean upsSaleem Abdulrasool2014-04-032-2/+2
* llvm/test/Transforms/LoopStrengthReduce/ARM64/lsr-*.ll: Add explicit triple a...NAKAMURA Takumi2014-03-302-2/+2
* ARM64: initial backend importTim Northover2014-03-293-0/+139
* This test need the X86 backend, move it to the X86 sub directory.Rafael Espindola2014-03-121-0/+0
* PR17473:Michael Zolotukhin2014-03-121-0/+67
* Fix PR18165: LSR must avoid scaling factors that exceed the limit on truncate...Andrew Trick2014-02-261-0/+88
* SCEVExpander: Try hard not to create derived induction variables in other loopsArnold Schwaighofer2014-02-161-0/+50
* Revert "SCEVExpander: Try hard not to create derived induction variables in o...Arnold Schwaighofer2014-02-151-50/+0
* SCEVExpander: Try hard not to create derived induction variables in other loopsArnold Schwaighofer2014-02-151-0/+50
* Fix broken CHECK lines.Benjamin Kramer2014-01-111-1/+1
* 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
OpenPOWER on IntegriCloud