[all-commits] [llvm/llvm-project] 02cd93: [PowerPC][Builtins] Added a number of builtins for...
stefanp-ibm via All-commits
all-commits at lists.llvm.org
Tue Jul 20 06:58:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02cd937945f8f044aa52b7967531be2b77b27431
https://github.com/llvm/llvm-project/commit/02cd937945f8f044aa52b7967531be2b77b27431
Author: Stefan Pintilie <stefanp at ca.ibm.com>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/lib/Basic/Targets/PPC.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/Sema/SemaChecking.cpp
A clang/test/CodeGen/builtins-ppc-xlcompat-cipher.c
A clang/test/CodeGen/builtins-ppc-xlcompat-cmplx.c
A clang/test/CodeGen/builtins-ppc-xlcompat-darn.c
M clang/test/CodeGen/builtins-ppc-xlcompat-error.c
A clang/test/CodeGen/builtins-ppc-xlcompat-expect.c
A clang/test/CodeGen/builtins-ppc-xlcompat-macros.c
M clang/test/CodeGen/builtins-ppc-xlcompat-popcnt.c
M clang/test/CodeGen/builtins-ppc-xlcompat-rotate.c
Log Message:
-----------
[PowerPC][Builtins] Added a number of builtins for compatibility with XL.
Added a number of different builtins that exist in the XL compiler. Most of
these builtins already exist in clang under a different name.
Reviewed By: nemanjai, #powerpc
Differential Revision: https://reviews.llvm.org/D104386
More information about the All-commits
mailing list