summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/sprintf-1.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert [InstCombine] sprintf(dest, "%s", str) -> memccpy(dest, str, 0, MAX)David Bolvansky2019-10-011-2/+6
* [InstCombine] sprintf(dest, "%s", str) -> memccpy(dest, str, 0, MAX)David Bolvansky2019-10-011-6/+2
* [SimplifyLibCalls] Mark known arguments with nonnullDavid Bolvansky2019-09-171-9/+9
* [BuildLibCalls] Noalias annotationDavid Bolvansky2019-08-141-4/+4
* [SimplifyLibCalls] Add noalias from known callsitesDavid Bolvansky2019-08-131-4/+4
* [SimplifyLibCalls] Add dereferenceable bytes from known callsitesDavid Bolvansky2019-08-131-20/+65
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+100
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-100/+0
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-2/+2
* Revert "[SimplifyLibCalls] sprintf doesn't copy null bytes"David Majnemer2016-04-261-3/+2
* [SimplifyLibCalls] sprintf doesn't copy null bytesDavid Majnemer2016-04-261-2/+3
* 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
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-161-11/+11
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-3/+3
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-8/+8
* Fix broken FileCheck prefixesNico Rieck2014-02-261-4/+4
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-1/+1
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-8/+8
* Move sprintf simplifier tests to test/Transforms/InstCombineMeador Inge2012-11-271-6/+26
* instcombine: Migrate sprintf optimizationsMeador Inge2012-11-271-0/+80
OpenPOWER on IntegriCloud