summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/MemDepPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CallSite removal] Migrate all Alias Analysis APIs to use the newlyChandler Carruth2019-01-071-3/+2
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Apply clang-tidy's modernize-loop-convert to lib/Analysis.Benjamin Kramer2016-06-261-8/+6
* [PM] Port memdep to the new pass manager.Chandler Carruth2016-03-101-5/+5
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-1/+1
* Rename inst_range() to instructions() for consistency. NFCNico Rieck2015-08-061-2/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [CallSite] Make construction from Value* (or Instruction*) explicit.Benjamin Kramer2015-04-101-1/+1
* MemDepPrinter: Fix some nits introduced in r228596Ramkumar Ramachandra2015-02-251-3/+3
* MemDepPrinter: cleanup a few loops (NFC)Ramkumar Ramachandra2015-02-091-9/+8
* [REFACTOR] Push logic from MemDepPrinter into getNonLocalPointerDependencyPhilip Reames2015-01-091-21/+3
* [Refactor] Have getNonLocalPointerDependency take the query instructionPhilip Reames2015-01-091-7/+3
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-7/+7
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-4/+4
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-041-1/+1
* [Modules] Move InstIterator out of the Support library, where it had noChandler Carruth2014-03-041-1/+1
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-2/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Fix typo.Eric Christopher2013-12-041-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Mark some static arrays as const.Craig Topper2012-05-241-2/+2
* Fix a stupid typo in MemDepPrinter.Eli Friedman2011-12-141-1/+1
* Enhance the memdep interface so that users can tell the difference between a ...Eli Friedman2011-10-131-30/+37
* Misc analysis passes that need to be aware of atomic load/store.Eli Friedman2011-08-151-4/+13
* Add "unknown" results for memdep, which mean "I don't know whether a dependen...Eli Friedman2011-06-151-10/+19
* Add helper functions for computing the Location of load, store,Dan Gohman2010-11-111-10/+3
* Enhance GVN to do more precise alias queries for non-local memoryDan Gohman2010-11-101-6/+17
* Memdep says that an instruction clobbers itselfDan Gohman2010-10-201-1/+4
* 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
OpenPOWER on IntegriCloud