]> granicus.if.org Git - clang/commit
Generate arm_neon.inc in include/clang/Basic, which provides:
authorNate Begeman <natebegeman@mac.com>
Thu, 17 Jun 2010 04:17:01 +0000 (04:17 +0000)
committerNate Begeman <natebegeman@mac.com>
Thu, 17 Jun 2010 04:17:01 +0000 (04:17 +0000)
commita23326b5c244a03bf61ebb86db60a777ea26f926
treea2e88adc63b28cb295a6fb710a6e079b148ded9c
parentd69ec16b1b03b4a97c571ff14f15769fe13c1e5a
Generate arm_neon.inc in include/clang/Basic, which provides:
1. builtins definitions for BuiltinsARM.def
2. intrinsic validation code for SemaChecking

Unsure as to whether this is the best way to handle the make dependencies or not.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106208 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsARM.def
include/clang/Basic/Makefile
include/clang/Basic/arm_neon.td [moved from lib/Headers/arm_neon.td with 100% similarity]
lib/Headers/CMakeLists.txt
lib/Headers/Makefile
lib/Sema/SemaChecking.cpp