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
/
Analysis
/
MemoryDependenceAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MemDep] Use PhiValuesAnalysis to improve alias analysis results
John Brawn
2018-07-31
1
-3
/
+14
*
Dissallow non-empty metadata for invariant.group
Piotr Padlewski
2018-05-18
1
-3
/
+3
*
[MemDep] Fixed handling of invariant.group
Piotr Padlewski
2018-05-18
1
-5
/
+26
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-6
/
+6
*
[Analysis] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-01
1
-3
/
+3
*
[MDA] Use common code instead of reimplementing same. [NFC]
Philip Reames
2018-01-17
1
-10
/
+2
*
Revert "[memcpyopt] Teach memcpyopt to optimize across basic blocks"
Reid Kleckner
2017-12-28
1
-11
/
+9
*
[ModRefInfo] Add must alias info to ModRefInfo.
Alina Sbirlea
2017-12-21
1
-1
/
+2
*
[memcpyopt] Teach memcpyopt to optimize across basic blocks
Dan Gohman
2017-12-20
1
-9
/
+11
*
Hardware-assisted AddressSanitizer (llvm part).
Evgeniy Stepanov
2017-12-09
1
-2
/
+4
*
[ModRefInfo] Make enum ModRefInfo an enum class [NFC].
Alina Sbirlea
2017-12-07
1
-16
/
+16
*
[ModRefInfo] Replace remaining bit-wise operations with wrappers.
Alina Sbirlea
2017-12-07
1
-1
/
+1
*
Revert r319482 and r319483 "[memcpyopt] Teach memcpyopt to optimize across ba...
Hans Wennborg
2017-12-06
1
-8
/
+0
*
Modify ModRefInfo values using static inline method abstractions [NFC].
Alina Sbirlea
2017-12-05
1
-9
/
+7
*
[memcpyopt] Teach memcpyopt to optimize across basic blocks
Dan Gohman
2017-11-30
1
-0
/
+8
*
[MemDep] DBG intrinsics don't impact abort limit for call site dependence ana...
Mikael Holmen
2017-10-25
1
-5
/
+5
*
[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; ...
Eugene Zelenko
2017-08-16
1
-8
/
+16
*
[MemDep] Cleanup return after else & use `auto`. NFC.
Davide Italiano
2017-06-25
1
-3
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+3
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-05-31
1
-0
/
+1
*
[Devirtualization] MemDep returns non-local !invariant.group dependencies
Piotr Padlewski
2017-01-12
1
-8
/
+55
*
[MemDep] NFC variable name change
Piotr Padlewski
2017-01-11
1
-3
/
+3
*
[MemDep] NFC walk invariant.group graph only down
Piotr Padlewski
2017-01-08
1
-26
/
+16
*
[MemDep] Handle gep with zeros for invariant.group
Piotr Padlewski
2016-12-30
1
-20
/
+39
*
[PM] Teach MemDep to invalidate its result object when its cached
Chandler Carruth
2016-12-27
1
-0
/
+18
*
[MemDep] Operand visited twice bugfix
Piotr Padlewski
2016-12-27
1
-0
/
+1
*
[MemDep] NFC changes
Piotr Padlewski
2016-12-23
1
-2
/
+1
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-3
/
+8
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-8
/
+3
*
[PM] Change the static object whose address is used to uniquely identify
Chandler Carruth
2016-11-23
1
-1
/
+1
*
NFC small changes in MemDep
Piotr Padlewski
2016-11-08
1
-3
/
+3
*
Test commit access (NFC)
Henric Karlsson
2016-10-06
1
-1
/
+1
*
Do not widen load for different variable in GVN.
Dehao Chen
2016-09-09
1
-37
/
+1
*
limit the number of instructions per block examined by dead store elimination
Bob Haarman
2016-08-26
1
-6
/
+17
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-08-25
1
-5
/
+19
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
Typos. NFC.
Chad Rosier
2016-06-28
1
-3
/
+3
*
Avoid duplicated map lookups. No functionality change intended.
Benjamin Kramer
2016-06-17
1
-4
/
+2
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-8
/
+7
*
Fix "warning: variabl 'XX’ set but not used" in release build (variable use...
Mehdi Amini
2016-04-02
1
-1
/
+1
*
Allow value forwarding past release fences in GVN
Philip Reames
2016-03-25
1
-0
/
+9
*
[memdep] Just require domtree for memdep.
Chandler Carruth
2016-03-11
1
-16
/
+11
*
[PM] Make the AnalysisManager parameter to run methods a reference.
Chandler Carruth
2016-03-11
1
-5
/
+5
*
[PM] Implement the final conclusion as to how the analysis IDs should
Chandler Carruth
2016-03-11
1
-0
/
+2
*
[PM] Port memdep to the new pass manager.
Chandler Carruth
2016-03-10
1
-80
/
+82
*
[BasicAA/MDA] Sink aliasing rules for malloc and calloc into BasicAA
Philip Reames
2016-03-09
1
-16
/
+3
*
[memdep] Switch to range based for loops.
Chandler Carruth
2016-03-07
1
-73
/
+46
*
[memdep] Switch a function to return true on success instead of false.
Chandler Carruth
2016-03-07
1
-9
/
+9
*
[memdep] Cleanup the implementation doxygen comments and remove
Chandler Carruth
2016-03-07
1
-80
/
+35
[next]