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
*
Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.
Michael Kruse
2018-12-20
1
-42
/
+7
*
[LoopUtils] Use i32 instead of `void`.
Davide Italiano
2018-12-13
1
-1
/
+1
*
[LoopUtils] Prefer a set over a map. NFCI.
Davide Italiano
2018-12-13
1
-6
/
+4
*
[LoopDeletion] Update debug values after loop deletion.
Davide Italiano
2018-12-12
1
-0
/
+27
*
[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.
Michael Kruse
2018-12-12
1
-16
/
+247
*
Revert r346810 "Preserve loop metadata when splitting exit blocks"
Reid Kleckner
2018-11-14
1
-32
/
+0
*
Preserve loop metadata when splitting exit blocks
Craig Topper
2018-11-13
1
-0
/
+32
*
Break LoopUtils into an Analysis file.
Vikram TV
2018-09-12
1
-988
/
+1
*
Move a transformation routine from LoopUtils to LoopVectorize.
Vikram TV
2018-09-10
1
-68
/
+0
*
Move createMinMaxOp() out of RecurrenceDescriptor.
Vikram TV
2018-09-10
1
-48
/
+47
*
Update MemorySSA in BasicBlockUtils.
Alina Sbirlea
2018-08-21
1
-1
/
+1
*
[UnJ] Rename hasInvariantIterationCount to hasIterationCountInvariantInParent...
David Green
2018-08-15
1
-2
/
+2
*
[UnJ] Create a hasInvariantIterationCount function. NFC
David Green
2018-08-11
1
-0
/
+22
*
[Dominators] Convert existing passes and utils to use the DomTreeUpdater class
Chijun Sima
2018-08-03
1
-2
/
+4
*
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
[next]