Add support to tablegen for auto-generating arm_neon.h from a tablegen description
authorNate Begeman <natebegeman@mac.com>
Fri, 28 May 2010 01:08:32 +0000 (01:08 +0000)
committerNate Begeman <natebegeman@mac.com>
Fri, 28 May 2010 01:08:32 +0000 (01:08 +0000)
commit5ddb087f7fea1c4898d233a6cad6589d6f0a0b11
tree318c709b3d77821a6e08284bdf10b8ca30a4cd5a
parent13ef8408073e00d3ae04067deee79721c62af209
Add support to tablegen for auto-generating arm_neon.h from a tablegen description
of the intrinsics.  The goal is to auto-generate both support for GCC-style (vector)
and ARM-style (struct of vector) intrinsics.

This is work in progress, but will be completed soon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104910 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CMakeLists.txt
utils/TableGen/NeonEmitter.cpp [new file with mode: 0644]
utils/TableGen/NeonEmitter.h [new file with mode: 0644]
utils/TableGen/TableGen.cpp