summaryrefslogtreecommitdiff
path: root/lib/Analysis/MemDepPrinter.cpp
Commit message (Expand)AuthorAge
* Add helper functions for computing the Location of load, store,Dan Gohman2010-11-11
* Enhance GVN to do more precise alias queries for non-local memoryDan Gohman2010-11-10
* Memdep says that an instruction clobbers itselfDan Gohman2010-10-20
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Add an #include of raw_ostream.h. Previously, this only compiledDan Gohman2010-09-17
* Rename a variable to avoid a declaration conflict.Dan Gohman2010-09-16
* Add a pass which prints out all the memdep dependencies.Dan Gohman2010-09-16