summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/stpcpy_chk-1.ll
Commit message (Expand)AuthorAgeFilesLines
* [SimplifyLibCalls] Mark known arguments with nonnullDavid Bolvansky2019-09-171-4/+4
* [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-16/+24
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+103
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-103/+0
* Add a 'dynamic' parameter to the objectsize intrinsicErik Pilkington2019-01-301-4/+4
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-3/+3
* Let llvm.objectsize be conservative with null pointersGeorge Burgess IV2017-03-211-4/+4
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-3/+3
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-3/+3
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-12/+12
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-14/+14
* [SimplifyLibCalls] Don't confuse strcpy_chk for stpcpy_chk.Ahmed Bougacha2015-01-271-24/+31
* Change objectsize intrinsic to accept different address spaces.Matt Arsenault2013-10-071-3/+3
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-7/+7
* instcombine: Migrate stpcpy optimizationsMeador Inge2012-10-311-3/+3
* instcombine: Split out the __stpcpy_chk simplifications from StrCpyChkOptMeador Inge2012-10-311-0/+96
OpenPOWER on IntegriCloud