index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
MemoryDependenceAnalysis.h
Age
Commit message (
Expand
)
Author
2008-03-19
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
Do not use virtual function to identify an analysis pass.
Devang Patel
2008-03-18
Identify Analysis pass.
Devang Patel
2008-02-12
Re-apply the patch to improve the optimizations of memcpy's, with several
Owen Anderson
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-08
Fix several cache coherence bugs in MemDep/GVN that were found. Also add som...
Owen Anderson
2007-09-19
Add a flag to mark a dirty cache entry. This is not yet used, but will event...
Owen Anderson
2007-08-16
Cache non-local memory dependence analysis. This is a significant compile
Owen Anderson
2007-08-09
Make NonLocal and None const in the right way. :-)
Owen Anderson
2007-08-08
Add one more comment.
Owen Anderson
2007-08-08
Cleanup and comment-ize the memdep header.
Owen Anderson
2007-08-08
Change the None and NonLocal markers in memdep to be const.
Owen Anderson
2007-08-07
Get rid of unnecessary #include.
Owen Anderson
2007-08-07
Clean up a bunch of caching stuff in memdep. This reduces the time to run GVN
Owen Anderson
2007-08-01
Make non-local memdep not be recursive, and fix a bug on 403.gcc that this ex...
Owen Anderson
2007-07-31
Fix GLIBCXX_DEBUG error owing to dereference of end iterator. There's
David Greene
2007-07-25
Forgot to include this file in my last commit.
Owen Anderson
2007-07-25
Add basic support for performing whole-function RLE.
Owen Anderson
2007-07-24
Add initial support for non-local memory dependence analysis.
Owen Anderson
2007-07-16
Add support for walking up memory def chains, which enables finding many more
Owen Anderson
2007-07-10
Add support for finding the dependencies of call and invoke instructions.
Owen Anderson
2007-07-10
Fix a bunch of things from Chris' feedback
Owen Anderson
2007-07-06
A first stab at memory dependence analysis. This is an interface on top of
Owen Anderson