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