[PM/AA] Move the LibCall AA creation routine declaration to that
[oota-llvm.git] / lib / Analysis / MemDepPrinter.cpp
2015-08-06 Nico RieckRename inst_range() to instructions() for consistency...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-10 Benjamin Kramer[CallSite] Make construction from Value* (or Instructio...
2015-02-25 Ramkumar RamachandraMemDepPrinter: Fix some nits introduced in r228596
2015-02-09 Ramkumar RamachandraMemDepPrinter: cleanup a few loops (NFC)
2015-01-09 Philip Reames[REFACTOR] Push logic from MemDepPrinter into getNonLoc...
2015-01-09 Philip Reames[Refactor] Have getNonLocalPointerDependency take the...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
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.