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
/
LoopUtils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-16
/
+19
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-3
/
+3
*
Support generic expansion of ordered vector reduction (PR36732)
Simon Pilgrim
2018-04-09
1
-0
/
+32
*
Strip trailing whitespace. NFCI.
Simon Pilgrim
2018-04-06
1
-8
/
+8
*
[MustExecute] Move isGuaranteedToExecute and related rourtines to Analysis
Philip Reames
2018-03-20
1
-133
/
+1
*
[LICM/mustexec] Extend first iteration must execute logic to fcmps
Philip Reames
2018-03-16
1
-10
/
+9
*
[LICM] Ignore exits provably not taken on first iteration when computing must...
Philip Reames
2018-03-15
1
-1
/
+60
*
[NFC] Factor out a helper function for checking if a block has a potential ea...
Philip Reames
2018-03-08
1
-7
/
+4
*
Move llvm::computeLoopSafetyInfo from LICM.cpp to LoopUtils.cpp. NFC
David Green
2018-02-14
1
-0
/
+37
*
[LV] Use Demanded Bits and ValueTracking for reduction type-shrinking
Chad Rosier
2018-02-04
1
-72
/
+144
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-01-19
1
-1
/
+1
*
[LoopDeletion] Handle users in unreachable block
Serguei Katkov
2018-01-12
1
-0
/
+26
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-8
/
+6
*
Make helpers static. No functionality change.
Benjamin Kramer
2017-12-24
1
-3
/
+4
*
[LV] Support efficient vectorization of an induction with redundant casts
Dorit Nuzman
2017-12-14
1
-8
/
+133
*
[LoopUtils] simplify createTargetReduction(); NFCI
Sanjay Patel
2017-12-06
1
-41
/
+25
*
[LoopUtils] fix variable name to match FMF vocabulary; NFC
Sanjay Patel
2017-12-06
1
-4
/
+4
*
[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...
Sanjay Patel
2017-11-06
1
-6
/
+6
*
Fix a -Wparentheses warning. NFC.
Hans Wennborg
2017-10-04
1
-1
/
+1
*
[LoopDeletion] Move deleteDeadLoop to to LoopUtils. NFC
Marcello Maggioni
2017-10-04
1
-0
/
+122
*
Refactor collectChildrenInLoop to LoopUtils [NFC]
Alina Sbirlea
2017-09-15
1
-0
/
+21
*
[LV] Minor savings to Sink casts to unravel first order recurrence
Ayal Zaks
2017-08-15
1
-1
/
+2
*
[LoopUtils] Add an extra parameter OpValue to propagateIRFlags function,
Dinar Temirbulatov
2017-07-19
1
-11
/
+16
*
[LV] Sink casts to unravel first order recurrence
Ayal Zaks
2017-06-30
1
-3
/
+16
*
[LoopSimplify] Re-instate r306081 with a bug fix w.r.t. indirectbr.
Chandler Carruth
2017-06-25
1
-0
/
+65
*
Revert "[LoopSimplify] Factor the logic to form dedicated exits into a utility."
Daniel Jasper
2017-06-25
1
-62
/
+0
*
[Analysis][Transforms] Use commutable matchers instead of m_CombineOr in a fe...
Craig Topper
2017-06-24
1
-2
/
+1
*
[LoopSimplify] Factor the logic to form dedicated exits into a utility.
Chandler Carruth
2017-06-23
1
-0
/
+62
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+1
*
Add a late IR expansion pass for the experimental reduction intrinsics.
Amara Emerson
2017-05-10
1
-5
/
+4
*
Introduce experimental generic intrinsics for horizontal vector reductions.
Amara Emerson
2017-05-09
1
-0
/
+202
*
Revert "Compute safety information in a much finer granularity."
Evgeniy Stepanov
2017-04-24
1
-8
/
+16
*
Compute safety information in a much finer granularity.
Xin Tong
2017-04-24
1
-16
/
+8
*
[LV] Fix the vector code generation for first order recurrence
Anna Thomas
2017-04-13
1
-12
/
+3
*
[LV] Avoid vectorizing first order recurrence when phi uses are outside loop
Anna Thomas
2017-04-11
1
-4
/
+14
*
Fix up a comment. NFC.
Michael Kuperstein
2017-01-18
1
-1
/
+0
*
[LV] Allow reductions that have several uses outside the loop
Michael Kuperstein
2017-01-18
1
-5
/
+12
*
[LV] Don't panic when encountering the IV of an outer loop.
Michael Kuperstein
2017-01-10
1
-2
/
+7
*
Remove stale comment. NFC.
Michael Kuperstein
2016-12-03
1
-3
/
+0
*
[LoopUnroll] Implement profile-based loop peeling
Michael Kuperstein
2016-11-30
1
-7
/
+7
*
Use profile info to adjust loop unroll threshold.
Dehao Chen
2016-11-17
1
-0
/
+36
*
[LCSSA] Perform LCSSA verification only for the current loop nest.
Igor Laevsky
2016-10-28
1
-0
/
+5
*
[LoopUnroll] Use OptimizationRemarkEmitter directly not via the analysis pass
Adam Nemet
2016-08-26
1
-4
/
+0
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-1
/
+1
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
[LoopUnroll] Include hotness of region in opt remark
Adam Nemet
2016-07-29
1
-0
/
+4
*
[LoopUtils] Sort headers
Adam Nemet
2016-07-26
1
-3
/
+4
*
[Loop Vectorizer] Handling loops FP induction variables.
Elena Demikhovsky
2016-07-24
1
-12
/
+106
*
[LICM] Make isGuaranteedToExecute more accurate.
Eli Friedman
2016-06-11
1
-0
/
+3
*
Move isGuaranteedToExecute out of LICM.
Evgeniy Stepanov
2016-06-10
1
-0
/
+39
[next]