| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MemDerefPrinter: Require DataLayoutPass for higher accuracy | Ramkumar Ramachandra | 2015-02-09 | 1 | -3/+12 | 
| | | | | | | | | | | | Without a valid data layout, deferenceable(N) doesn't get parsed or propagated. Since this is the key item we are testing, add a dependency on the pass. Differential Revision: http://reviews.llvm.org/D7508 llvm-svn: 228611 | ||||
| * | Introduce print-memderefs to test isDereferenceablePointer | Ramkumar Ramachandra | 2015-02-06 | 1 | -0/+61 | 
| Since testing the function indirectly is tricky, introduce a direct print-memderefs pass, in the same spirit as print-memdeps, which prints dereferenceability information matched by FileCheck. Differential Revision: http://reviews.llvm.org/D7075 llvm-svn: 228369 | |||||

