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
...
*
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
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-40
/
+32
*
[PM/AA] Start refactoring AliasAnalysis to remove the analysis group and
Chandler Carruth
2015-06-04
1
-8
/
+8
*
[PHITransAddr] Don't translate unreachable values
David Majnemer
2015-06-01
1
-2
/
+1
*
Revamp PredIteratorCache interface to be cleaner.
Daniel Berlin
2015-04-21
1
-14
/
+11
*
Common some code from MemoryDependenceAnalysis that will be used in MemorySSA
Daniel Berlin
2015-04-13
1
-17
/
+1
*
[CallSite] Make construction from Value* (or Instruction*) explicit.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
!invariant.load semantics with potentially clobbering calls
Philip Reames
2015-03-24
1
-0
/
+9
*
MemoryDependenceAnalysis: Don't miscompile atomics
David Majnemer
2015-03-21
1
-11
/
+4
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-23
/
+19
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+1
*
Revert 229175
Philip Reames
2015-02-15
1
-3
/
+1
*
Analysis: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-5
/
+4
*
Minor tweak to MDA
Philip Reames
2015-02-13
1
-1
/
+3
*
Whitespace.
Chad Rosier
2015-02-06
1
-2
/
+0
*
Refine memory dependence's notion of volatile semantics
Philip Reames
2015-01-26
1
-16
/
+27
*
Pass QueryInst down through non-local dependency calculation
Philip Reames
2015-01-26
1
-8
/
+13
*
[REFACTOR] Push logic from MemDepPrinter into getNonLocalPointerDependency
Philip Reames
2015-01-09
1
-14
/
+21
[prev]
[next]