This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_28-branch
in repository binutils-gdb.
from edb8325 Fix lex source files so that they will be accepted by flex v2.6.3
new 65060a7 PR gas/20649: MIPS: Fix GOT16/LO16 reloc pairing with comdat [...]
new 4030096 PR ld/20828: Fix linker script symbols wrongly forced local w [...]
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:
bfd/ChangeLog | 7 ++++++
bfd/elflink.c | 11 +++++---
gas/ChangeLog | 12 +++++++++
gas/config/tc-mips.c | 11 ++++----
gas/testsuite/gas/mips/comdat-reloc.d | 31 +++++++++++++++++++++++
gas/testsuite/gas/mips/comdat-reloc.s | 38 ++++++++++++++++++++++++++++
gas/testsuite/gas/mips/mips.exp | 2 ++
ld/ChangeLog | 17 +++++++++++++
ld/testsuite/ld-elf/pr20828-1.sd | 12 +++++++++
ld/testsuite/ld-elf/pr20828-2a.sd | 9 +++++++
ld/testsuite/ld-elf/pr20828-2b.sd | 7 ++++++
ld/testsuite/ld-elf/pr20828.ld | 19 ++++++++++++++
ld/testsuite/ld-elf/pr20828.s | 2 ++
ld/testsuite/ld-elf/pr20828.ver | 1 +
ld/testsuite/ld-elf/shared.exp | 47 +++++++++++++++++++++++++++++++++++
ld/testsuite/ld-mips-elf/mips-elf.exp | 7 ++++++
16 files changed, 225 insertions(+), 8 deletions(-)
create mode 100644 gas/testsuite/gas/mips/comdat-reloc.d
create mode 100644 gas/testsuite/gas/mips/comdat-reloc.s
create mode 100644 ld/testsuite/ld-elf/pr20828-1.sd
create mode 100644 ld/testsuite/ld-elf/pr20828-2a.sd
create mode 100644 ld/testsuite/ld-elf/pr20828-2b.sd
create mode 100644 ld/testsuite/ld-elf/pr20828.ld
create mode 100644 ld/testsuite/ld-elf/pr20828.s
create mode 100644 ld/testsuite/ld-elf/pr20828.ver
--
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 6ee90f4 SHA1H instructions may be scheduled after a SHA1C instruction [...]
new 1dbd61a gcc/fortran/ChangeLog:
new 6e9c114 PR69301 don't assume atomic<T> can default construct T
new fe8aea6 gcc/fortran/ChangeLog:
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/fortran/ChangeLog | 14 +
gcc/fortran/gfortran.texi | 675 +++++++++++----------
gcc/fortran/trans-decl.c | 2 +
gcc/fortran/trans-expr.c | 9 +-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gfortran.dg/coarray_event_1.f08 | 15 +
libstdc++-v3/ChangeLog | 9 +
libstdc++-v3/include/experimental/memory | 4 +-
libstdc++-v3/include/ext/pointer.h | 8 +-
libstdc++-v3/include/std/atomic | 28 +-
.../forwarding.cc => 29_atomics/atomic/69301.cc} | 32 +-
11 files changed, 440 insertions(+), 361 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/coarray_event_1.f08
copy libstdc++-v3/testsuite/{20_util/function/invoke/forwarding.cc => 29_atomics/a [...]
--
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 binutils-gdb.
from c13a63b [ARM] Fix the decoding of indexed element VCMLA instruction
new 9e00995 PR gas/20649: MIPS: Fix GOT16/LO16 reloc pairing with comdat [...]
new 81ff47b PR ld/20828: Fix linker script symbols wrongly forced local w [...]
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:
bfd/ChangeLog | 7 ++++++
bfd/elflink.c | 11 +++++---
gas/ChangeLog | 12 +++++++++
gas/config/tc-mips.c | 11 ++++----
gas/testsuite/gas/mips/comdat-reloc.d | 31 +++++++++++++++++++++++
gas/testsuite/gas/mips/comdat-reloc.s | 38 ++++++++++++++++++++++++++++
gas/testsuite/gas/mips/mips.exp | 2 ++
ld/ChangeLog | 17 +++++++++++++
ld/testsuite/ld-elf/pr20828-1.sd | 12 +++++++++
ld/testsuite/ld-elf/pr20828-2a.sd | 9 +++++++
ld/testsuite/ld-elf/pr20828-2b.sd | 7 ++++++
ld/testsuite/ld-elf/pr20828.ld | 19 ++++++++++++++
ld/testsuite/ld-elf/pr20828.s | 2 ++
ld/testsuite/ld-elf/pr20828.ver | 1 +
ld/testsuite/ld-elf/shared.exp | 47 +++++++++++++++++++++++++++++++++++
ld/testsuite/ld-mips-elf/mips-elf.exp | 7 ++++++
16 files changed, 225 insertions(+), 8 deletions(-)
create mode 100644 gas/testsuite/gas/mips/comdat-reloc.d
create mode 100644 gas/testsuite/gas/mips/comdat-reloc.s
create mode 100644 ld/testsuite/ld-elf/pr20828-1.sd
create mode 100644 ld/testsuite/ld-elf/pr20828-2a.sd
create mode 100644 ld/testsuite/ld-elf/pr20828-2b.sd
create mode 100644 ld/testsuite/ld-elf/pr20828.ld
create mode 100644 ld/testsuite/ld-elf/pr20828.s
create mode 100644 ld/testsuite/ld-elf/pr20828.ver
--
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 1e6c194 PR target/77416 * gcc.target/powerpc/pr77416.c Guard the te [...]
new 6ee90f4 SHA1H instructions may be scheduled after a SHA1C instruction [...]
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/ChangeLog | 6 ++++++
gcc/config/aarch64/aarch64.c | 23 +++++++++++++++++++++++
2 files changed, 29 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 llvm.
from 05153bf [SLP] Add a tests for a fix for PR30787.
new 57f557b [lit] Support sharding testsuites, for parallel execution.
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:
docs/CommandGuide/lit.rst | 17 +++++++++
utils/lit/lit/main.py | 31 +++++++++++++++
utils/lit/tests/selecting.py | 90 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 138 insertions(+)
create mode 100644 utils/lit/tests/selecting.py
--
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 libcxxabi.
from 7769ea2 Mark the dynamic-exception tests as unsupported under C++17, [...]
new 0cbb1da Revert r286788
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:
src/cxa_demangle.cpp | 12 +-----------
test/test_demangle.pass.cpp | 3 +++
2 files changed, 4 insertions(+), 11 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 clang.
from a9d00b3 [ASTUnit] Reset diag state when creating the ASTUnit.
new 1582eb8 [OpenMP] Codegen support for 'target parallel' on the host.
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/clang/AST/StmtOpenMP.h | 20 ++
include/clang/Basic/OpenMPKinds.h | 5 +
include/clang/Sema/Sema.h | 3 +
lib/Basic/OpenMPKinds.cpp | 70 +++++++
lib/CodeGen/CGOpenMPRuntime.cpp | 30 ++-
lib/CodeGen/CGOpenMPRuntime.h | 15 +-
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 28 ++-
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 25 ++-
lib/CodeGen/CGStmtOpenMP.cpp | 46 +++-
lib/CodeGen/CodeGenFunction.h | 3 +
lib/Sema/SemaOpenMP.cpp | 70 ++++++-
lib/Sema/TreeTransform.h | 8 +-
...get_codegen.cpp => target_parallel_codegen.cpp} | 232 +++++++++++++++------
...pp => target_parallel_codegen_registration.cpp} | 58 +++---
...arget_parallel_codegen_registration_naming.cpp} | 6 +-
15 files changed, 485 insertions(+), 134 deletions(-)
copy test/OpenMP/{target_codegen.cpp => target_parallel_codegen.cpp} (69%)
copy test/OpenMP/{target_codegen_registration.cpp => target_parallel_codegen_regis [...]
copy test/OpenMP/{target_codegen_registration_naming.cpp => target_parallel_codege [...]
--
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 d78f00a [AMDGPU] Do not allow register coalescer to create big superregs
new 05153bf [SLP] Add a tests for a fix for PR30787.
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:
.../SLPVectorizer/X86/vect_copyable_in_binops.ll | 984 +++++++++++++++++++++
1 file changed, 984 insertions(+)
create mode 100644 test/Transforms/SLPVectorizer/X86/vect_copyable_in_binops.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-tools-extra.
from ec21d5a [include-fixer] Don't return a correction if the header inser [...]
new efe1e13 [clang-tidy] Add -extra-arg and -extra-arg-before to run-clan [...]
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/tool/run-clang-tidy.py | 17 +++++++++++++++--
1 file changed, 15 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 6eefd2c GlobalISel: Correct copy-pasted comment. NFC
new 4a6dec6 GlobalISel: Implement narrowing for G_STORE
new d78f00a [AMDGPU] Do not allow register coalescer to create big superregs
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/GlobalISel/LegalizerHelper.cpp | 25 +++++++-
lib/Target/AMDGPU/SIRegisterInfo.cpp | 20 ++++++
lib/Target/AMDGPU/SIRegisterInfo.h | 7 +++
.../AArch64/GlobalISel/legalize-load-store.mir | 12 ++++
test/CodeGen/AMDGPU/half.ll | 18 +++---
test/CodeGen/AMDGPU/limit-coalesce.mir | 71 ++++++++++++++++++++++
6 files changed, 142 insertions(+), 11 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/limit-coalesce.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.