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
*
[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
*
[PM] Port LCSSA to the new PM.
Easwaran Raman
2016-06-09
1
-1
/
+1
*
Vectorizer: track non-fast FP instructions through phis when finding reductions.
Tim Northover
2016-05-27
1
-1
/
+1
*
[LoopVectorize] Handling induction variable with non-constant step.
Elena Demikhovsky
2016-05-10
1
-27
/
+65
*
[LV] Identify more induction PHIs by coercing expressions to AddRecExprs
Silviu Baranga
2016-05-05
1
-3
/
+30
*
[LoopUtils] Extend findStringMetadataForLoop to return the value for metadata
Adam Nemet
2016-04-22
1
-7
/
+18
*
[LoopUtils] Fix typo in comment
Adam Nemet
2016-04-21
1
-1
/
+1
*
[LoopUtils] Add asserts to findStringMetadataForLoop. NFC
Adam Nemet
2016-04-21
1
-0
/
+5
*
[LoopUtils] Move def of findStringMetadataForLoop to LoopUtils.cpp. NFC
Adam Nemet
2016-04-21
1
-0
/
+22
*
[LoopUtils, LV] Fix PR27246 (first-order recurrences)
Matthew Simpson
2016-04-11
1
-1
/
+1
*
Remove HasFnAttribute guards to getFnAttribute calls
Nirav Dave
2016-03-30
1
-4
/
+2
*
[LoopUtils, LV] Fix PR26734
Matthew Simpson
2016-03-03
1
-1
/
+1
*
[LV] Vectorize first-order recurrences
Matthew Simpson
2016-02-19
1
-0
/
+37
*
[LPM] Factor all of the loop analysis usage updates into a common helper
Chandler Carruth
2016-02-19
1
-0
/
+60
*
function names start with a lower case letter ; NFC
Sanjay Patel
2016-01-12
1
-1
/
+1
*
Revert r255115 until we figure out how to fix the bot failures.
Silviu Baranga
2015-12-09
1
-43
/
+0
*
[LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV e...
Silviu Baranga
2015-12-09
1
-0
/
+43
*
[Utils] Put includes in correct order. NFC.
Weiming Zhao
2015-11-24
1
-3
/
+3
[next]