summaryrefslogtreecommitdiff
path: root/lib/Analysis/MemDepPrinter.cpp
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* [Modules] Move InstIterator out of the Support library, where it had noChandler Carruth2014-03-04
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Fix typo.Eric Christopher2013-12-04
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Mark some static arrays as const.Craig Topper2012-05-24
* Fix a stupid typo in MemDepPrinter.Eli Friedman2011-12-14
* Enhance the memdep interface so that users can tell the difference between a ...Eli Friedman2011-10-13
* Misc analysis passes that need to be aware of atomic load/store.Eli Friedman2011-08-15
* Add "unknown" results for memdep, which mean "I don't know whether a dependen...Eli Friedman2011-06-15
* Add helper functions for computing the Location of load, store,Dan Gohman2010-11-11
* Enhance GVN to do more precise alias queries for non-local memoryDan Gohman2010-11-10
* Memdep says that an instruction clobbers itselfDan Gohman2010-10-20
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Add an #include of raw_ostream.h. Previously, this only compiledDan Gohman2010-09-17
* Rename a variable to avoid a declaration conflict.Dan Gohman2010-09-16
* Add a pass which prints out all the memdep dependencies.Dan Gohman2010-09-16