Move the LLVM IR asm writer header files into the IR directory, as they
[oota-llvm.git] / lib / Analysis / MemDepPrinter.cpp
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-12-04 Eric ChristopherFix typo.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-05-24 Craig TopperMark some static arrays as const.
2011-12-14 Eli FriedmanFix a stupid typo in MemDepPrinter.
2011-10-13 Eli FriedmanEnhance the memdep interface so that users can tell...
2011-08-15 Eli FriedmanMisc analysis passes that need to be aware of atomic...
2011-06-15 Eli FriedmanAdd "unknown" results for memdep, which mean "I don...
2010-11-11 Dan GohmanAdd helper functions for computing the Location of...
2010-11-10 Dan GohmanEnhance GVN to do more precise alias queries for non...
2010-10-20 Dan GohmanMemdep says that an instruction clobbers itself
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-09-17 Dan GohmanAdd an #include of raw_ostream.h. Previously, this...
2010-09-16 Dan GohmanRename a variable to avoid a declaration conflict.
2010-09-16 Dan GohmanAdd a pass which prints out all the memdep dependencies.