summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/memset_chk-1.ll
Commit message (Expand)AuthorAgeFilesLines
* [SimplifyLibCalls] Mark known arguments with nonnullDavid Bolvansky2019-09-171-5/+5
* [SimplifyLibCalls] Add dereferenceable bytes from known callsitesDavid Bolvansky2019-08-131-27/+46
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+130
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-130/+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-4/+4
* Let llvm.objectsize be conservative with null pointersGeorge Burgess IV2017-03-211-4/+4
* Re-apply r238452, the bug was in clang and was fixed in r260567.Quentin Colombet2016-02-111-2/+2
* [InstCombine] Revert r238452: Fold IntToPtr and PtrToInt into preceding loads.Quentin Colombet2016-02-031-2/+2
* add tests to show missing memset/malloc optimizations (PR25892)Sanjay Patel2016-01-191-0/+38
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-4/+4
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-4/+4
* [SimplifyLibCalls] Fix instruction misplacement in string/memory libcall opti...Bruno Cardoso Lopes2015-10-011-0/+26
* [SimplifyLibCalls] Don't confuse strcpy_chk for stpcpy_chk.Ahmed Bougacha2015-01-271-20/+25
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-5/+5
* instcombine: Add more test cases for __memset_chk simplificationMeador Inge2012-09-271-0/+61
OpenPOWER on IntegriCloud