aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/MemDepPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-34/+11
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-7/+7
* Update to LLVM 3.5a.Stephen Hines2014-04-241-9/+8
* 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