summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/memcpy-from-global.ll
Commit message (Expand)AuthorAgeFilesLines
* [SimplifyLibCalls] Mark known arguments with nonnullDavid Bolvansky2019-09-171-5/+5
* [BuildLibCalls] Noalias annotationDavid Bolvansky2019-08-141-8/+8
* [SimplifyLibCalls] Add noalias from known callsitesDavid Bolvansky2019-08-131-8/+8
* [SimplifyLibCalls] Add dereferenceable bytes from known callsitesDavid Bolvansky2019-08-131-73/+140
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+259
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-259/+0
* llvm: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta2018-07-091-0/+22
* [InstCombine] Simplify MemTransferInst's source and dest alignments separatelyDaniel Neilson2018-02-121-1/+1
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-25/+25
* Merge isKnownNonNull into isKnownNonZeroNuno Lopes2017-09-091-1/+1
* [InstCombine] Don't replace allocas with smaller globalsVitaly Buka2017-06-241-0/+31
* Add address space mangling to lifetime intrinsicsMatt Arsenault2017-04-101-2/+2
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-21/+21
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-21/+21
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-12/+12
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-4/+4
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-5/+5
* InstCombine: Canonicalize addrspacecast between different element typesJingyue Wu2014-06-061-1/+2
* Handle addrspacecast when looking at memcpys from globalsMatt Arsenault2014-04-241-4/+63
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-9/+9
* Get rid of the getPointeeAlignment helper function fromEli Friedman2012-11-261-0/+10
* Port the global copy optimization from the SROA pass to InstCombine.Chandler Carruth2012-08-211-0/+136
OpenPOWER on IntegriCloud