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
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[MergedLoadStoreMotion] Sink stores to BB with more than 2 predecessors
Denis Bakhvalov
2019-09-05
1
-69
/
+98
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[DebugInfo][InstMerge] Fix -debugify for phi node created by -mldst-motion
Jordan Rupprecht
2018-11-02
1
-0
/
+1
*
[STLExtras] Add size() for ranges, and remove distance()
Vedant Kumar
2018-05-16
1
-1
/
+2
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-6
/
+6
*
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
Vedant Kumar
2018-05-10
1
-2
/
+1
*
[MergedLoadStoreMotion] Fix a debug invariant bug in mergeStores
Bjorn Pettersson
2018-05-09
1
-1
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-10
/
+10
*
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
[next]