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
/
LoopLoadElimination.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
Florian Hahn
2020-01-04
1
-1
/
+1
*
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
Florian Hahn
2020-01-04
1
-1
/
+1
*
[Transforms] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-22
1
-1
/
+1
*
[PGO][PGSO] Add an optional query type parameter to shouldOptimizeForSize.
Hiroshi Yamauchi
2019-12-02
1
-1
/
+2
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[Alignment][NFC] Convert LoadInst to MaybeAlign
Guillaume Chatelet
2019-10-22
1
-1
/
+2
*
LoopLoadElim: Respect convergent
Matt Arsenault
2019-06-12
1
-0
/
+6
*
[PGO] Profile guided code size optimization.
Hiroshi Yamauchi
2019-04-15
1
-6
/
+30
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-1
/
+1
*
[MemorySSA & LoopPassManager] Add remaining book keeping [NFCI].
Alina Sbirlea
2019-02-12
1
-2
/
+5
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Use SmallPtrSet explicitly for SmallSets with pointer types (NFC).
Florian Hahn
2018-06-12
1
-7
/
+7
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-16
/
+21
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-15
/
+15
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-0
/
+1
*
Add MemorySSA as loop dependency, disabled by default [NFC].
Alina Sbirlea
2017-11-21
1
-1
/
+2
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-16
1
-14
/
+26
*
Add a getPointerOperandType() helper to LoadInst and StoreInst; NFC
Sanjoy Das
2017-04-18
1
-2
/
+1
*
Add a wrapper around copy_if in STLExtras; NFC
Sanjoy Das
2017-02-21
1
-9
/
+9
*
[PM] Port LoopLoadElimination to the new pass manager and wire it into
Chandler Carruth
2017-01-27
1
-27
/
+60
*
Fix LoopLoadElimination to keep original alignment on the inital hoisted store
Mehdi Amini
2017-01-06
1
-1
/
+3
*
[LoopVersioning] Require loop-simplify form for loop versioning.
Florian Hahn
2016-12-19
1
-0
/
+5
*
Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2016-11-30
1
-4
/
+25
*
LoopLoadElimination should preserve GlobalsAA.
Eli Friedman
2016-09-16
1
-0
/
+2
*
Use the range variant of transform 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
-4
/
+3
*
Rename LoopAccessAnalysis to LoopAccessLegacyAnalysis /NFC
Xinliang David Li
2016-07-08
1
-3
/
+3
*
[PM] refactor LoopAccessInfo code part-2
Xinliang David Li
2016-07-01
1
-4
/
+4
*
[LLE] Don't hoist conditionally executed loads
Adam Nemet
2016-06-28
1
-0
/
+11
*
[LAA] Default getInfo to not speculate symbolic strides. NFC
Adam Nemet
2016-06-16
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
*
[LAA] Rename "isStridedPtr" with "getPtrStride". NFC.
Denis Zobnin
2016-05-10
1
-2
/
+2
*
[LLE] Fix typo from r263058
Adam Nemet
2016-05-02
1
-1
/
+1
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-0
/
+3
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-3
/
+0
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-0
/
+3
*
[LLE] Check for mismatching types between the store and the load earlier
Adam Nemet
2016-03-24
1
-4
/
+6
*
[LLE] Add missed LoopSimplify dependence
Adam Nemet
2016-03-10
1
-0
/
+3
*
[LLE] Add missing check for unit stride
Adam Nemet
2016-03-09
1
-5
/
+13
*
[LLE] Fix a comment
Adam Nemet
2016-02-29
1
-3
/
+3
*
[LLE] Fix SingleSource/Benchmarks/Polybench/stencils/jacobi-2d-imper with Polly
Adam Nemet
2016-02-29
1
-0
/
+5
*
[LoopLoadElim] Don't allow versioning when optForSize
Adam Nemet
2016-02-05
1
-2
/
+9
*
[SCEV] Add and use SCEVConstant::getAPInt; NFCI
Sanjoy Das
2015-12-17
1
-1
/
+1
*
[LLE] Use the PredicatedScalarEvolution interface to query SCEVs for dependences
Silviu Baranga
2015-12-10
1
-16
/
+15
*
Re-commit r255115, with the PredicatedScalarEvolution class moved to
Silviu Baranga
2015-12-09
1
-3
/
+4
*
Revert r255115 until we figure out how to fix the bot failures.
Silviu Baranga
2015-12-09
1
-4
/
+3
*
[LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV e...
Silviu Baranga
2015-12-09
1
-3
/
+4
*
Allow LLE/LD and the loop versioning infrastructure to use SCEV predicates
Silviu Baranga
2015-11-09
1
-2
/
+15
[next]