summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/ValueTracking/memory-dereferenceable.ll
Commit message (Expand)AuthorAgeFilesLines
* [IR][Verifier] Allow IntToPtrInst to be !dereferenceableRyan Taylor2019-07-231-0/+8
* Give up on array allocas in getPointerDereferenceableBytesBjorn Steinbrink2017-12-201-12/+0
* Treat sret arguments as being dereferenceable in getPointerDereferenceableByt...Bjorn Steinbrink2017-12-191-1/+11
* Re-commit "Properly handle multi-element and dynamically sized allocas in get...Bjorn Steinbrink2017-12-171-0/+17
* Revert "Properly handle multi-element and dynamically sized allocas in getPoi...Bjorn Steinbrink2017-12-171-17/+0
* Properly handle byval arguments in getPointerDereferenceableBytes()Bjorn Steinbrink2017-12-171-1/+15
* Properly handle multi-element and dynamically sized allocas in getPointerDere...Bjorn Steinbrink2017-12-171-0/+17
* Teach isDereferenceablePointer to look through returned-argument functionsHal Finkel2016-07-111-1/+4
* Use DL preferred alignment for alloca in Value::getPointerAlignmentArtur Pilipenko2016-04-271-1/+7
* [gc.statepoint] Change gc.statepoint intrinsic's return type to token type in...Chen Li2015-12-261-4/+4
* [ValueTracking] Properly handle non-sized types in isAligned function.Michael Zolotukhin2015-12-211-0/+20
* Introduce !align metadata for load instructionArtur Pilipenko2015-09-281-0/+8
* Support align attribute for return valuesArtur Pilipenko2015-09-181-0/+11
* Take alignment into account in isSafeToSpeculativelyExecute and isSafeToLoadU...Artur Pilipenko2015-08-171-13/+57
* Minor refactoring of GEP handling in isDereferenceablePointerArtur Pilipenko2015-06-081-0/+13
* Fix memory-dereferenceable.ll testArtur Pilipenko2015-05-211-3/+3
* Dereferenceable, dereferenceable_or_null metadata for loadsSanjoy Das2015-05-191-1/+32
* [Statepoints] Support for "patchable" statepoints.Sanjoy Das2015-05-121-4/+4
* Extend the statepoint intrinsic to allow statepoints to be marked as transiti...Pat Gavlin2015-05-081-2/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-161-1/+1
* Require a GC strategy be specified for functions which use gc.statepointPhilip Reames2015-03-271-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-5/+5
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-2/+2
* MemDerefPrinter: Require DataLayoutPass for higher accuracyRamkumar Ramachandra2015-02-091-1/+3
* isDereferenceablePointer: look through gc.relocate callsRamkumar Ramachandra2015-02-091-2/+1
* Introduce print-memderefs to test isDereferenceablePointerRamkumar Ramachandra2015-02-061-0/+33
OpenPOWER on IntegriCloud