This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b30dcee6c9 [CodeGen][va_args] Correct Vector Struct va-arg 'in_reg' code gen
new b1dff4f2e3 [AMDGPU] Switch to the new addr space mapping by default
The 1 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/Basic/Targets/AMDGPU.cpp | 2 +-
lib/Basic/Targets/AMDGPU.h | 5 +-
test/CodeGen/address-space.c | 5 -
test/CodeGen/default-address-space.c | 19 ---
test/CodeGen/target-data.c | 8 +-
test/CodeGenOpenCL/address-spaces.cl | 10 +-
test/CodeGenOpenCL/amdgpu-abi-struct-coerce.cl | 40 ++---
test/CodeGenOpenCL/amdgpu-alignment.cl | 170 ++++++++++-----------
.../amdgpu-debug-info-variable-expression.cl | 26 ++--
test/CodeGenOpenCL/amdgpu-enqueue-kernel.cl | 14 +-
test/CodeGenOpenCL/amdgpu-env-amdgiz.cl | 6 +-
test/CodeGenOpenCL/amdgpu-nullptr.cl | 150 +++++++++---------
test/CodeGenOpenCL/blocks.cl | 75 +++++----
test/CodeGenOpenCL/byval.cl | 7 +-
test/CodeGenOpenCL/opencl_types.cl | 3 +-
test/CodeGenOpenCL/size_t.cl | 45 +++---
16 files changed, 286 insertions(+), 299 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_60
in repository lld.
from c58b8e474 Merging r323288: -------------------------------------------- [...]
new 938f2ae2f Merging r324043: -------------------------------------------- [...]
The 1 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:
ELF/Driver.cpp | 2 +-
ELF/Options.td | 4 ++--
test/ELF/pie.s | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a6b8ac98d75 * go-gcc.cc (Gcc_backend::type_size): Return 0 for void_t [...]
new f243f548075 [testsuite]
new e1fc664b01f [testsuite]
new 41cfa0bc45c * gfortran.dg/dec_parameter_1.f (sub1): Remove statement w [...]
The 3 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:
gcc/testsuite/ChangeLog | 101 ++++++++++++---------
.../powerpc/fold-vec-abs-int-fwrapv.p9.c | 2 +-
.../gcc.target/powerpc/fold-vec-abs-int.p9.c | 2 +-
.../gcc.target/powerpc/fold-vec-cmp-char.p9.c | 2 +-
.../gcc.target/powerpc/fold-vec-neg-int.p9.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vec-cmpne-long.c | 2 +-
gcc/testsuite/gfortran.dg/dec_parameter_1.f | 1 -
gcc/testsuite/gfortran.dg/dec_parameter_2.f90 | 1 -
8 files changed, 63 insertions(+), 50 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a4e44968ac7 Fix type sizes that were causing incorrect string formatting
new 1ae814a8816 Add llc tests for comparison chains.
The 1 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:
test/CodeGen/PowerPC/memcmp-mergeexpand.ll | 50 ++++++++++++++++++++++
test/CodeGen/X86/memcmp-mergeexpand.ll | 66 ++++++++++++++++++++++++++++++
2 files changed, 116 insertions(+)
create mode 100644 test/CodeGen/PowerPC/memcmp-mergeexpand.ll
create mode 100644 test/CodeGen/X86/memcmp-mergeexpand.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 7d84cfa2cd [Index] fix USR generation for namespace{extern{X}}
new b30dcee6c9 [CodeGen][va_args] Correct Vector Struct va-arg 'in_reg' code gen
The 1 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/TargetInfo.cpp | 13 ++--
test/CodeGen/x86_64-floatvectors.c | 131 +++++++++++++++++++++++++++++++++++++
2 files changed, 138 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/x86_64-floatvectors.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 60bd726a [clang-tidy] Kill marco. No functionality change.
new c29d5784 [clang-tidy] ObjC ARC objects should not trigger performance- [...]
The 1 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:
clang-tidy/performance/UnnecessaryValueParamCheck.cpp | 4 ++++
clang-tidy/utils/TypeTraits.cpp | 3 ++-
.../clang-tidy/performance-unnecessary-value-param-arc.m | 16 ++++++++++++++++
.../performance-unnecessary-value-param-arc.mm | 16 ++++++++++++++++
4 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 test/clang-tidy/performance-unnecessary-value-param-arc.m
create mode 100644 test/clang-tidy/performance-unnecessary-value-param-arc.mm
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 92f2a453baa PR testsuite/52641 * gcc.c-torture/execute/pr83362.c: Mak [...]
new a6b8ac98d75 * go-gcc.cc (Gcc_backend::type_size): Return 0 for void_t [...]
The 1 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:
gcc/go/ChangeLog | 15 +++++++++++++++
gcc/go/go-gcc.cc | 37 ++++++++++++++++++++++++++++---------
2 files changed, 43 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6c6c7ace56d [ThinLTO] - Add comment. NFC.
new a4e44968ac7 Fix type sizes that were causing incorrect string formatting
The 1 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:
include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h | 2 +-
lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 102dd700358 Add -march=icelake. gcc/ * config.gcc: Add -march=icelake. [...]
new 92f2a453baa PR testsuite/52641 * gcc.c-torture/execute/pr83362.c: Mak [...]
The 1 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:
gcc/testsuite/ChangeLog | 24 ++++++++++++++++++++++++
gcc/testsuite/gcc.c-torture/execute/pr83362.c | 4 ++--
gcc/testsuite/gcc.dg/Wsign-conversion.c | 6 ++++--
gcc/testsuite/gcc.dg/attr-alloc_size-11.c | 4 ++--
gcc/testsuite/gcc.dg/attr-alloc_size-3.c | 2 +-
gcc/testsuite/gcc.dg/attr-alloc_size-4.c | 2 +-
gcc/testsuite/gcc.dg/pr81020.c | 4 ++++
gcc/testsuite/gcc.dg/pr81192.c | 5 +++++
gcc/testsuite/gcc.dg/pr83463.c | 2 +-
gcc/testsuite/gcc.dg/pr83844.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ldist-25.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ldist-27.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ldist-28.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ldist-29.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ldist-30.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ldist-31.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ldist-32.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ldist-33.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ldist-34.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ldist-35.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ldist-36.c | 2 +-
21 files changed, 56 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.