aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/strcpy_chk-1.ll
AgeCommit message (Expand)Author
2017-03-21Let llvm.objectsize be conservative with null pointersGeorge Burgess IV
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-01-27[SimplifyLibCalls] Don't confuse strcpy_chk for stpcpy_chk.Ahmed Bougacha
2013-10-07Change objectsize intrinsic to accept different address spaces.Matt Arsenault
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin
2012-10-18instcombine: Migrate strcpy optimizationsMeador Inge
2012-09-27instcombine: Add more test cases for __strcpy_chk simplificationMeador Inge