aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/MemDepPrinter.cpp
AgeCommit message (Expand)Author
2012-05-24Mark some static arrays as const.Craig Topper
2011-12-14Fix a stupid typo in MemDepPrinter.Eli Friedman
2011-10-13Enhance the memdep interface so that users can tell the difference between a ...Eli Friedman
2011-08-15Misc analysis passes that need to be aware of atomic load/store.Eli Friedman
2011-06-15Add "unknown" results for memdep, which mean "I don't know whether a dependen...Eli Friedman
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