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 4a02bd4 PR middle-end/78429 * tree.h (wi::fits_to_boolean_p): New p [...]
new d8f011b 2016-11-24 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/expr.c | 3 ++-
gcc/fortran/interface.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/class_result_4.f90 | 6 ++++++
5 files changed, 20 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/class_result_4.f90
--
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 7a525e0 [AVX-512] Add tests demonstrating failure to generated masked [...]
new ef5c24c Test commit access.
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/CodeGen/XRayInstrumentation.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 380ec16 x86_64: fix static build of __memcpy_chk for compilers defaul [...]
new 93eb85c Refactor float_t, double_t information into bits/flt-eval-method.h.
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 | 39 ++++++++++++++++++++
bits/flt-eval-method.h | 42 ++++++++++++++++++++++
bits/mathdef.h | 7 ----
math/Makefile | 3 +-
math/math.h | 42 ++++++++++++++++++++--
sysdeps/aarch64/bits/mathdef.h | 6 ----
sysdeps/alpha/bits/mathdef.h | 4 ---
sysdeps/arm/bits/mathdef.h | 6 ----
sysdeps/hppa/fpu/bits/mathdef.h | 6 ----
sysdeps/ia64/bits/mathdef.h | 7 ----
.../m680x0/bits/flt-eval-method.h} | 15 ++++----
sysdeps/m68k/m680x0/bits/mathdef.h | 8 -----
sysdeps/mips/bits/mathdef.h | 6 ----
sysdeps/powerpc/bits/mathdef.h | 4 ---
.../wordsize.h => s390/bits/flt-eval-method.h} | 14 +++-----
sysdeps/s390/bits/mathdef.h | 7 ----
sysdeps/sh/sh4/bits/mathdef.h | 4 ---
sysdeps/sparc/bits/mathdef.h | 4 ---
sysdeps/tile/bits/mathdef.h | 4 ---
.../s_ldexp.c => x86/bits/flt-eval-method.h} | 23 ++++++------
sysdeps/x86/bits/mathdef.h | 17 ---------
21 files changed, 147 insertions(+), 121 deletions(-)
create mode 100644 bits/flt-eval-method.h
copy sysdeps/{aarch64/bits/wordsize.h => m68k/m680x0/bits/flt-eval-method.h} (71%)
copy sysdeps/{aarch64/bits/wordsize.h => s390/bits/flt-eval-method.h} (76%)
copy sysdeps/{ieee754/ldbl-opt/s_ldexp.c => x86/bits/flt-eval-method.h} (66%)
--
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 c3bdfe5 Test Commit, removing a blank line in CREDITS.TXT
new 7a525e0 [AVX-512] Add tests demonstrating failure to generated masked [...]
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/CodeGen/X86/vector-shuffle-512-v16.ll | 44 ++++++++++++++++++++++++++++++
1 file changed, 44 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 gcc.
from a5987ad [Patch libgcc AArch64 12/17] Enable hfmode soft-float convers [...]
new 973c7ac [Patch AArch64 13/17] Enable _Float16 for AArch64
new 10066ea 2016-11-24 Steven G. Kargl <kargl(a)gcc.gnu.org>
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 | 14 ++++++
gcc/config/aarch64/aarch64-c.c | 10 ++++
gcc/config/aarch64/aarch64.c | 71 ++++++++++++++++++++++++++-
gcc/fortran/ChangeLog | 6 +++
gcc/fortran/expr.c | 3 +-
gcc/fortran/interface.c | 2 +-
gcc/testsuite/ChangeLog | 11 +++++
gcc/testsuite/gcc.target/aarch64/_Float16_1.c | 47 ++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/_Float16_2.c | 47 ++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/_Float16_3.c | 46 +++++++++++++++++
gcc/testsuite/gfortran.dg/class_result_4.f90 | 6 +++
11 files changed, 259 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/_Float16_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/_Float16_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/_Float16_3.c
create mode 100644 gcc/testsuite/gfortran.dg/class_result_4.f90
--
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 dd6283b * common/config/sparc/sparc-common.c (sparc_option_optimizat [...]
new e59b86f Allow -fopenmp in NVPTX mkoffload
new adbd7ce [Patch AArch64 11/17] Add floatdihf2 and floatunsdihf2 patterns
new a5987ad [Patch libgcc AArch64 12/17] Enable hfmode soft-float convers [...]
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/ChangeLog | 16 +++++++
gcc/config/aarch64/aarch64.c | 14 +++++++
gcc/config/aarch64/aarch64.md | 56 ++++++++++++++++++++++++-
gcc/config/nvptx/mkoffload.c | 4 +-
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.target/aarch64/floatdihf2_1.c | 35 ++++++++++++++++
libgcc/ChangeLog | 8 ++++
libgcc/config/aarch64/sfp-machine.h | 2 +
libgcc/config/aarch64/t-softfp | 5 ++-
9 files changed, 139 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/floatdihf2_1.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 lldb.
from 8e4c0cd Fix TestMiExec.test_lldbmi_exec_next_instruction
new d30eab1 Add a couple of tests for the Listener class
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:
unittests/Core/CMakeLists.txt | 1 +
unittests/Core/ListenerTest.cpp | 114 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 115 insertions(+)
create mode 100644 unittests/Core/ListenerTest.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 lld.
from 5313f87 [ELF] Add terminating sentinel .ARM.exidx table entry
new 1be2ce7 Use a more explicit type for the sizeof.
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 +-
1 file changed, 1 insertion(+), 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 1dcb972 [ARM] Bind defined symbol locally in PIE
new da5b30d Fix PR12616 - gdb does not implement DW_AT_data_bit_offset
new 22347e5 Fix copy_bitwise()
new ad06383 Add unit test for copy_bitwise
new 793c128 Optimize byte-aligned copies in copy_bitwise()
The 4 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 | 28 +++
gdb/dwarf2loc.c | 331 +++++++++++++++++------------
gdb/dwarf2read.c | 4 +
gdb/selftest.c | 3 +-
gdb/testsuite/ChangeLog | 11 +
gdb/testsuite/gdb.dwarf2/nonvar-access.exp | 134 ++++++++++++
6 files changed, 375 insertions(+), 136 deletions(-)
create mode 100644 gdb/testsuite/gdb.dwarf2/nonvar-access.exp
--
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 b84738c [Format] Avoid copying std::sets and simplify code a bit.
new b1f9c06 [CodeGen] Pass objects that are expensive to copy by const ref.
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/CodeGen/CGLoopInfo.cpp | 12 +++++++-----
lib/CodeGen/CGLoopInfo.h | 10 +++++-----
lib/CodeGen/CGObjCGNU.cpp | 10 +++++-----
lib/CodeGen/CGOpenMPRuntime.cpp | 2 +-
4 files changed, 18 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.