This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 44c0f4cce2 [analyzer] Use stable filenames in analyzer testing infrastructure
new 82aa86f5d3 [coroutines] Fix application of NRVO to Coroutine "Gro" or r [...]
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/Sema/SemaCoroutine.cpp | 6 +--
test/CodeGenCoroutines/coro-alloc.cpp | 8 +++-
test/CodeGenCoroutines/coro-gro-nrvo.cpp | 80 ++++++++++++++++++++++++++++++++
3 files changed, 89 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGenCoroutines/coro-gro-nrvo.cpp
--
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 glibc.
from 99dfbef48d hurd: Fix comments for FREAD and FWRITE
new ac56adbb0c hurd: disable hp timing
new ef4cf463e5 hurd: Add tlsdesc.sym
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:
ChangeLog | 2 ++
sysdeps/{generic => mach/hurd}/hp-timing.h | 4 +---
sysdeps/{ => mach/hurd}/i386/tlsdesc.sym | 4 +++-
3 files changed, 6 insertions(+), 4 deletions(-)
copy sysdeps/{generic => mach/hurd}/hp-timing.h (87%)
copy sysdeps/{ => mach/hurd}/i386/tlsdesc.sym (79%)
--
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 185cdb8cc7 Adjust test for PR ld/22269.
new 36b8fda5d6 Make __start/__stop symbols dynamic and add testcase
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:
bfd/ChangeLog | 5 +++++
bfd/elflink.c | 9 +++++++--
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-elf/{pr21964-1a.c => pr21964-3a.c} | 5 ++---
ld/testsuite/ld-elf/pr21964-3c.c | 17 +++++++++++++++++
ld/testsuite/ld-elf/shared.exp | 6 ++++++
6 files changed, 43 insertions(+), 5 deletions(-)
copy ld/testsuite/ld-elf/{pr21964-1a.c => pr21964-3a.c} (56%)
create mode 100644 ld/testsuite/ld-elf/pr21964-3c.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 e2a3316ce93 AMDGPU: Move ADDRIndirect complex pattern into R600Instructions.td
new 263c46c7a92 [RAFast] Don't dereference MBB::end
new 94ac7599811 [globalisel][legalizer] Fix a fallthrough case in the unitt [...]
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/RegAllocFast.cpp | 11 ++++-----
.../fast-regalloc-empty-bb-with-liveins.mir | 26 ++++++++++++++++++++++
unittests/CodeGen/GlobalISel/LegalizerInfoTest.cpp | 2 +-
3 files changed, 33 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/AArch64/fast-regalloc-empty-bb-with-liveins.mir
--
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 67c7d06c5a5 2018-01-29 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new ca873623225 PR libgomp/84096 * omp.h.in (omp_init_nest_lock_with_hint [...]
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:
libgomp/ChangeLog | 7 +++++++
libgomp/omp.h.in | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
--
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 7fc7c20e8cb AMDGPU: Allow a SGPR for the conditional KILL operand
new bffe946b917 [X86] Use VMOVDQA64 for aligned vXi32 stores.
new e2a3316ce93 AMDGPU: Move ADDRIndirect complex pattern into R600Instructions.td
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/Target/AMDGPU/AMDGPUInstructions.td | 1 -
lib/Target/AMDGPU/R600Instructions.td | 1 +
lib/Target/X86/X86InstrAVX512.td | 15 ++++++++++++---
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 2 +-
4 files changed, 14 insertions(+), 5 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 lldb.
from ee6904bbb [Host] Respect LLVM_LIBDIR_SUFFIX when looking for LLDB plugi [...]
new b50890895 [test-suite] UNXfail several tests that now pass locally.
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:
.../Python/lldbsuite/test/functionalities/completion/TestCompletion.py | 3 ---
packages/Python/lldbsuite/test/tools/lldb-server/TestLldbGdbServer.py | 2 --
2 files changed, 5 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 binutils-gdb.
from d85815e2d1 Fix PR gas/22738 (.dc.a directive has wrong size on SPARC 64-bit).
new 185cdb8cc7 Adjust test for PR ld/22269.
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:
ld/ChangeLog | 5 +++++
ld/testsuite/ld-elf/shared.exp | 6 +++++-
2 files changed, 10 insertions(+), 1 deletion(-)
--
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 4aef7d16d7a Fix some regular expressions in llvm-mode.el.
new 7fc7c20e8cb AMDGPU: Allow a SGPR for the conditional KILL operand
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/SIInsertSkips.cpp | 54 +++++++++++++++++++--------------
test/CodeGen/AMDGPU/llvm.amdgcn.kill.ll | 17 +++++++++++
2 files changed, 48 insertions(+), 23 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 binutils-gdb.
from 86b24e15c4 MIPS/LD/testsuite: Correct comm-data.exp test ABI/emul/endia [...]
new d85815e2d1 Fix PR gas/22738 (.dc.a directive has wrong size on SPARC 64-bit).
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:
gas/ChangeLog | 8 ++++++++
gas/config/tc-sparc.c | 17 +++++++++++++++--
gas/config/tc-sparc.h | 3 +++
ld/ChangeLog | 4 ++++
ld/testsuite/ld-elf/pr22450.d | 2 +-
5 files changed, 31 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.