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] 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
*
[memdep] Run clang-format over the header before porting it to
Chandler Carruth
2016-03-07
1
-144
/
+154
*
More detailed dependence test between volatile and non-volatile accesses
Krzysztof Parzyszek
2016-02-22
1
-24
/
+26
*
When MemoryDependenceAnalysis hits a CFG with many transparent blocks,
Joerg Sonnenberger
2016-02-20
1
-6
/
+26
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
1
-1
/
+1
*
[MDA] Don't be quite as conservative for noalias functions
Philip Reames
2016-01-05
1
-7
/
+7
*
Fix comment in typo. NFC
Nick Lewycky
2016-01-04
1
-1
/
+1
*
Use std::is_sorted and std::none_of instead of manual loops. NFC
Craig Topper
2016-01-03
1
-4
/
+2
*
Analysis: Remove implicit ilist iterator conversions
Duncan P. N. Exon Smith
2015-10-10
1
-10
/
+10
*
inariant.group handling in GVN
Piotr Padlewski
2015-10-02
1
-0
/
+69
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-3
/
+3
*
[PM/AA] Add missing static dependency edges from DSE and memdep to TLI.
Chandler Carruth
2015-08-12
1
-1
/
+2
*
[PM/AA] Have memdep explicitly get and use TargetLibraryInfo rather than
Chandler Carruth
2015-08-12
1
-5
/
+7
*
[CaptureTracker] Provide an ordered basic block to PointerMayBeCapturedBefore
Bruno Cardoso Lopes
2015-07-31
1
-1
/
+8
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-28
/
+28
*
[PM/AA] Remove the last of the legacy update API from AliasAnalysis as
Chandler Carruth
2015-07-22
1
-1
/
+0
*
[MDA] change BlockScanLimit into a command line option.
Jingyue Wu
2015-07-21
1
-1
/
+5
*
[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.
Chandler Carruth
2015-06-22
1
-9
/
+9
[next]