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