aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2011-10-26-memset-with-neon.ll
AgeCommit message (Expand)Author
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