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
/
lib
/
Transforms
/
Utils
/
LoopUnrollPeel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Transforms] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-22
1
-1
/
+1
*
[LoopUnroll] countToEliminateCompares(): fix handling of [in]equality predica...
Roman Lebedev
2019-11-06
1
-16
/
+38
*
[Loop Peeling] Fix silly bug in metadata update.
Serguei Katkov
2019-08-22
1
-6
/
+6
*
[Loop Peeling] Do not close further unroll/peel if profile based peeling was ...
Serguei Katkov
2019-08-02
1
-6
/
+29
*
[Loop Peeling] Fix idom detection algorithm.
Serguei Katkov
2019-07-25
1
-1
/
+20
*
[Loop Peeling] Fix the handling of branch weights of peeled off branches.
Serguei Katkov
2019-07-22
1
-62
/
+41
*
[Loop Peeling] Enable peeling of multiple exits by default.
Serguei Katkov
2019-07-19
1
-1
/
+1
*
[LoopInfo] Use early return in branch weight update functions. NFC.
Serguei Katkov
2019-07-18
1
-29
/
+30
*
[Loop Peeling] Fix the bug with IDom setting for exit loops
Serguei Katkov
2019-07-15
1
-3
/
+18
*
[Loop Peeling] Enable peeling for loops with multiple exits
Serguei Katkov
2019-07-15
1
-0
/
+20
*
[Loop Peeling] Add support for peeling of loops with multiple exits
Serguei Katkov
2019-07-09
1
-22
/
+27
*
[LoopPeel] Some small comment update. NFC.
Serguei Katkov
2019-07-04
1
-3
/
+3
*
[LoopPeel] Re-factor llvm::peelLoop method. NFC.
Serguei Katkov
2019-07-03
1
-25
/
+49
*
PHINode: introduce setIncomingValueForBlock() function, and use it.
Whitney Tsang
2019-06-17
1
-1
/
+1
*
[MemorySSA] Teach LoopSimplify to preserve MemorySSA.
Alina Sbirlea
2019-05-08
1
-1
/
+1
*
[LoopUnrollPeel] Add case where we should forget the peeled loop from SCEV.
Florian Hahn
2019-02-14
1
-10
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LoopUnroll] Don't verify domtree by default with +Asserts.
Eli Friedman
2018-12-21
1
-0
/
+2
*
Remove LoopID metadata from the branch instruction
Vyacheslav Zakharin
2018-09-26
1
-1
/
+5
*
Remove trailing space
Fangrui Song
2018-07-30
1
-2
/
+2
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-11
/
+14
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-3
/
+3
*
[LoopUnroll] Only peel if a predicate becomes known in the loop body.
Florian Hahn
2018-04-18
1
-7
/
+25
*
[LoopUnroll] Make LoopPeeling respect the AllowPeeling preference.
Chad Rosier
2018-04-06
1
-10
/
+14
*
peel loops with runtime small trip counts
Ikhlas Ajbar
2018-04-03
1
-2
/
+7
*
Revert "peel loops with runtime small trip counts"
Krzysztof Parzyszek
2018-03-30
1
-6
/
+1
*
peel loops with runtime small trip counts
Ikhlas Ajbar
2018-03-30
1
-1
/
+6
*
[LoopUnroll][NFC] Remove redundant canPeel check
Max Kazantsev
2018-03-27
1
-2
/
+2
*
[LoopUnroll] Peel off iterations if it makes conditions true/false.
Florian Hahn
2018-03-15
1
-4
/
+89
*
[Dominators] Remove verifyDomTree and add some verifying for Post Dom Trees
David Green
2018-02-28
1
-4
/
+1
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-01-19
1
-1
/
+1
*
Add hasProfileData() to check if a function has profile data. NFC.
Easwaran Raman
2017-12-22
1
-1
/
+1
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-27
1
-9
/
+19
*
[LoopPeeling] Get rid of Phis that become invariant after N steps
Max Kazantsev
2017-04-17
1
-20
/
+83
*
[LoopPeeling] Fix condition for phi-eliminating peeling
Max Kazantsev
2017-04-17
1
-1
/
+2
*
[LoopUnroll] Remap references in peeled iteration
Serge Pavlov
2017-03-26
1
-4
/
+5
*
[LoopUnroll] Don't peel loops where the latch isn't the exiting block
Michael Kuperstein
2017-03-16
1
-0
/
+7
*
[LoopUnrolling] Fix loop size check for peeling
Sanjoy Das
2017-03-07
1
-1
/
+3
*
Fix a compiler warning
Sanjoy Das
2017-03-03
1
-1
/
+2
*
[LoopUnrolling] Peel loops with invariant backedge Phi input
Sanjoy Das
2017-03-03
1
-0
/
+25
*
[LoopUnrolling] Re-prioritize Peeling and Partial unrolling
Sanjoy Das
2017-03-03
1
-1
/
+7
*
Update domtree incrementally in loop peeling.
Serge Pavlov
2017-01-24
1
-7
/
+30
*
Preserve domtree and loop-simplify for runtime unrolling.
Eli Friedman
2017-01-18
1
-2
/
+13
*
Make sure total loop body weight is preserved in loop peeling
Xin Tong
2017-01-02
1
-8
/
+17
*
[LoopUnroll] Implement profile-based loop peeling
Michael Kuperstein
2016-11-30
1
-0
/
+405