aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/MemDerefPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-24NFC. Move isDereferenceable to Loads.h/cppArtur Pilipenko1-1/+1
2015-08-17Take alignment into account in isSafeToSpeculativelyExecute and isSafeToLoadU...Artur Pilipenko1-4/+12
2015-08-06Rename inst_range() to instructions() for consistency. NFCNico Rieck1-1/+1
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-05-21Test commit. Fix typo in MemDerefPrinter.cpp comment.Artur Pilipenko1-1/+1
2015-04-23Move Value.isDereferenceablePointer to ValueTracking [NFC]Philip Reames1-1/+2
2015-03-10DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini1-1/+1
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini1-4/+3
2015-02-09MemDerefPrinter: Require DataLayoutPass for higher accuracyRamkumar Ramachandra1-3/+12
2015-02-06Introduce print-memderefs to test isDereferenceablePointerRamkumar Ramachandra1-0/+61