summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/memset.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] don't assume 'inbounds' for bitcast pointer to GEP transform (P...Sanjay Patel2019-10-061-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/+37
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-37/+0
* [Tests] Add tests for D60659, and make adjustments to others to make diff clearPhilip Reames2019-04-131-10/+24
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-6/+6
* Restore original intent of memset instcombine testDaniel Neilson2017-06-291-4/+13
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-6/+6
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-6/+6
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-1/+1
* 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-10/+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
* move lowering of llvm.memset -> store from simplify libcalls Chris Lattner2008-04-301-0/+15
OpenPOWER on IntegriCloud