aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/MemDepPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-2/+5
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+2
* Add an #include of raw_ostream.h. Previously, this only compiledDan Gohman2010-09-171-0/+1
* Rename a variable to avoid a declaration conflict.Dan Gohman2010-09-161-3/+3
* Add a pass which prints out all the memdep dependencies.Dan Gohman2010-09-161-0/+153