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
*
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