summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/memcpy.ll
Commit message (Expand)AuthorAgeFilesLines
* [SimplifyLibCalls] Mark known arguments with nonnullDavid Bolvansky2019-09-171-1/+1
* [BuildLibCalls] Noalias annotationDavid Bolvansky2019-08-141-1/+1
* [SimplifyLibCalls] Add noalias from known callsitesDavid Bolvansky2019-08-131-1/+1
* [SimplifyLibCalls] Add dereferenceable bytes from known callsitesDavid Bolvansky2019-08-131-1/+1
* [InstCombine] Eliminate stores to constant memoryPhilip Reames2019-04-221-1/+0
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+49
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-49/+0
* [Tests] Add tests for D60659, and make adjustments to others to make diff clearPhilip Reames2019-04-131-2/+14
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-7/+7
* [InstCombine] regenerate test checks, add comments; NFCSanjay Patel2017-08-101-13/+23
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-5/+5
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-5/+5
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-141-3/+3
* fix infinite loop in instcombine with more than 4GB memcpyMichael Liao2012-08-151-0/+8
* fix PR8267 - Instcombine shouldn't optimizer away volatile memcpy's.Chris Lattner2010-10-011-3/+12
* upgrade this test.Chris Lattner2010-10-011-2/+2
* Slightly generalize transformation of memmove(a,a,n) so that it also appliesEli Friedman2009-12-171-0/+10
OpenPOWER on IntegriCloud