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
/
MergedLoadStoreMotion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark MergedLoadStoreMotion as not preserving MemDep results
Bjorn Steinbrink
2018-02-23
1
-41
/
+8
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-2
/
+0
*
[ModRefInfo] Make enum ModRefInfo an enum class [NFC].
Alina Sbirlea
2017-12-07
1
-1
/
+1
*
[IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy...
Craig Topper
2017-07-09
1
-1
/
+1
*
Remove inclusion of SSAUpdater from several passes.
Davide Italiano
2017-01-29
1
-1
/
+0
*
Remove the load hoisting code of MLSM, it is completely subsumed by GVNHoist
Daniel Berlin
2017-01-24
1
-174
/
+2
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-1
/
+1
*
IR: Remove Value::intersectOptionalDataWith, replace all calls with calls to ...
Peter Collingbourne
2016-09-07
1
-2
/
+2
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[MergedLoadStoreMotion] Remove out of date comment
David Majnemer
2016-07-21
1
-1
/
+0
*
Give helper classes/functions internal linkage. NFC.
Benjamin Kramer
2016-07-10
1
-0
/
+2
*
[PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.
Michael Kuperstein
2016-06-28
1
-2
/
+1
*
Switch more loops to be range-based
David Majnemer
2016-06-24
1
-5
/
+2
*
[PM] Port MergedLoadStoreMotion to the new pass manager, take two.
Davide Italiano
2016-06-17
1
-53
/
+78
*
[PM] Revert the port of MergeLoadStoreMotion to the new pass manager.
Davide Italiano
2016-06-16
1
-127
/
+131
*
[MergedLoadStoreMotion] Before quering AA verify the loads are the same.
Chad Rosier
2016-06-14
1
-1
/
+1
*
[PM/MergedLoadStoreMotion] Preserve analyses more aggressively.
Davide Italiano
2016-06-14
1
-1
/
+6
*
[PM] Port MergedLoadStoreMotion to the new pass manager.
Davide Italiano
2016-06-14
1
-48
/
+61
*
[PM/MergedLoadStoreMotion] Remove unneeded pass dependency.
Davide Italiano
2016-06-13
1
-1
/
+0
*
[PM/MergeLoadStoreMotion] Convert the logic to static functions.
Davide Italiano
2016-06-13
1
-85
/
+63
*
[MergedLoadStoreMotion] Use correct helper for load hoist safety.
Eli Friedman
2016-06-12
1
-1
/
+2
*
[MergedLoadStoreMotion] Don't transform across may-throw calls
David Majnemer
2016-05-26
1
-24
/
+32
*
[MergedLoadStoreMotion] Small cleanup
David Majnemer
2016-05-26
1
-57
/
+45
*
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
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-6
/
+1
*
[PM] Port memdep to the new pass manager.
Chandler Carruth
2016-03-10
1
-4
/
+5
*
Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko
2015-11-04
1
-2
/
+2
*
Preserve CFG in MergedLoadStoreMotion. This fixes PR24426.
Jakub Staszak
2015-10-18
1
-0
/
+1
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-6
/
+5
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-3
/
+3
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-4
/
+6
*
Rename Instruction::dropUnknownMetadata() to dropUnknownNonDebugMetadata()
Adrian Prantl
2015-08-20
1
-2
/
+2
*
Fix a bug that caused SimplifyCFG to drop DebugLocs.
Adrian Prantl
2015-08-20
1
-2
/
+2
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-2
/
+2
*
[PM/AA] Remove the addEscapingUse update API that won't be easy to
Chandler Carruth
2015-07-18
1
-9
/
+2
*
[PM/AA] Completely remove the AliasAnalysis::copyValue interface.
Chandler Carruth
2015-07-11
1
-8
/
+0
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-12
/
+10
*
[PM/AA] Start refactoring AliasAnalysis to remove the analysis group and
Chandler Carruth
2015-06-04
1
-5
/
+5
*
MergedLoadStoreMotion preserves MemoryDependenceAnalysis, it does not require...
Daniel Berlin
2015-05-22
1
-2
/
+2
*
Another set of missing raw_ostream.h. Still no functional change.
Benjamin Kramer
2015-03-23
1
-1
/
+2
*
Fixed a bug in store sinking.
Elena Demikhovsky
2015-02-17
1
-4
/
+6
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-2
/
+2
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
Sink store based on alias analysis
Elena Demikhovsky
2014-12-15
1
-40
/
+35
*
Use Alias Analysis to hoist 2 loads from diamond to the common predecessor ba...
Elena Demikhovsky
2014-11-02
1
-47
/
+25
*
[MergedLoadStoreMotion] Move pass enabling option to PassManagerBuilder
Gerolf Hoflehner
2014-09-10
1
-5
/
+0
[next]