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
/
Scalar
/
LoopVersioningLICM.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[Loop Utils] Move utilty addStringMetadataToLoop to LoopUtils.cpp. NFC.
Serguei Katkov
2019-07-26
1
-31
/
+0
*
LoopVersioningLICM: Respect convergent and noduplicate
Matt Arsenault
2019-05-29
1
-1
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CallSite removal] Migrate all Alias Analysis APIs to use the newly
Chandler Carruth
2019-01-07
1
-4
/
+5
*
Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.
Michael Kruse
2018-12-20
1
-0
/
+2
*
[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.
Michael Kruse
2018-12-12
1
-0
/
+5
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-34
/
+38
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-9
/
+9
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-0
/
+1
*
This change add's optimization remark in LoopVersioning LICM pass.
Ashutosh Nema
2018-01-23
1
-2
/
+55
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-26
1
-41
/
+61
*
[LoopVersioning] Require loop-simplify form for loop versioning.
Florian Hahn
2016-12-19
1
-8
/
+4
*
[NFC] Loop Versioning for LICM code clean up
Evgeny Astigeevich
2016-10-14
1
-31
/
+42
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
Rename LoopAccessAnalysis to LoopAccessLegacyAnalysis /NFC
Xinliang David Li
2016-07-08
1
-4
/
+4
*
[LAA] Enable symbolic stride speculation for all LAA clients
Adam Nemet
2016-06-17
1
-1
/
+1
*
[LV] Move management of symbolic strides to LAA. NFCI
Adam Nemet
2016-06-16
1
-23
/
+1
*
[PM] Remove unneded doFinalization() override from LoopVersioningLICM.
Davide Italiano
2016-06-15
1
-4
/
+0
*
[PM] Port LCSSA to the new PM.
Easwaran Raman
2016-06-09
1
-1
/
+1
*
Revert r272194 No need for it if loop Analysis Manager is used
Xinliang David Li
2016-06-09
1
-1
/
+1
*
[PM] Refector LoopAccessInfo analysis code
Xinliang David Li
2016-06-08
1
-1
/
+1
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
[LoopUtils] Move def of findStringMetadataForLoop to LoopUtils.cpp. NFC
Adam Nemet
2016-04-21
1
-22
/
+0
*
[LoopUtils] Rename {check->find}StringMetadata{Into->For}Loop. NFC
Adam Nemet
2016-04-21
1
-4
/
+4
*
Fix MSVC 2013 build after rL260504
Tamas Berghammer
2016-02-11
1
-1
/
+1
*
Fixed typo in comment & coding style for LoopVersioningLICM.
Ashutosh Nema
2016-02-11
1
-12
/
+11
*
New Loop Versioning LICM Pass
Ashutosh Nema
2016-02-06
1
-0
/
+620