index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
LoopStrengthReduce
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
LSR Fix: check SCEV expression safety before expansion.
Andrew Trick
2012-07-13
1
-0
/
+90
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
4
-5
/
+5
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
4
-4
/
+4
*
Unit test for LSR kind=Special fix: r158536.
Andrew Trick
2012-06-15
1
-0
/
+102
*
LSR fix: add a missing phi check during IV hoisting.
Andrew Trick
2012-05-22
1
-0
/
+57
*
Make sure HoistInsertPosition finds a position that is dominated by all
Rafael Espindola
2012-04-30
1
-0
/
+34
*
Flip the new block-placement pass to be on by default.
Chandler Carruth
2012-04-16
1
-1
/
+1
*
Unit test for PR11950: LSR crash.
Andrew Trick
2012-03-26
1
-0
/
+49
*
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
Eli Bendersky
2012-03-25
2
-16
/
+2
*
Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests.
Andrew Trick
2012-03-22
2
-0
/
+124
*
LSR: teach isSimplifiedLoopNest to handle PHI IVUsers.
Andrew Trick
2012-03-20
1
-0
/
+32
*
LSR: fix IVUsers isSimplifiedLoopNest to perform a full domtree walk
Andrew Trick
2012-03-20
1
-0
/
+73
*
LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
Andrew Trick
2012-03-16
1
-0
/
+50
*
Move llc + target triple tests into X86
Andrew Trick
2012-03-10
2
-0
/
+0
*
Fix this assert. IP can point to an instruction with strange dominance
Rafael Espindola
2012-02-27
1
-0
/
+30
*
Change the implementation of dominates(inst, inst) to one based on what the
Rafael Espindola
2012-02-26
1
-0
/
+40
*
Semantically revert 151015. Add a comment on why we should be able to assert
Rafael Espindola
2012-02-22
1
-0
/
+38
*
Don't skip debug instructions when looking for the insertion point of
Rafael Espindola
2012-02-18
1
-0
/
+38
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
6
-13
/
+27
*
Handle a corner case with IV chain collection with bailout instead of assert.
Andrew Trick
2012-01-20
1
-0
/
+43
*
Test case comments missing from my previous checkin.
Andrew Trick
2012-01-20
1
-0
/
+5
*
SCEVExpander fixes. Affects LSR and indvars.
Andrew Trick
2012-01-20
1
-0
/
+37
*
Test case rename
Andrew Trick
2012-01-17
1
-0
/
+0
*
LSR fix: broaden the check for loop preheaders.
Andrew Trick
2012-01-17
1
-0
/
+113
*
Fix a corner case hit by redundant phi elimination running after LSR.
Andrew Trick
2012-01-14
1
-0
/
+50
*
Enable LSR IV Chains with sufficient heuristics.
Andrew Trick
2012-01-10
3
-0
/
+597
*
Adding IV chain generation to LSR.
Andrew Trick
2012-01-09
1
-0
/
+96
[next]