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
*
[NFC] Adjust test cases numbering, test commit.
Arkady Shlykov
2020-01-15
1
-8
/
+8
*
Follow up of 67bf9a6154d4b82c, minor fix in test case, removed duplicate option
Sjoerd Meijer
2020-01-10
1
-1
/
+1
*
[SVEV] Recognise hardware-loop intrinsic loop.decrement.reg
Sjoerd Meijer
2020-01-10
1
-0
/
+40
*
[ARM][MVE] Don't unroll intrinsic loops.
Sam Parker
2020-01-09
1
-0
/
+49
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
1
-1
/
+1
*
[InstCombine] Revert rL341831: relax one-use check in foldICmpAddConstant() (...
Roman Lebedev
2019-12-02
1
-3
/
+3
*
[AMDGPU] Tune inlining parameters for AMDGPU target (part 2)
dfukalov
2019-11-19
1
-1
/
+1
*
[LoopPred] Enable new transformation by default
Philip Reames
2019-11-06
1
-5
/
+3
*
[LoopUnroll] countToEliminateCompares(): fix handling of [in]equality predica...
Roman Lebedev
2019-11-06
1
-22
/
+172
*
[NFC][LoopUnroll] Update test coverage for peeling w/ inequality predicates
Roman Lebedev
2019-11-06
1
-5
/
+89
*
[AMDGPU] Improve code size cost model (part 2)
dfukalov
2019-11-06
1
-1
/
+1
*
[LoopUnroll] peel-loop-conditions.ll: add some 'is even/odd' peeling tests
Roman Lebedev
2019-11-05
1
-0
/
+98
*
[NFC][LoopUnroll] Tests for peeling of first iteration (PR43840)
Roman Lebedev
2019-10-30
1
-1
/
+232
*
[LCSSA] Forget values we create LCSSA phis for
Florian Hahn
2019-10-29
1
-0
/
+71
*
[Unroll] Do NOT unroll a loop with small runtime upperbound
Zhaoshi Zheng
2019-09-26
1
-0
/
+70
*
[Unroll] Add an option to control complete unrolling
Serguei Katkov
2019-09-19
1
-0
/
+35
*
[LoopUnroll] Use LoopSize+1 as threshold, to allow unrolling loops matching L...
Florian Hahn
2019-09-17
2
-2
/
+60
*
[LoopUnroll] Handle certain PHIs in full unrolling properly
Bjorn Pettersson
2019-08-26
1
-0
/
+107
*
[Loop Peeling] Fix silly bug in metadata update.
Serguei Katkov
2019-08-22
1
-0
/
+50
*
[RLEV] Rewrite loop exit values for multiple exit loops w/o overall loop exit...
Philip Reames
2019-08-14
1
-1
/
+1
*
[MVE] Don't try to unroll vectorised MVE loops
David Green
2019-08-11
1
-0
/
+127
*
[Loop Peeling] Introduce an option for profile based peeling disabling.
Serguei Katkov
2019-08-02
1
-1
/
+2
*
[Loop Peeling] Do not close further unroll/peel if profile based peeling was ...
Serguei Katkov
2019-08-02
3
-0
/
+87
*
[Loop Peeling] Fix idom detection algorithm.
Serguei Katkov
2019-07-25
1
-0
/
+46
*
[Loop Peeling] Fix the handling of branch weights of peeled off branches.
Serguei Katkov
2019-07-22
2
-8
/
+16
*
[LoopUnroll+LoopUnswitch] do not transform loops containing callbr
Nick Desaulniers
2019-07-15
1
-0
/
+51
*
[Testing] Add missing "REQUIRES: asserts"
David Zarzycki
2019-07-15
1
-0
/
+1
*
[Loop Peeling] Fix the bug with IDom setting for exit loops
Serguei Katkov
2019-07-15
1
-0
/
+55
*
[Loop Peeling] Enable peeling for loops with multiple exits
Serguei Katkov
2019-07-15
1
-0
/
+80
*
[LoopUnroll] Add support for loops with exiting headers and uncond latches.
Florian Hahn
2019-06-26
4
-3
/
+348
*
InstCombine: Preserve nuw when reassociating nuw ops [1/3]
Matt Arsenault
2019-06-24
1
-4
/
+4
*
[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...
Orlando Cazalet-Hyams
2019-06-19
1
-9
/
+7
*
Fix broken debug info in in an !llvm.loop attachment in this testcase.
Adrian Prantl
2019-06-18
1
-2
/
+2
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
6
-6
/
+0
*
Revert "[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step t...
Orlando Cazalet-Hyams
2019-06-12
1
-7
/
+9
*
[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...
Orlando Cazalet-Hyams
2019-06-11
1
-9
/
+7
*
[ARM] Enable Unroll UpperBound
David Green
2019-06-10
1
-0
/
+38
*
TTI: Improve default costs for addrspacecast
Matt Arsenault
2019-06-03
1
-0
/
+77
*
[ARM] Replace fp-only-sp and d16 with fp64 and d32.
Simon Tatham
2019-05-28
1
-1
/
+1
*
[IndVars] Extend reasoning about loop invariant exits to non-header blocks
Philip Reames
2019-05-14
1
-1
/
+1
*
revert r360162 as it breaks most of the buildbots
Kostya Serebryany
2019-05-07
1
-7
/
+9
*
[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...
Orlando Cazalet-Hyams
2019-05-07
1
-9
/
+7
*
[LoopUnroll] Allow unrolling if the unrolled size does not exceed loop size.
Florian Hahn
2019-04-17
1
-0
/
+171
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
108
-0
/
+9978
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
108
-9978
/
+0
*
[PGO] Profile guided code size optimization.
Hiroshi Yamauchi
2019-04-15
1
-0
/
+46
*
[LoopUnrollPeel] Add case where we should forget the peeled loop from SCEV.
Florian Hahn
2019-02-14
1
-0
/
+42
*
[UnrollRuntime] Fix domTree failures in multiexit unrolling
Anna Thomas
2019-01-08
1
-0
/
+149
*
[UnrollRuntime] NFC: Updated exiting tests and added more tests
Anna Thomas
2018-12-28
1
-23
/
+145
*
[UnrollRuntime] NFC: Add comment and verify LCSSA
Anna Thomas
2018-12-28
1
-5
/
+5
[next]