summaryrefslogtreecommitdiff
path: root/lib/Analysis/MemDerefPrinter.cpp
AgeCommit message (Expand)Author
2017-12-13Remove redundant includes from lib/Analysis.Michael Zolotukhin
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2016-02-24NFC. Move isDereferenceable to Loads.h/cppArtur Pilipenko
2015-08-17Take alignment into account in isSafeToSpeculativelyExecute and isSafeToLoadU...Artur Pilipenko
2015-08-06Rename inst_range() to instructions() for consistency. NFCNico Rieck
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-05-21Test commit. Fix typo in MemDerefPrinter.cpp comment.Artur Pilipenko
2015-04-23Move Value.isDereferenceablePointer to ValueTracking [NFC]Philip Reames
2015-03-10DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini
2015-02-09MemDerefPrinter: Require DataLayoutPass for higher accuracyRamkumar Ramachandra
2015-02-06Introduce print-memderefs to test isDereferenceablePointerRamkumar Ramachandra