summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/memcpy-to-load.ll
Commit message (Expand)AuthorAgeFilesLines
* [SimplifyLibCalls] Mark known arguments with nonnullDavid Bolvansky2019-09-171-3/+3
* [BuildLibCalls] Noalias annotationDavid Bolvansky2019-08-141-3/+3
* [SimplifyLibCalls] Add noalias from known callsitesDavid Bolvansky2019-08-131-3/+3
* [SimplifyLibCalls] Add dereferenceable bytes from known callsitesDavid Bolvansky2019-08-131-3/+3
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+87
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-87/+0
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-11/+11
* [InstCombine] add memcpy expansion tests with potential DL dependency; NFCSanjay Patel2017-08-101-12/+79
* [InstCombine] regenerate test checks; NFCSanjay Patel2017-08-101-9/+12
* Remove sometimes faulty rewrite of memcpy in instcombine.Mikael Holmen2017-03-011-1/+5
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-2/+2
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-2/+2
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-021-1/+1
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-181-6/+5
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Turn a memcpy from a double* into a load/store of double instead ofChris Lattner2008-01-141-0/+14
OpenPOWER on IntegriCloud