This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 97938e2 * dwarf2out.c (dwarf2out_define, dwarf2out_undef, output_mac [...]
new c02417a PR tree-optimization/77860 * tree-ssa-reassoc.c (eliminate_ [...]
new f6f44a1 PR c++/77948 * c.opt (fext-numeric-literals): Add Var and I [...]
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 | 4 ++++
gcc/c-family/ChangeLog | 9 +++++++++
gcc/c-family/c-opts.c | 23 ++++++++---------------
gcc/c-family/c.opt | 2 +-
gcc/testsuite/ChangeLog | 14 +++++++++++++-
gcc/testsuite/g++.dg/cpp0x/pr77948-1.C | 10 ++++++++++
gcc/testsuite/g++.dg/cpp0x/pr77948-2.C | 10 ++++++++++
gcc/testsuite/g++.dg/cpp0x/pr77948-3.C | 10 ++++++++++
gcc/testsuite/g++.dg/cpp0x/pr77948-4.C | 10 ++++++++++
gcc/testsuite/g++.dg/cpp0x/pr77948-5.C | 10 ++++++++++
gcc/testsuite/g++.dg/cpp0x/pr77948-6.C | 10 ++++++++++
gcc/testsuite/gcc.dg/pr77860.c | 13 +++++++++++++
gcc/tree-ssa-reassoc.c | 2 +-
13 files changed, 109 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr77948-1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr77948-2.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr77948-3.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr77948-4.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr77948-5.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr77948-6.C
create mode 100644 gcc/testsuite/gcc.dg/pr77860.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.
Charles Baylis pushed a change to branch master
in repository toolchain/abe.
from 753c6a4 jenkins.sh: Pass --testcontainer option to abe.sh
new 333a3a1 Cleanup: replace cd ${srcdir} && git .. with git -C ${srcdir} ..
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/checkout.sh | 55 +++++++++++++++++++++++++++++--------------------------
lib/common.sh | 2 +-
lib/component.sh | 5 -----
lib/package.sh | 4 ++--
lib/stamp.sh | 6 +++---
testsuite/test.sh | 12 +++++++-----
6 files changed, 42 insertions(+), 42 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 bff2583 [x86][inline-asm][AVX512][llvm][PART-2] Introducing "k" and " [...]
new d3f04d3 [lli] Don't strip away const qualifier. Unbreak the gcc6 build.
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:
tools/lli/OrcLazyJIT.cpp | 4 ++--
1 file changed, 2 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 lldb.
from 025e67f Minidump plugin: Adding ProcessMinidump, ThreadMinidump and r [...]
new d20bed3 Improve ".." handling in FileSpec normalization
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/lldb/Host/FileSpec.h | 17 +--
source/Host/common/FileSpec.cpp | 151 +++++++--------------
.../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 2 +-
unittests/Host/FileSpecTest.cpp | 77 +++++++++--
4 files changed, 121 insertions(+), 126 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 glibc.
from 44c637c Properly initialize glob structure with GLOB_BRACE|GLOB_DOOFF [...]
new 561ff1e hurd: Fix spurious port deallocation
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:
ChangeLog | 5 +++++
sysdeps/mach/hurd/dl-sysdep.c | 3 ++-
2 files changed, 7 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 gcc.
from 0ca88e1 2016-10-31 Waldemar Brodkorb <wbx(a)openadk.org>
new 97938e2 * dwarf2out.c (dwarf2out_define, dwarf2out_undef, output_mac [...]
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 | 14 ++++++++++-
gcc/dwarf2out.c | 76 +++++++++++++++++++++++++++++----------------------------
2 files changed, 52 insertions(+), 38 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 86d9395 [AMDGPU][MC][gfx8] Support 20-bit immediate offset in SMEM in [...]
new bff2583 [x86][inline-asm][AVX512][llvm][PART-2] Introducing "k" and " [...]
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/X86/X86ISelLowering.cpp | 69 +++++++++++++++++++++++++++++++++++++-
1 file changed, 68 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 binutils-gdb.
from fb47ded Initialize input statement created in add_archive_member
new de4bfa8 MIPS: Remove remains of IRIX OS ABI support
new 7e3d947 MIPS: Remove remains of legacy remote target support
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:
gdb/ChangeLog | 16 ++++++++++++
gdb/defs.h | 1 -
gdb/mips-tdep.c | 77 ++++-----------------------------------------------------
gdb/osabi.c | 1 -
4 files changed, 21 insertions(+), 74 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 abc5ce4 [Hexagon] Don't expand mux instructions with both sources identical
new 86d9395 [AMDGPU][MC][gfx8] Support 20-bit immediate offset in SMEM in [...]
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/AsmParser/AMDGPUAsmParser.cpp | 21 ++++++++++++++-------
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 8 +++++++-
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h | 4 +++-
lib/Target/AMDGPU/SMInstructions.td | 14 +++++++++-----
test/MC/AMDGPU/smrd.s | 17 ++++++++++++++++-
test/MC/Disassembler/AMDGPU/smrd_vi.txt | 3 +++
6 files changed, 52 insertions(+), 15 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 8043131 Recommit r285285 - [Object/ELF] - Fixed behavior when Section [...]
new abc5ce4 [Hexagon] Don't expand mux instructions with both sources identical
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/Hexagon/HexagonExpandCondsets.cpp | 22 +++++++++++++--
.../Hexagon/expand-condsets-same-inputs.mir | 32 ++++++++++++++++++++++
2 files changed, 52 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/Hexagon/expand-condsets-same-inputs.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.