]> granicus.if.org Git - clang/commit
CodeGen: complete ARM ACLE hint 8.4 support
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 4 May 2014 02:52:25 +0000 (02:52 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 4 May 2014 02:52:25 +0000 (02:52 +0000)
commitb25d6195ccdb5bbf5cd95572e11f8c164f45bbe5
tree6e1cd58fb3dc9ad5660a2ada3a837212014f9830
parent424e60d770813b55d99f29845e289c0b08d5f4b0
CodeGen: complete ARM ACLE hint 8.4 support

Add support for the remaining hints from the ACLE.  Although __dbg is listed as
a hint, it is handled different, so it is not covered by this change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207930 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsARM.def
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/builtins-arm.c