summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/memmove.ll
Commit message (Expand)AuthorAgeFilesLines
* [BuildLibCalls] Noalias annotationDavid Bolvansky2019-08-141-1/+1
* [SimplifyLibCalls] Add noalias 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/+71
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-71/+0
* [Tests] Add tests for D60659, and make adjustments to others to make diff clearPhilip Reames2019-04-131-15/+33
* [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-8/+8
* Explicitly check for presence of correct results in instcombine memmove testDaniel Neilson2017-06-291-17/+31
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-7/+7
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-7/+7
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-4/+4
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-021-1/+1
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-181-12/+9
* 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
* Implement PR2370: memmove(x,x,size) -> noop.Chris Lattner2008-05-281-0/+6
* move some tests from libcall optimizer suite.Chris Lattner2008-05-011-0/+17
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-181-12/+8
* This test should have been updated with llvm 1.7!Reid Spencer2007-04-141-3/+3
* For PR1319:Reid Spencer2007-04-141-2/+2
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+23
OpenPOWER on IntegriCloud