This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4dac389 PR libstdc++/79190 add fallback aligned_alloc implementation
new 6dd2741 gcc/testsuite * gcc.target/aarch64/ldp_vec_64_1.c: Xfail.
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/aarch64/ldp_vec_64_1.c | 4 +++-
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 llvm.
from 783633e [SCEV] Introduce add operation inlining limit
new 10559c6 [X86][SSE] Add support for combining ANDNP byte masks with ta [...]
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 | 32 ++++++++++---
.../CodeGen/X86/clear_upper_vector_element_bits.ll | 54 +++++++++-------------
2 files changed, 47 insertions(+), 39 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 libcxx.
from bcc92d7 Fix chromium build (libcxx)
new da70913 Fixed a couple of invalid statuses for 2665 and 2758
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:
www/cxx1z_status.html | 6 +++---
1 file changed, 3 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 binutils-gdb.
from 8e87a59 Automatic date update in version.in
new 80d7587 New function null_stream
new e47ad6c Refactor disassembly code
new 8cafda3 Call print_insn_mep in mep_gdb_print_insn
new 79843d4 Disassembly unit test: disassemble one instruction
new 658ca58 Disassembly unit test: memory error
new d8b49cf Don't throw exception in dis_asm_memory_error
The 6 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 | 76 ++++++++
gdb/Makefile.in | 5 +
gdb/arm-tdep.c | 5 +-
gdb/disasm-selftests.c | 221 ++++++++++++++++++++++++
gdb/disasm.c | 183 ++++++++++----------
gdb/disasm.h | 57 ++++--
gdb/guile/scm-disasm.c | 77 +++------
gdb/mep-tdep.c | 10 +-
gdb/mips-tdep.c | 5 +-
gdb/record-btrace.c | 5 +-
gdb/selftest-arch.c | 102 +++++++++++
gdb/{config/nm-nto.h => selftest-arch.h} | 20 +--
gdb/spu-tdep.c | 20 +--
gdb/testsuite/ChangeLog | 5 +
gdb/testsuite/gdb.base/all-architectures.exp.in | 5 +
gdb/utils.c | 15 ++
gdb/utils.h | 3 +
17 files changed, 623 insertions(+), 191 deletions(-)
create mode 100644 gdb/disasm-selftests.c
create mode 100644 gdb/selftest-arch.c
copy gdb/{config/nm-nto.h => selftest-arch.h} (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 gcc.
from 2d660ef * config/i386/avx512fintrin.h (_ktest_mask16_u8, _ktestz_ma [...]
new 4dac389 PR libstdc++/79190 add fallback aligned_alloc implementation
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/cpp1z/aligned-new3.C | 5 +++++
libstdc++-v3/ChangeLog | 13 +++++++++++++
libstdc++-v3/libsupc++/del_opa.cc | 8 ++++++--
libstdc++-v3/libsupc++/new_opa.cc | 29 ++++++++++++++++++++++++++---
5 files changed, 56 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 lld.
from fb771c2 Remove unused #include.
new c0b4f15 Fix -r when the input has a relocation with no symbol.
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/SyntheticSections.cpp | 2 ++
test/ELF/Inputs/dtrace-r.o | Bin 0 -> 624 bytes
test/ELF/dtrace-r.test | 8 ++++++++
3 files changed, 10 insertions(+)
create mode 100644 test/ELF/Inputs/dtrace-r.o
create mode 100644 test/ELF/dtrace-r.test
--
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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 71287fe Switch soft-float toolchains to -mfloat-abi=soft
new ac106ab Convert --parallel option into --enable/--disable parallel
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:
abe.sh | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from a8ad225 jenkins.sh: Update qemu to 2.7 release.
new 71287fe Switch soft-float toolchains to -mfloat-abi=soft
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:
config/gcc.conf | 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 gcc-6-branch
in repository gcc.
from a33c205 2017-01-26 Richard Biener <rguenther(a)suse.de>
new 69a53ed Backport from mainline 2017-01-10 Eric Botcazou <ebotcazo [...]
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 | 16 +++++++
gcc/expr.c | 87 +++++++++++++++++------------------
gcc/testsuite/ChangeLog | 13 ++++++
gcc/testsuite/g++.dg/opt/call2.C | 34 ++++++++++++++
gcc/testsuite/g++.dg/opt/call3.C | 33 +++++++++++++
gcc/testsuite/gnat.dg/array26.adb | 22 +++++++++
gcc/testsuite/gnat.dg/array26_pkg.adb | 8 ++++
gcc/testsuite/gnat.dg/array26_pkg.ads | 8 ++++
gcc/testsuite/gnat.dg/array27.adb | 22 +++++++++
gcc/testsuite/gnat.dg/array27_pkg.adb | 8 ++++
gcc/testsuite/gnat.dg/array27_pkg.ads | 8 ++++
gcc/testsuite/gnat.dg/array28.adb | 22 +++++++++
gcc/testsuite/gnat.dg/array28_pkg.adb | 8 ++++
gcc/testsuite/gnat.dg/array28_pkg.ads | 8 ++++
14 files changed, 252 insertions(+), 45 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/call2.C
create mode 100644 gcc/testsuite/g++.dg/opt/call3.C
create mode 100644 gcc/testsuite/gnat.dg/array26.adb
create mode 100644 gcc/testsuite/gnat.dg/array26_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/array26_pkg.ads
create mode 100644 gcc/testsuite/gnat.dg/array27.adb
create mode 100644 gcc/testsuite/gnat.dg/array27_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/array27_pkg.ads
create mode 100644 gcc/testsuite/gnat.dg/array28.adb
create mode 100644 gcc/testsuite/gnat.dg/array28_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/array28_pkg.ads
--
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 b818774 [X86][SSE] Pull out target shuffle resolve code into helper. NFCI.
new 783633e [SCEV] Introduce add operation inlining limit
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/Analysis/ScalarEvolution.cpp | 8 ++++++++
test/Analysis/ScalarEvolution/max-addops-inline.ll | 17 +++++++++++++++++
2 files changed, 25 insertions(+)
create mode 100644 test/Analysis/ScalarEvolution/max-addops-inline.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.