]> granicus.if.org Git - clang/commit
Add intel_ocl_bicc calling convention as a function attribute to clang. The calling...
authorGuy Benyei <guy.benyei@intel.com>
Tue, 25 Dec 2012 08:53:55 +0000 (08:53 +0000)
committerGuy Benyei <guy.benyei@intel.com>
Tue, 25 Dec 2012 08:53:55 +0000 (08:53 +0000)
commit38980086c0f791e8c23cc882574f18e5b4a87db6
treef025495547b91f2cc076617f872e53c111a7dd6a
parent140aadf5b927ae294388c680a7db44e5de39578a
Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171056 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/clang-c/Index.h
include/clang/AST/Type.h
include/clang/Basic/Attr.td
include/clang/Basic/Specifiers.h
lib/AST/DumpXML.cpp
lib/AST/Type.cpp
lib/AST/TypePrinter.cpp
lib/Basic/Targets.cpp
lib/CodeGen/CGCall.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaType.cpp
test/CodeGen/intel_ocl_bicc.c [new file with mode: 0644]
test/Sema/callingconv.c
tools/libclang/CXType.cpp