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
...
*
[Refactor] Have getNonLocalPointerDependency take the query instruction
Philip Reames
2015-01-09
1
-2
/
+46
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-6
/
+6
*
Remove redundant assignment.
Tilmann Scheller
2014-12-19
1
-1
/
+0
*
Relax an assert a bit to avoid a crash on unreachable code.
Rafael Espindola
2014-12-01
1
-1
/
+1
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Silence a -Wsign-compare warning. NFC.
Aaron Ballman
2014-10-02
1
-2
/
+2
*
[MemoryDepAnalysis] Fix compile time slowdown
Bruno Cardoso Lopes
2014-10-01
1
-0
/
+22
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-1
/
+5
*
Fix MemoryDependenceAnalysis in cases where QueryInstr is a CmpXchg or a Atom...
Robin Morisset
2014-09-02
1
-4
/
+12
*
Fix typos in comments, NFC
Robin Morisset
2014-08-29
1
-1
/
+1
*
Relax the constraint more in MemoryDependencyAnalysis.cpp
Robin Morisset
2014-08-29
1
-6
/
+40
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-27
/
+18
*
Answer to Philip Reames comments
Robin Morisset
2014-08-18
1
-6
/
+27
*
Weak relaxing of the constraints on atomics in MemoryDependencyAnalysis
Robin Morisset
2014-08-18
1
-4
/
+22
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-13
/
+16
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-14
/
+14
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+1
*
[Modules] Move the PredIteratorCache into the IR library -- it is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Rename some member variables from TD to DL.
Rafael Espindola
2014-02-18
1
-11
/
+11
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-1
/
+3
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Fixing a heisenbug where the memory dependence analysis behaves differently
Yunzhong Gao
2013-11-14
1
-5
/
+6
*
Fix xemacs mode line, don't put them in .cpp files (just header files). No
Nick Lewycky
2013-06-10
1
-1
/
+1
*
Use only explicit bool conversion operators
David Blaikie
2013-05-15
1
-1
/
+1
*
Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.
Matt Arsenault
2013-05-06
1
-5
/
+20
*
A limit of 500 was still a bit too high for some tests.
Bill Wendling
2013-04-17
1
-3
/
+1
*
Fix loop style
Matt Arsenault
2013-03-29
1
-2
/
+2
*
Remove 'else' after 'return'.
Jakub Staszak
2013-03-20
1
-2
/
+4
*
Remove trailing spaces.
Jakub Staszak
2013-03-20
1
-133
/
+133
*
Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...
Shuxin Yang
2013-03-06
1
-4
/
+14
*
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-26
1
-2
/
+2
*
[tsan] disable load widening in ThreadSanitizer mode
Kostya Serebryany
2013-02-13
1
-0
/
+6
*
Change GetPointerBaseWithConstantOffset's DataLayout argument from a
Dan Gohman
2013-01-31
1
-2
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-2
/
+2
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-8
/
+8
*
Ignore unreachable blocks when doing memory dependence analysis on non-local
Bill Wendling
2012-10-23
1
-2
/
+2
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-2
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-4
/
+4
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-1
/
+1
*
Be conservative about allocations that may alias the accessed pointer.
Bob Wilson
2012-09-04
1
-0
/
+3
*
Fix more fallout from r158919, similar to PR13547.
Bob Wilson
2012-09-03
1
-2
/
+7
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
1
-2
/
+2
*
MemoryDependenceAnalysis attempts to find the first memory dependency for fun...
Nadav Rotem
2012-08-13
1
-2
/
+7
*
refactor the MemoryBuiltin analysis:
Nuno Lopes
2012-06-21
1
-2
/
+1
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
[prev]
[next]