summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2011-10-26-memset-with-neon.ll
AgeCommit message (Expand)Author
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
2014-04-03ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool
2013-09-25CriticalAntiDepBreaker is no longer needed for armv7 scheduling.Andrew Trick
2012-12-10Some enhancements for memcpy / memset inline expansion.Evan Cheng
2012-09-18Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byteEvan Cheng
2011-11-14ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach
2011-11-02Try to lower memset/memcpy/memmove to vector instructions on ARM where the al...Lang Hames