]> granicus.if.org Git - clang/commit
[ARMv8] Add builtins for CRC instructions.
authorJoey Gouly <joey.gouly@arm.com>
Wed, 18 Sep 2013 10:07:09 +0000 (10:07 +0000)
committerJoey Gouly <joey.gouly@arm.com>
Wed, 18 Sep 2013 10:07:09 +0000 (10:07 +0000)
commit520ec1e553ffa955276462e4230c1b128fa433af
tree8a0fdec2dc3401389e52ea064a8688145da1db26
parentd56929515691f707754721f18911f0282cfeb43c
[ARMv8] Add builtins for CRC instructions.

Patch by Bradley Smith!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190931 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsARM.def
lib/Basic/Targets.cpp
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/arm-crc32.c [new file with mode: 0644]
test/Preprocessor/arm-target-features.c [new file with mode: 0644]