aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/MemoryDependenceAnalysis.h
Commit message (Expand)AuthorAgeFilesLines
* Add a flag to mark a dirty cache entry. This is not yet used, but will event...Owen Anderson2007-09-191-0/+4
* Cache non-local memory dependence analysis. This is a significant compileOwen Anderson2007-08-161-1/+11
* Make NonLocal and None const in the right way. :-)Owen Anderson2007-08-091-6/+6
* Add one more comment.Owen Anderson2007-08-081-0/+3
* Cleanup and comment-ize the memdep header.Owen Anderson2007-08-081-11/+18
* Change the None and NonLocal markers in memdep to be const.Owen Anderson2007-08-081-6/+6
* Get rid of unnecessary #include.Owen Anderson2007-08-071-1/+0
* Clean up a bunch of caching stuff in memdep. This reduces the time to run GVNOwen Anderson2007-08-071-2/+3
* Make non-local memdep not be recursive, and fix a bug on 403.gcc that this ex...Owen Anderson2007-08-011-4/+3
* Fix GLIBCXX_DEBUG error owing to dereference of end iterator. There'sDavid Greene2007-07-311-3/+8
* Forgot to include this file in my last commit.Owen Anderson2007-07-251-1/+2
* Add basic support for performing whole-function RLE.Owen Anderson2007-07-251-2/+4
* Add initial support for non-local memory dependence analysis.Owen Anderson2007-07-241-1/+5
* Add support for walking up memory def chains, which enables finding many moreOwen Anderson2007-07-161-3/+5
* Add support for finding the dependencies of call and invoke instructions.Owen Anderson2007-07-101-0/+2
* Fix a bunch of things from Chris' feedbackOwen Anderson2007-07-101-3/+5
* A first stab at memory dependence analysis. This is an interface on top ofOwen Anderson2007-07-061-0/+69