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