This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from a4991e91c [libFuzzer] disable test/fuzzer/merge-sigusr.test on Mac whil [...]
new 429b6f54d [builtins][ARM] re-enable mulsc3_test.c on Arm
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/builtins/Unit/mulsc3_test.c | 2 --
1 file changed, 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 binutils-gdb.
from 5f847646ee x86: ignore high register select bit(s) in 32- and 16-bit modes
new 38b28f7088 Prevent a possible seg-fault in the section merging code, by [...]
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/merge.c | 22 ++++++++++++----------
2 files changed, 17 insertions(+), 10 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 6c48fa17f4e [PR c++/81060] ICE with invalid initialzer via lambda
new 686edddca86 2017-11-16 Sylvain Dailler <dailler(a)adacore.com>
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/ada/ChangeLog | 10 ++++++++++
gcc/ada/sem_ch13.adb | 9 +++++++++
gcc/ada/sem_util.adb | 6 ++++++
3 files changed, 25 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 73d6c71188f [ARM GlobalISel] Add tests for REVSH patterns. NFC
new 2746bda55ff [asan] Fix size/alignment issues with non-default shadow scale
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/Transforms/Instrumentation/AddressSanitizer.cpp | 7 +++++--
test/Instrumentation/AddressSanitizer/global_metadata_array.ll | 2 ++
2 files changed, 7 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 users/hjl/pr22444
in repository binutils-gdb.
discards 5d8fdb8217 Temp fix
new 256c9315a9 elf: Properly compute offsets of note descriptor and next note
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (5d8fdb8217)
\
N -- N -- N refs/heads/users/hjl/pr22444 (256c9315a9)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/elf.c | 8 ++------
binutils/readelf.c | 16 ++++++----------
include/elf/external.h | 16 ++++++++++++++++
3 files changed, 24 insertions(+), 16 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 968a13f836 Fix gdb.base/starti.exp racy test
new 5f847646ee x86: ignore high register select bit(s) in 32- and 16-bit modes
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 | 6 ++++
gas/testsuite/gas/i386/noextreg.d | 35 +++++++++++++++++++++
gas/testsuite/gas/i386/noextreg.s | 45 ++++++++++++++++++++++++---
opcodes/ChangeLog | 11 +++++++
opcodes/i386-dis.c | 64 ++++++++++++++++++++++-----------------
5 files changed, 129 insertions(+), 32 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 42f8dad7e [COFF] Don't write long section names for sections that will [...]
new 7c7afd78e [ELF] - Don't emit broken relocations for SHF_MERGE sections [...]
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/InputSection.cpp | 3 +-
ELF/Writer.cpp | 17 ++++++---
test/ELF/emit-relocs-mergeable-i386.s | 66 +++++++++++++++++++++++++++++++++++
test/ELF/emit-relocs-mergeable.s | 53 ++++++++++++++++++++++++++++
test/ELF/emit-relocs.s | 9 +++++
5 files changed, 143 insertions(+), 5 deletions(-)
create mode 100644 test/ELF/emit-relocs-mergeable-i386.s
create mode 100644 test/ELF/emit-relocs-mergeable.s
--
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 c2b9da1608 ix86/Intel: don't require memory operand size specifier for PTWRITE
new 968a13f836 Fix gdb.base/starti.exp racy test
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:
gdb/testsuite/ChangeLog | 7 +++++++
gdb/testsuite/gdb.base/starti.exp | 2 +-
gdb/testsuite/lib/gdb.exp | 7 +++++--
3 files changed, 13 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 llvm.
from b1e1f8e9c3b [DAGCombine] Enable more srl -> load combines
new 3c8dd1f5967 Fix pointer EVT in SelectionDAGBuilder::visitAlloca
new 73d6c71188f [ARM GlobalISel] Add tests for REVSH patterns. NFC
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/SelectionDAG/SelectionDAGBuilder.cpp | 16 +-
test/CodeGen/AMDGPU/dynamic_stackalloc.ll | 11 +-
.../GlobalISel/arm-instruction-select-combos.mir | 185 +++++++++++++++++++++
3 files changed, 198 insertions(+), 14 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 07d4034c048 Canonicalize constant multiplies in division
new 6c48fa17f4e [PR c++/81060] ICE with invalid initialzer via lambda
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/cp/ChangeLog | 6 ++++++
gcc/cp/decl.c | 8 ++++++--
gcc/cp/name-lookup.c | 6 +-----
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template13.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/pr81060.C | 11 +++++++++++
6 files changed, 32 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr81060.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.