index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Transforms
/
LoopStrengthReduce
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
1
-1
/
+1
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
1
-1
/
+1
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-2
/
+2
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-2
/
+2
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-2
/
+2
*
Reduce verbiage of lit.local.cfg files
Alp Toker
2014-06-09
3
-6
/
+3
*
ARM & AArch64: make use of common cmpxchg idioms after expansion
Tim Northover
2014-05-30
1
-1
/
+1
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
4
-1
/
+1
*
[LSR] Add llc testcase for r207271/r207569.
Adam Nemet
2014-05-02
1
-0
/
+70
*
Revert r207271 for now. This commit introduced a test case that ran
Chandler Carruth
2014-04-28
2
-37
/
+1
*
[LoopStrengthReduce] Don't trim formula that uses a subset of required registers
Adam Nemet
2014-04-25
2
-1
/
+37
*
Convert test to FileCheck
Matt Arsenault
2014-04-23
1
-1
/
+5
*
Add the ability to use GEPs for address sinking in CGP
Hal Finkel
2014-04-12
2
-0
/
+3
*
ARM: yet another round of ARM test clean ups
Saleem Abdulrasool
2014-04-03
2
-2
/
+2
*
llvm/test/Transforms/LoopStrengthReduce/ARM64/lsr-*.ll: Add explicit triple a...
NAKAMURA Takumi
2014-03-30
2
-2
/
+2
*
ARM64: initial backend import
Tim Northover
2014-03-29
3
-0
/
+139
*
This test need the X86 backend, move it to the X86 sub directory.
Rafael Espindola
2014-03-12
1
-0
/
+0
*
PR17473:
Michael Zolotukhin
2014-03-12
1
-0
/
+67
*
Fix PR18165: LSR must avoid scaling factors that exceed the limit on truncate...
Andrew Trick
2014-02-26
1
-0
/
+88
*
SCEVExpander: Try hard not to create derived induction variables in other loops
Arnold Schwaighofer
2014-02-16
1
-0
/
+50
*
Revert "SCEVExpander: Try hard not to create derived induction variables in o...
Arnold Schwaighofer
2014-02-15
1
-50
/
+0
*
SCEVExpander: Try hard not to create derived induction variables in other loops
Arnold Schwaighofer
2014-02-15
1
-0
/
+50
*
Fix broken CHECK lines.
Benjamin Kramer
2014-01-11
1
-1
/
+1
*
Fix "existant" typos
Alp Toker
2013-10-29
1
-1
/
+1
*
Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.
Andrew Trick
2013-10-25
1
-0
/
+42
*
Fix LSR: don't normalize quadratic recurrences.
Andrew Trick
2013-10-25
1
-6
/
+38
*
SCEVExpander: Fix a regression I introduced by to eagerly adding RAII objects.
Benjamin Kramer
2013-10-01
1
-0
/
+43
*
Teach loop-idiom about address space pointer sizes
Matt Arsenault
2013-09-11
3
-0
/
+200
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
3
-5
/
+0
*
Allocate local registers in order for optimal coloring.
Andrew Trick
2013-07-25
1
-1
/
+1
*
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...
Stephen Lin
2013-07-14
1
-1
/
+1
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
16
-19
/
+19
*
LSR: Fix the parameters used to compute the scaling factor cost.
Quentin Colombet
2013-06-19
1
-0
/
+68
*
Modify how the formulae are rated in Loop Strength Reduce.
Quentin Colombet
2013-05-31
2
-6
/
+62
*
Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
2013-05-25
1
-2
/
+2
*
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-05-02
1
-10
/
+5
*
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-30
1
-9
/
+5
*
LSR IVChain improvement.
Andrew Trick
2013-02-09
2
-20
/
+94
*
Remove target triple from an LSR test.
Andrew Trick
2013-01-22
1
-1
/
+0
*
Remove triple from this test, it makes it fail when X86 TTI is missing.
Benjamin Kramer
2013-01-16
1
-4
/
+1
*
Pattern-matched variables in post-inc-icmpzero.ll
Renato Golin
2013-01-15
1
-4
/
+4
*
SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.
Andrew Trick
2013-01-14
1
-0
/
+84
*
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2013-01-07
4
-12
/
+13
*
Fix a crash in LSR replaceCongruentIVs.
Andrew Trick
2013-01-06
1
-0
/
+44
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
2
-2
/
+2
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
1
-1
/
+1
*
LSR critical edge splitting fix for PR13756.
Andrew Trick
2012-09-18
1
-3
/
+41
*
During the CodeGenPrepare we often lower intrinsics (such as objsize)
Nadav Rotem
2012-08-14
1
-4
/
+4
*
Add a much more conservative strategy for aligning branch targets.
Chandler Carruth
2012-08-07
1
-1
/
+0
*
Added unit test for PR13361: LSR + SCEV "hangs" on reasonably sized test.
Andrew Trick
2012-07-18
1
-0
/
+517
[next]