index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
MemDepPrinter.cpp
Age
Commit message (
Expand
)
Author
2012-05-24
Mark some static arrays as const.
Craig Topper
2011-12-14
Fix a stupid typo in MemDepPrinter.
Eli Friedman
2011-10-13
Enhance the memdep interface so that users can tell the difference between a ...
Eli Friedman
2011-08-15
Misc analysis passes that need to be aware of atomic load/store.
Eli Friedman
2011-06-15
Add "unknown" results for memdep, which mean "I don't know whether a dependen...
Eli Friedman
2010-11-11
Add helper functions for computing the Location of load, store,
Dan Gohman
2010-11-10
Enhance GVN to do more precise alias queries for non-local memory
Dan Gohman
2010-10-20
Memdep says that an instruction clobbers itself
Dan Gohman
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-12
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-07
Now with fewer extraneous semicolons!
Owen Anderson
2010-09-17
Add an #include of raw_ostream.h. Previously, this only compiled
Dan Gohman
2010-09-16
Rename a variable to avoid a declaration conflict.
Dan Gohman
2010-09-16
Add a pass which prints out all the memdep dependencies.
Dan Gohman