]> granicus.if.org Git - clang/commit
[AArch64] Implement __builtin_thread_pointer
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 28 Jul 2015 13:10:10 +0000 (13:10 +0000)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 28 Jul 2015 13:10:10 +0000 (13:10 +0000)
commitf0ba69fc16fc32cfca7212265d969d9c274e53b6
treef071ee0d8c2e3159d4c52ca2d377f9512148d90b
parent51dc7dd752b750c9deeeffcc5faf37218ac0973f
[AArch64] Implement __builtin_thread_pointer

This path add the aarch64 __builtin_thread_pointer support.  It will be
lowered to llvm.aarch64.thread.pointer.

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