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
/
LoopUnroll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add functions for finding ephemeral values
Hal Finkel
2014-09-07
1
-0
/
+44
*
After unrolling a loop with llvm.loop.unroll.count metadata (unroll factor
Mark Heffernan
2014-07-24
1
-6
/
+54
*
Do not add unroll disable metadata after unrolling pass for loops with #pragm...
Mark Heffernan
2014-07-23
1
-14
/
+46
*
In unroll pragma syntax and loop hint metadata, change "enable" forms to a ne...
Mark Heffernan
2014-07-23
2
-41
/
+11
*
Remove unroll pragma metadata after it is used.
Mark Heffernan
2014-07-18
2
-0
/
+73
*
Rename loop unrolling and loop vectorizer metadata to have a common prefix.
Eli Bendersky
2014-06-25
1
-4
/
+4
*
LoopUnrollRuntime: Check for overflow in the trip count calculation.
Benjamin Kramer
2014-06-21
1
-0
/
+6
*
Teach LoopUnrollPass to respect loop unrolling hints in metadata.
Eli Bendersky
2014-06-16
1
-0
/
+285
*
Revert r210721 as it causes breakage in internal builds (and possibly GDB).
Eli Bendersky
2014-06-12
1
-285
/
+0
*
Teach LoopUnrollPass to respect loop unrolling hints in metadata.
Eli Bendersky
2014-06-11
1
-0
/
+285
*
Reduce verbiage of lit.local.cfg files
Alp Toker
2014-06-09
2
-4
/
+2
*
LCSSA should be performed on the outermost affected loop while unrolling loop.
Dinesh Dwivedi
2014-05-29
1
-0
/
+43
*
Move late partial-unrolling thresholds into the processor definitions
Hal Finkel
2014-05-08
1
-2
/
+2
*
LoopUnroll: If we're doing partial unrolling, use the PartialThreshold to lim...
Benjamin Kramer
2014-05-04
1
-0
/
+47
*
Fix vectorization remarks.
Diego Novillo
2014-04-29
1
-0
/
+25
*
Implement X86TTI::getUnrollingPreferences
Hal Finkel
2014-04-01
2
-0
/
+84
*
Implement TTI getUnrollingPreferences for PowerPC
Hal Finkel
2013-09-11
2
-0
/
+52
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Fixup to r186268 and r186269: don't append -LABEL to CHECK-NOT. No functional...
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
7
-20
/
+20
*
Modify two Transforms tests to explicitly check for full function names in so...
Stephen Lin
2013-07-14
1
-1
/
+1
*
Prevent loop-unroll from making assumptions about undefined behavior.
Andrew Trick
2013-05-31
2
-22
/
+62
*
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
Jan Wen Voung
2013-03-12
2
-4
/
+1
*
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-08
2
-0
/
+4
*
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-20
1
-0
/
+23
*
getSmallConstantTripMultiple should never return zero.
Hal Finkel
2012-10-24
1
-0
/
+44
*
Fix tests that didn't test anything.
Benjamin Kramer
2012-09-26
1
-1
/
+1
*
Fix 12513: Loop unrolling breaks with indirect branches.
Andrew Trick
2012-04-10
1
-0
/
+40
*
Add testcase for r154007, when a function has the optsize attribute,
Hongbin Zheng
2012-04-04
1
-0
/
+35
*
Remove redundant -enable-iv-rewrite=false flags from test cases.
Andrew Trick
2012-03-22
1
-1
/
+1
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
Add -unroll-runtime for unrolling loops with run-time trip counts.
Andrew Trick
2011-12-09
4
-0
/
+214
*
Fix a corner case in updating LoopInfo after fully unrolling an outer loop.
Andrew Trick
2011-11-18
1
-0
/
+41
*
Don't try to loop on iterators that are potentially invalidated inside the lo...
Nick Lewycky
2011-11-12
1
-0
/
+42
*
Unit test for r140919, loop unroll heuristics.
Andrew Trick
2011-10-04
1
-0
/
+36
*
Reapply r139759. Disable IV rewriting by default. See PR10916.
Andrew Trick
2011-09-15
1
-1
/
+1
*
[indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. P...
Andrew Trick
2011-09-13
1
-1
/
+1
*
Disable IV rewriting by default. See PR10916.
Andrew Trick
2011-09-13
1
-1
/
+1
*
Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...
Andrew Trick
2011-09-12
1
-1
/
+1
*
Test case update for unroll-scev.
Andrew Trick
2011-09-02
2
-8
/
+13
*
-unroll-scev flag removal
Andrew Trick
2011-09-02
4
-4
/
+4
*
ConstantVector returns arbitrary value for the wrong index.
Jakub Staszak
2011-09-02
1
-0
/
+29
*
A slew of unit tests for the recent LoopInfo::updateUnloop feature
Andrew Trick
2011-08-11
1
-0
/
+429
*
Allow loop unrolling to get known trip counts from ScalarEvolution.
Andrew Trick
2011-08-11
1
-0
/
+172
*
Invoke SimplifyIndVar when we partially unroll a loop. Fixes PR10534.
Andrew Trick
2011-08-10
1
-0
/
+39
*
Fix the LoopUnroller to handle nontrivial loops and partial unrolling.
Andrew Trick
2011-08-10
2
-0
/
+162
*
add a testcase for r125827
Chris Lattner
2011-02-18
1
-0
/
+24
*
Rename 'loopsimplify' to 'loop-simplify'.
Cameron Zwarich
2011-02-10
1
-1
/
+1
*
Revert r113439, which relaxed the requirement that loops containing calls can...
Owen Anderson
2010-09-09
1
-51
/
+0
*
Relax the "don't unroll loops containing calls" rule. Instead, when a loop c...
Owen Anderson
2010-09-08
1
-0
/
+51
[next]