index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
MemoryDependenceAnalysis.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a flag to mark a dirty cache entry. This is not yet used, but will event...
Owen Anderson
2007-09-19
1
-0
/
+4
*
Cache non-local memory dependence analysis. This is a significant compile
Owen Anderson
2007-08-16
1
-1
/
+11
*
Make NonLocal and None const in the right way. :-)
Owen Anderson
2007-08-09
1
-6
/
+6
*
Add one more comment.
Owen Anderson
2007-08-08
1
-0
/
+3
*
Cleanup and comment-ize the memdep header.
Owen Anderson
2007-08-08
1
-11
/
+18
*
Change the None and NonLocal markers in memdep to be const.
Owen Anderson
2007-08-08
1
-6
/
+6
*
Get rid of unnecessary #include.
Owen Anderson
2007-08-07
1
-1
/
+0
*
Clean up a bunch of caching stuff in memdep. This reduces the time to run GVN
Owen Anderson
2007-08-07
1
-2
/
+3
*
Make non-local memdep not be recursive, and fix a bug on 403.gcc that this ex...
Owen Anderson
2007-08-01
1
-4
/
+3
*
Fix GLIBCXX_DEBUG error owing to dereference of end iterator. There's
David Greene
2007-07-31
1
-3
/
+8
*
Forgot to include this file in my last commit.
Owen Anderson
2007-07-25
1
-1
/
+2
*
Add basic support for performing whole-function RLE.
Owen Anderson
2007-07-25
1
-2
/
+4
*
Add initial support for non-local memory dependence analysis.
Owen Anderson
2007-07-24
1
-1
/
+5
*
Add support for walking up memory def chains, which enables finding many more
Owen Anderson
2007-07-16
1
-3
/
+5
*
Add support for finding the dependencies of call and invoke instructions.
Owen Anderson
2007-07-10
1
-0
/
+2
*
Fix a bunch of things from Chris' feedback
Owen Anderson
2007-07-10
1
-3
/
+5
*
A first stab at memory dependence analysis. This is an interface on top of
Owen Anderson
2007-07-06
1
-0
/
+69