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
*
AMDGPU: Fix tests using old number for constant address space
Matt Arsenault
2018-09-10
1
-2
/
+2
*
[X86] Make Feature64Bit useful
Craig Topper
2018-08-30
1
-1
/
+1
*
LoopUnroll: Allow analyzing intrinsic call costs
Matt Arsenault
2018-06-26
1
-0
/
+77
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
3
-5
/
+5
*
[LoopUnroll] Only peel if a predicate becomes known in the loop body.
Florian Hahn
2018-04-18
1
-128
/
+141
*
[LoopUnroll] Make LoopPeeling respect the AllowPeeling preference.
Chad Rosier
2018-04-06
1
-0
/
+3
*
peel loops with runtime small trip counts
Ikhlas Ajbar
2018-04-03
1
-0
/
+37
*
Revert "peel loops with runtime small trip counts"
Krzysztof Parzyszek
2018-03-30
1
-37
/
+0
*
[Hexagon] add missing lit config file
Ikhlas Ajbar
2018-03-30
1
-0
/
+3
*
peel loops with runtime small trip counts
Ikhlas Ajbar
2018-03-30
1
-0
/
+37
*
[LoopUnroll] Fix dangling pointers in SCEV
Max Kazantsev
2018-03-26
1
-0
/
+51
*
[LoopUnroll] Simplify induction variables after peeling too.
Florian Hahn
2018-03-23
1
-15
/
+10
*
[LoopUnroll] Peel off iterations if it makes conditions true/false.
Florian Hahn
2018-03-15
2
-1
/
+614
*
[LoopUnroll] Ignore ephemeral values when checking full unroll profitability.
Andrei Elovikov
2018-03-15
1
-0
/
+119
*
LoopUnroll: respect pragma unroll when AllowRemainder is disabled
Yaxun Liu
2018-03-02
2
-26
/
+133
*
[SimplifyCFG] Re-apply Relax restriction for folding unconditional branches
Serguei Katkov
2018-02-08
1
-9
/
+4
*
Revert [SimplifyCFG] Relax restriction for folding unconditional branches
Serguei Katkov
2018-02-05
1
-4
/
+9
*
[SimplifyCFG] Relax restriction for folding unconditional branches
Serguei Katkov
2018-02-05
1
-9
/
+4
*
[AMDGPU] Switch to the new addr space mapping by default
Yaxun Liu
2018-02-02
1
-21
/
+21
*
[Unroll][DebugInfo] Propagate loop body's debug location to epilog preheader
Zhaoshi Zheng
2017-12-26
2
-2
/
+132
*
loop-unroll: teach remapInstruction to update dbg.value intrinsics.
Adrian Prantl
2017-11-01
1
-0
/
+75
*
[LoopUnroll] Clean up remarks for unroll remainder
David Green
2017-10-31
1
-1
/
+24
*
[ARM] Allow unrolling of multi-block loops.
Sam Parker
2017-10-23
1
-0
/
+316
*
[ValueTracking] Enabling ValueTracking patch by default
Nikolai Bozhenov
2017-10-20
1
-1
/
+1
*
The cost of splitting a large vector instruction is not being taken into acco...
Graham Yiu
2017-10-19
1
-0
/
+74
*
Use a BumpPtrAllocator for Loop objects
Sanjoy Das
2017-09-28
1
-2
/
+2
*
Tighten the invariants around LoopBase::invalidate
Sanjoy Das
2017-09-20
1
-2
/
+2
*
[RuntimeUnroll] Add heuristic for unrolling multi-exit loop
Anna Thomas
2017-09-15
1
-0
/
+94
*
[RuntimeUnrolling] Populate the VMap entry correctly when default generated t...
Anna Thomas
2017-09-15
1
-0
/
+44
*
[LoopUnroll][DebugInfo] Don't add metadata to unrolled remainder loop
Sam Parker
2017-09-04
1
-2
/
+2
*
[LoopUnroll] Make the test for PR33437 actually useful.
Davide Italiano
2017-08-29
1
-14
/
+27
*
[LoopUnroll] Properly update loop structure in case of successful peeling.
Davide Italiano
2017-08-28
1
-0
/
+30
*
Changed basic cost of store operation on X86
Elena Demikhovsky
2017-08-20
1
-0
/
+104
*
[ARM] Improve loop unrolling for Cortex-M
Sam Parker
2017-08-16
1
-92
/
+128
*
[LoopUnroll] Enable option to peel remainder loop
Sam Parker
2017-08-14
1
-0
/
+74
*
[PM] Relax the spelling of a pass name slightly in this test.
Chandler Carruth
2017-08-08
1
-1
/
+1
*
[PM] Fix new LoopUnroll function pass by invalidating loop analysis
Chandler Carruth
2017-08-08
1
-0
/
+107
*
Use profile summary to disable peeling for huge working sets
Teresa Johnson
2017-08-03
1
-18
/
+37
*
Disable loop peeling during full unrolling pass.
Teresa Johnson
2017-08-03
1
-0
/
+5
*
[PM] Split LoopUnrollPass and make partial unroller a function pass
Teresa Johnson
2017-08-02
11
-58
/
+58
*
[ARM] Enable partial and runtime unrolling
Sam Parker
2017-07-25
2
-0
/
+213
*
[SimplifyCFG] Defer folding unconditional branches to LateSimplifyCFG if it c...
Balaram Makam
2017-07-19
1
-4
/
+8
*
[RuntimeUnrolling] Update DomTree correctly when exit blocks have successors
Anna Thomas
2017-07-13
1
-0
/
+126
*
[LoopUnrollRuntime] NFC: Refactored safety checks of unrolling multi-exit loop
Anna Thomas
2017-07-12
1
-0
/
+68
*
[LoopUnrollRuntime] Avoid multi-exit nested loop with epilog generation
Anna Thomas
2017-07-11
1
-0
/
+44
*
[LoopUnrollRuntime] Remove strict assert about VMap requirement
Anna Thomas
2017-07-10
1
-1
/
+42
*
[LoopUnrollRuntime] Support multiple exit blocks unrolling when prolog remain...
Anna Thomas
2017-07-07
1
-79
/
+165
*
[LoopUnrollRuntime] Bailout when multiple exiting blocks to the unique latch ...
Anna Thomas
2017-07-06
1
-0
/
+30
*
[RuntimeUnrolling] Add logic for loops with multiple exit blocks
Anna Thomas
2017-06-30
1
-0
/
+279
*
[AArch64][Falkor] Try to avoid exhausting HW prefetcher resources when unroll...
Geoff Berry
2017-06-28
1
-0
/
+169
[next]