This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 89a13fcf42 [clang-format][NFC] Fix BS_Allman style example in the heade [...] new 328e48e472 Fix FileCheck prefixes in test case. new 5f8238ecfe LLVM IR: Generate new-style byval-with-Type from Clang
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/CodeGen/CGBuiltin.cpp | 2 +- lib/CodeGen/CGCall.cpp | 2 +- test/CodeGen/aapcs-align.cpp | 8 +-- test/CodeGen/arm-aapcs-vfp.c | 6 +- test/CodeGen/arm-arguments.c | 8 +-- test/CodeGen/arm-byval-align.c | 2 +- test/CodeGen/blocks.c | 2 +- test/CodeGen/complex-builtins.c | 76 ++++++++++---------- test/CodeGen/complex-libcalls.c | 80 +++++++++++----------- test/CodeGen/le32-arguments.c | 6 +- test/CodeGen/mingw-long-double.c | 2 +- test/CodeGen/nvptx-abi.c | 10 +-- test/CodeGen/ppc64-align-struct.c | 6 +- test/CodeGen/ppc64le-aggregates.c | 8 +-- test/CodeGen/ppc64le-f128Aggregates.c | 4 +- test/CodeGen/regcall.c | 10 +-- test/CodeGen/regparm-struct.c | 2 +- test/CodeGen/renderscript.c | 2 +- test/CodeGen/sparc-arguments.c | 4 +- test/CodeGen/sparcv8-abi.c | 6 +- test/CodeGen/stdcall-fastcall.c | 4 +- test/CodeGen/struct-passing.c | 4 +- test/CodeGen/vectorcall.c | 4 +- test/CodeGen/wasm-arguments.c | 12 ++-- test/CodeGen/x86_32-arguments-darwin.c | 46 ++++++------- test/CodeGen/x86_32-arguments-iamcu.c | 6 +- test/CodeGen/x86_32-arguments-linux.c | 28 ++++---- test/CodeGen/x86_32-arguments-realign.c | 2 +- test/CodeGen/x86_64-arguments-nacl.c | 4 +- test/CodeGen/x86_64-arguments.c | 34 ++++----- test/CodeGenCUDA/kernel-args-alignment.cu | 2 +- test/CodeGenCUDA/kernel-args.cu | 8 +-- test/CodeGenCXX/amdgcn-func-arg.cpp | 6 +- .../CodeGenCXX/microsoft-abi-cdecl-method-sret.cpp | 2 +- test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp | 30 ++++---- test/CodeGenCXX/ms-inline-asm-fields.cpp | 2 +- test/CodeGenCXX/regcall.cpp | 4 +- test/CodeGenCXX/regparm.cpp | 2 +- test/CodeGenCXX/stmtexpr.cpp | 2 +- test/CodeGenCXX/wasm-args-returns.cpp | 6 +- test/CodeGenCXX/x86_32-arguments.cpp | 4 +- test/CodeGenCXX/x86_64-arguments-avx.cpp | 2 +- test/CodeGenCXX/x86_64-arguments-nacl-x32.cpp | 4 +- test/CodeGenCXX/x86_64-arguments.cpp | 16 ++--- test/CodeGenObjC/local-static-block.m | 14 ++-- test/CodeGenOpenCL/addr-space-struct-arg.cl | 20 +++--- test/CodeGenOpenCL/amdgpu-abi-struct-coerce.cl | 16 ++--- test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 6 +- .../kernels-have-spir-cc-by-default.cl | 6 +- test/OpenMP/nvptx_unsupported_type_codegen.cpp | 4 +- 50 files changed, 273 insertions(+), 273 deletions(-)