Add codegen support for NEON vld4 intrinsics with <1 x i64> vectors.
[oota-llvm.git] / lib / Target / ARM / NEONPreAllocPass.cpp
2009-10-07 Bob WilsonAdd codegen support for NEON vld4 intrinsics with ...
2009-10-07 Bob WilsonAdd codegen support for NEON vld3 intrinsics with ...
2009-10-07 Bob WilsonAdd codegen support for NEON vld2 intrinsics with ...
2009-10-07 Bob WilsonAdd codegen support for NEON vst4 intrinsics with 128...
2009-10-07 Bob WilsonAdd codegen support for NEON vst3 intrinsics with 128...
2009-10-07 Bob WilsonAdd codegen support for NEON vst2 intrinsics with 128...
2009-10-07 Bob WilsonAdd codegen support for NEON vld4 intrinsics with 128...
2009-10-07 Bob WilsonAdd codegen support for NEON vld3 intrinsics with 128...
2009-10-06 Bob WilsonAdd codegen support for NEON vld2 operations on quad...
2009-10-06 Bob WilsonUse copyRegToReg hook to copy registers.
2009-09-01 Bob WilsonAdd support for generating code for vst{234}lane intrin...
2009-09-01 Bob WilsonGenerate code for vld{234}_lane intrinsics.
2009-08-12 Bob WilsonGenerate Neon VTBL and VTBX instructions from the corre...
2009-08-06 Bob WilsonImplement Neon VST[234] operations.
2009-08-06 Bob WilsonNeon does not actually have VLD{234}.64 instructions.
2009-08-05 Bob WilsonAdd a new pre-allocation pass to assign adjacent regist...