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
*
[LoopUtils][NFC] Minor refactoring in getLoopEstimatedTripCount.
Evgeniy Brevnov
2020-01-09
1
-7
/
+7
*
[SCEV] Remove unused ScalarEvolutionExpander.h includes (NFC).
Florian Hahn
2020-01-04
1
-1
/
+0
*
[LoopUtils] Updated deleteDeadLoop() to handle loop nest.
Whitney Tsang
2019-12-18
1
-1
/
+13
*
Revert "[LoopUtils] Updated deleteDeadLoop() to handle loop nest."
Whitney Tsang
2019-12-17
1
-12
/
+1
*
[LoopUtils] Updated deleteDeadLoop() to handle loop nest.
Whitney Tsang
2019-12-17
1
-1
/
+12
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[MemorySSA] Re-enable MemorySSA use.
Alina Sbirlea
2019-09-04
1
-0
/
+4
*
[MemorySSA] Disable MemorySSA use.
Alina Sbirlea
2019-09-03
1
-4
/
+0
*
[MemorySSA] Re-enable MemorySSA use.
Alina Sbirlea
2019-09-03
1
-0
/
+4
*
Revert enabling MemorySSA.
Alina Sbirlea
2019-08-29
1
-4
/
+0
*
[MemorySSA & LoopPassManager] Enable MemorySSA as loop dependency. Update tests.
Alina Sbirlea
2019-08-29
1
-0
/
+4
*
Add llvm.licm.disable metadata
Tim Corringham
2019-08-08
1
-0
/
+5
*
[Loop Utils] Extend the scope of addStringMetadataToLoop.
Serguei Katkov
2019-07-26
1
-2
/
+18
*
[Loop Utils] Move utilty addStringMetadataToLoop to LoopUtils.cpp. NFC.
Serguei Katkov
2019-07-26
1
-0
/
+31
*
[LoopUtils] Extend the scope of getLoopEstimatedTripCount
Serguei Katkov
2019-07-15
1
-6
/
+14
*
Change semantics of fadd/fmul vector reductions.
Sander de Smalen
2019-06-11
1
-8
/
+4
*
[LoopUtils][SLPVectorizer] clean up management of fast-math-flags
Sanjay Patel
2019-06-05
1
-31
/
+21
*
[NFC][Utils] deleteDeadLoop(): add an assert that exit block has some non-PHI...
Roman Lebedev
2019-05-05
1
-3
/
+7
*
Reland "Relax constraints for reduction vectorization"
Sanjoy Das
2019-03-12
1
-20
/
+26
*
Revert "Relax constraints for reduction vectorization"
Sanjoy Das
2019-03-11
1
-26
/
+20
*
Relax constraints for reduction vectorization
Sanjoy Das
2019-03-11
1
-20
/
+26
*
[DTU] Deprecate insertEdge*/deleteEdge*
Chijun Sima
2019-02-22
1
-4
/
+3
*
[MemorySSA & LoopPassManager] Update MemorySSA in formDedicatedExitBlocks.
Alina Sbirlea
2019-02-21
1
-1
/
+3
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-0
/
+3
*
Move DomTreeUpdater from IR to Analysis
Richard Trieu
2019-02-06
1
-1
/
+1
*
[WarnMissedTransforms] Do not warn about already vectorized loops.
Michael Kruse
2019-02-04
1
-7
/
+7
*
Check bool attribute value in getOptionalBoolLoopAttribute.
Alina Sbirlea
2019-01-29
1
-1
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[NFC] Move some functions to LoopUtils
Max Kazantsev
2019-01-15
1
-0
/
+36
*
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
[next]