This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gccgo
in repository gcc.
from bda4a41 Merge from trunk revision 243445.
adds cd76903 Introduce emit_status::ensure_regno_capacity
adds 92fe884 PR c++/78551 * constexpr.c (extract_string_elt): New. Brok [...]
adds d2dec8e * es.po: Update.
adds 6421535 * gcc.target/i386/i386.h (HARD_REGNO_NREGS): Use GENERAL_REG [...]
adds 8da6e78 This patch fixes an issue in aarch64_classify_address. TImod [...]
new 1e0cfd0 runtime: mark non-x86 aeshashbody parameters as unused
new 3d33cdf Merge from trunk revision 243459.
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:
gcc/ChangeLog | 21 +
gcc/config/aarch64/aarch64.c | 5 +-
gcc/config/i386/i386.h | 19 +-
gcc/cp/ChangeLog | 8 +
gcc/cp/constexpr.c | 61 +-
gcc/emit-rtl.c | 48 +-
gcc/function.h | 2 +
gcc/go/gofrontend/MERGE | 2 +-
gcc/po/ChangeLog | 4 +
gcc/po/es.po | 2088 ++++++++++++++++------------------
gcc/testsuite/ChangeLog | 10 +
gcc/testsuite/g++.dg/cpp1y/pr78551.C | 32 +
libgo/runtime/aeshash.c | 5 +-
13 files changed, 1134 insertions(+), 1171 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr78551.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 gcc.
from 8da6e78 This patch fixes an issue in aarch64_classify_address. TImod [...]
new 1e0cfd0 runtime: mark non-x86 aeshashbody parameters as unused
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/gofrontend/MERGE | 2 +-
libgo/runtime/aeshash.c | 5 ++++-
2 files changed, 5 insertions(+), 2 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 beec226 AMDGPU: Make f16 ConstantFP legal
new 328a9cb [InstSimplify] add fdiv x/1.0 test and update checks; NFC
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:
.../InstSimplify/floating-point-arithmetic.ll | 33 ++++++++++++++++------
1 file changed, 25 insertions(+), 8 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 lld.
from 68c5ad9 Start using make() in COFF (with a smaller change.)
new 990befe COFF: Use make() to create a new file object in createFile.
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:
COFF/Driver.cpp | 12 ++++++------
COFF/SymbolTable.cpp | 22 +++++++++++-----------
COFF/SymbolTable.h | 8 +++++---
COFF/Symbols.cpp | 13 +++++++------
COFF/Symbols.h | 2 +-
5 files changed, 30 insertions(+), 27 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 00f1f5a [AMDGPU] Fix number of reserved SGPRs on CI to reflect flat s [...]
new beec226 AMDGPU: Make f16 ConstantFP legal
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/Target/AMDGPU/SIISelLowering.cpp | 14 +-------------
lib/Target/AMDGPU/SIISelLowering.h | 3 ---
lib/Target/AMDGPU/SIInstructions.td | 13 +++++++++++++
test/CodeGen/AMDGPU/br_cc.f16.ll | 5 +++--
4 files changed, 17 insertions(+), 18 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 545a46b AMDGPU: Fix commuting v_sub_u16
new 00f1f5a [AMDGPU] Fix number of reserved SGPRs on CI to reflect flat s [...]
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/Target/AMDGPU/SIRegisterInfo.cpp | 2 ++
1 file changed, 2 insertions(+)
--
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 6074136 [CUDA] Ignore implicit target attributes during function temp [...]
new 4c43404 [DebugInfo] Add support for __fp16, float, and double constants.
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/CGDebugInfo.cpp | 3 +++
test/CodeGen/debug-info-static-const-fp.c | 27 +++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
create mode 100644 test/CodeGen/debug-info-static-const-fp.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 llvm.
from fcb33c4 [AMDGPU] Add amdgpu-unify-metadata pass
new 545a46b AMDGPU: Fix commuting v_sub_u16
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/Target/AMDGPU/VOP2Instructions.td | 2 +-
test/CodeGen/AMDGPU/{add.i16.ll => sub.i16.ll} | 84 ++++++++++++++++----------
2 files changed, 53 insertions(+), 33 deletions(-)
copy test/CodeGen/AMDGPU/{add.i16.ll => sub.i16.ll} (68%)
--
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 b29976c IR, X86: Understand !absolute_symbol metadata on global variables.
new fcb33c4 [AMDGPU] Add amdgpu-unify-metadata pass
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/Target/AMDGPU/AMDGPU.h | 4 +
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 6 ++
lib/Target/AMDGPU/AMDGPUTargetMachine.h | 1 +
lib/Target/AMDGPU/AMDGPUUnifyMetadata.cpp | 147 ++++++++++++++++++++++++++++++
lib/Target/AMDGPU/CMakeLists.txt | 1 +
test/CodeGen/AMDGPU/unify-metadata.ll | 26 ++++++
6 files changed, 185 insertions(+)
create mode 100644 lib/Target/AMDGPU/AMDGPUUnifyMetadata.cpp
create mode 100644 test/CodeGen/AMDGPU/unify-metadata.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.