aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/NEONPreAllocPass.cpp
AgeCommit message (Expand)Author
2009-12-03improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner
2009-11-07Support alignment specifier for NEON vld/vst instructionsJim Grosbach
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-10-09Add codegen support for NEON vst4lane intrinsics with 128-bit vectors.Bob Wilson
2009-10-08Add codegen support for NEON vst3lane intrinsics with 128-bit vectors.Bob Wilson
2009-10-08Add codegen support for NEON vst2lane intrinsics with 128-bit vectors.Bob Wilson
2009-10-08Add codegen support for NEON vld4lane intrinsics with 128-bit vectors.Bob Wilson
2009-10-08Add codegen support for NEON vld3lane intrinsics with 128-bit vectors.Bob Wilson
2009-10-08Add codegen support for NEON vld2lane intrinsics with 128-bit vectors.Bob Wilson
2009-10-08Add codegen support for NEON vst4 intrinsics with <1 x i64> vectors.Bob Wilson
2009-10-08Add codegen support for NEON vst3 intrinsics with <1 x i64> vectors.Bob Wilson
2009-10-08Add codegen support for NEON vst2 intrinsics with <1 x i64> vectors.Bob Wilson
2009-10-07Add codegen support for NEON vld4 intrinsics with <1 x i64> vectors.Bob Wilson
2009-10-07Add codegen support for NEON vld3 intrinsics with <1 x i64> vectors.Bob Wilson
2009-10-07Add codegen support for NEON vld2 intrinsics with <1 x i64> vectors.Bob Wilson
2009-10-07Add codegen support for NEON vst4 intrinsics with 128-bit vectors.Bob Wilson
2009-10-07Add codegen support for NEON vst3 intrinsics with 128-bit vectors.Bob Wilson
2009-10-07Add codegen support for NEON vst2 intrinsics with 128-bit vectors.Bob Wilson
2009-10-07Add codegen support for NEON vld4 intrinsics with 128-bit vectors.Bob Wilson
2009-10-07Add codegen support for NEON vld3 intrinsics with 128-bit vectors.Bob Wilson
2009-10-06Add codegen support for NEON vld2 operations on quad registers.Bob Wilson
2009-10-06Use copyRegToReg hook to copy registers.Bob Wilson
2009-09-01Add support for generating code for vst{234}lane intrinsics.Bob Wilson
2009-09-01Generate code for vld{234}_lane intrinsics.Bob Wilson
2009-08-12Generate Neon VTBL and VTBX instructions from the corresponding intrinsics.Bob Wilson
2009-08-06Implement Neon VST[234] operations.Bob Wilson
2009-08-06Neon does not actually have VLD{234}.64 instructions.Bob Wilson
2009-08-05Add a new pre-allocation pass to assign adjacent registers for Neon instructionsBob Wilson