summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/strcpy_chk-1.ll
Commit message (Expand)AuthorAgeFilesLines
* [SimplifyLibCalls] Mark known arguments with nonnullDavid Bolvansky2019-09-171-4/+4
* [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-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-5/+5
* 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-5/+5
* 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-13/+13
* [SimplifyLibCalls] Don't confuse strcpy_chk for stpcpy_chk.Ahmed Bougacha2015-01-271-25/+34
* 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 strcpy optimizationsMeador Inge2012-10-181-24/+30
* instcombine: Add more test cases for __strcpy_chk simplificationMeador Inge2012-09-271-0/+88
OpenPOWER on IntegriCloud