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
*
[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
*
Removed misleading comment.
Gerolf Hoflehner
2014-09-10
1
-1
/
+0
*
Fix for multi-line comment warning
Gerolf Hoflehner
2014-08-07
1
-12
/
+12
*
Fix for regression: [Bug 20369] wrong code at -O3 on x86_64-linux-gnu in 64-b...
Gerolf Hoflehner
2014-07-21
1
-1
/
+9
*
MergedLoadStoreMotion.cpp: Fix msc17 build. Member initializer is unavailable.
NAKAMURA Takumi
2014-07-19
1
-2
/
+3
*
MergedLoadStoreMotion pass
Gerolf Hoflehner
2014-07-18
1
-0
/
+623