summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/vst3.ll
Commit message (Expand)AuthorAge
* Merging r199369:Tom Stellard2014-04-09
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls2013-02-22
* [fast-isel] Remove -disable-arm-fast-isel option. -fast-isel=0 suffices. Min...Chad Rosier2012-05-11
* Make this test disable fast isel as it's not needed.Eric Christopher2011-04-25
* Add codegen support for using post-increment NEON load/store instructions.Bob Wilson2011-02-07
* Set alignment operand for NEON VST instructions.Bob Wilson2010-09-23
* Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just likeBob Wilson2010-08-27
* Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson2010-08-27
* Fix tests for Neon load/store intrinsics to match the i8* types expected byBob Wilson2010-04-20
* Add codegen support for NEON vst3 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-08
* Add codegen support for NEON vst3 intrinsics with 128-bit vectors.Bob Wilson2009-10-07
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Use vAny type to get rid of Neon intrinsics that differed only in whetherBob Wilson2009-08-11
* Implement Neon VST[234] operations.Bob Wilson2009-08-06