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
*
Tidy-up test case from r242257.
Michael Zolotukhin
2015-07-15
1
-5
/
+8
*
[LoopUnrolling] Handle cast instructions.
Michael Zolotukhin
2015-07-15
1
-0
/
+94
*
Enable runtime unrolling with unroll pragma metadata
Mark Heffernan
2015-07-13
1
-14
/
+13
*
[LoopUnroll] Use undef for phis with no value live
David Majnemer
2015-07-01
1
-0
/
+24
*
Set proper debug location for branch added in BasicBlock::splitBasicBlock().
Alexey Samsonov
2015-06-11
1
-12
/
+33
*
[LoopUnroll] Fix truncation bug in canUnrollCompletely.
Sanjoy Das
2015-06-06
1
-0
/
+58
*
[Unroll] Rework the naming and structure of the new unroll heuristics.
Chandler Carruth
2015-06-05
2
-7
/
+7
*
[PPC/LoopUnrollRuntime] Don't avoid high-cost trip count computation on the P...
Hal Finkel
2015-05-21
1
-0
/
+27
*
Add another InstCombine pass after LoopUnroll.
Wei Mi
2015-05-14
1
-0
/
+85
*
Reimplement heuristic for estimating complete-unroll optimization effects.
Michael Zolotukhin
2015-05-12
2
-2
/
+36
*
[LoopUnrollRuntime] Avoid high-cost trip count computation.
Sanjoy Das
2015-04-14
3
-1
/
+31
*
[LoopUnrollRuntime] Clean up a predicate.
Sanjoy Das
2015-04-12
1
-0
/
+45
*
Reapply 'Run LICM pass after loop unrolling pass.'
Kevin Qin
2015-03-12
1
-0
/
+43
*
Revert r231630 - Run LICM pass after loop unrolling pass.
Kevin Qin
2015-03-09
1
-43
/
+0
*
[AArch64] Enable partial & runtime unrolling on cortex-a57
Kevin Qin
2015-03-09
3
-0
/
+112
*
Introduce runtime unrolling disable matadata and use it to mark the scalar lo...
Kevin Qin
2015-03-09
1
-0
/
+33
*
Run LICM pass after loop unrolling pass.
Kevin Qin
2015-03-09
1
-0
/
+43
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
15
-41
/
+41
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
17
-55
/
+55
*
Partial fix for bug 22589
Sanjoy Das
2015-02-18
3
-15
/
+20
*
[unroll] Concede defeat and disable the unroll analyzer for now.
Chandler Carruth
2015-02-13
1
-4
/
+4
*
Testcase for r228988.
Michael Zolotukhin
2015-02-13
1
-0
/
+3
*
Add a test case for new unrolling heuristics.
Michael Zolotukhin
2015-02-10
1
-0
/
+59
*
Use a smaller pragma unroll threshold to reduce test execution time.
Alexander Potapenko
2015-01-21
1
-2
/
+2
*
[PowerPC] Readjust the loop unrolling threshold
Hal Finkel
2015-01-10
1
-2
/
+50
*
[LoopUnroll] Fix the partial unrolling threshold for small loop sizes
Hal Finkel
2015-01-10
2
-2
/
+19
*
[PowerPC] Enable late partial unrolling on the POWER7
Hal Finkel
2015-01-09
1
-0
/
+51
*
IR: Add 'distinct' MDNodes to bitcode and assembly
Duncan P. N. Exon Smith
2015-01-08
2
-6
/
+6
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
3
-34
/
+34
*
Fix a trip-count overflow issue in LoopUnroll.
Michael Zolotukhin
2014-11-20
2
-1
/
+31
*
[SCEV] Improve Scalar Evolution's use of no {un,}signed wrap flags
Bradley Smith
2014-10-31
1
-0
/
+32
*
This patch de-pessimizes the calculation of loop trip counts in
Mark Heffernan
2014-10-10
1
-9
/
+6
*
LoopUnroll: Create sub-loops in LoopInfo
Duncan P. N. Exon Smith
2014-10-07
1
-0
/
+35
*
Use a loop to simplify the runtime unrolling prologue.
Kevin Qin
2014-09-29
4
-19
/
+22
*
Ignore annotation function calls in cost computation
David Peixotto
2014-09-26
1
-0
/
+133
*
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
[next]