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
*
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
*
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