This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from 105436dea cygwin: document lrint bugfix
new beb17b264 Print sign of NaN values.
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:
newlib/libc/stdio/vfprintf.c | 4 ++++
newlib/libc/stdio/vfwprintf.c | 4 ++++
2 files changed, 8 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 48a582eb0e8 2017-06-07 Richard Biener <rguenther(a)suse.de>
new a5e542cb0f1 2017-06-07 Tamar Christina <tamar.christina(a)arm.com>
new 455df45349b 2017-06-07 Richard Biener <rguenther(a)suse.de>
new c376f943bb7 2017-06-07 Tamar Christina <tamar.christina(a)arm.com>
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 | 9 +++++++++
gcc/config/aarch64/aarch64.md | 10 ++++++----
gcc/config/arm/aarch-cost-tables.h | 2 +-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/vect/slp-13-big-array.c | 6 ++++--
gcc/testsuite/gcc.dg/vect/slp-13.c | 6 ++++--
6 files changed, 30 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.
unknown user pushed a change to branch master
in repository lld.
from 8719c42a3 [ELF] - Do not merge relocation sections by name when using - [...]
new 625467759 [ELF] Convert Thunks to use InputSectionDescriptions
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/LinkerScript.cpp | 45 -------
ELF/LinkerScript.h | 1 -
ELF/Relocations.cpp | 44 ++++--
ELF/Relocations.h | 6 +-
ELF/Writer.cpp | 13 +-
test/ELF/mips-npic-call-pic-script.s | 255 +++++++++++++++++++++++++++++++++++
6 files changed, 297 insertions(+), 67 deletions(-)
create mode 100644 test/ELF/mips-npic-call-pic-script.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 lld.
from 92788a20a [ELF] - Linkerscript: improved error reporting.
new 8719c42a3 [ELF] - Do not merge relocation sections by name when using - [...]
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/OutputSections.cpp | 14 ++++++++++++++
ELF/OutputSections.h | 5 +++++
ELF/Writer.cpp | 12 ------------
test/ELF/emit-relocs-merge.s | 2 +-
test/ELF/linkerscript/emit-relocs-multiple.s | 20 ++++++++++++++++++++
5 files changed, 40 insertions(+), 13 deletions(-)
create mode 100644 test/ELF/linkerscript/emit-relocs-multiple.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 llvm.
from f7b32527910 [ARM] Create relocations for unconditional branches.
new 4d6ca733344 [Linker] Remove warning when linking ARM and Thumb IR modules.
new e85cbacb93a [ARM] GlobalISel: Support G_AND
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/Support/Triple.cpp | 15 ++++
lib/Target/ARM/ARMLegalizerInfo.cpp | 2 +-
lib/Target/ARM/ARMRegisterBankInfo.cpp | 1 +
.../ARM/GlobalISel/arm-instruction-select.mir | 35 ++++++++++
test/CodeGen/ARM/GlobalISel/arm-isel.ll | 27 ++++++++
test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 80 ++++++++++++++++++++++
test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 28 ++++++++
test/LTO/ARM/Inputs/thumb.ll | 15 ++++
test/LTO/ARM/link-arm-and-thumb.ll | 32 +++++++++
test/Linker/Inputs/thumb.ll | 16 +++++
test/Linker/link-arm-and-thumb.ll | 26 +++++++
11 files changed, 276 insertions(+), 1 deletion(-)
create mode 100644 test/LTO/ARM/Inputs/thumb.ll
create mode 100644 test/LTO/ARM/link-arm-and-thumb.ll
create mode 100644 test/Linker/Inputs/thumb.ll
create mode 100644 test/Linker/link-arm-and-thumb.ll
--
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 d1be909e7f Remove MAX_REGISTER_SIZE from aarch64-tdep.c
new 4a8a33c843 Remove MAX_REGISTER_SIZE from sh(64)-tdep.c
new 50d6adef3b Remove MAX_REGISTER_SIZE from regcache.c
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 | 13 +++++++++++++
gdb/regcache.c | 51 ++++++++++++++++++++++++++++++++++++---------------
gdb/sh-tdep.c | 6 ++++--
gdb/sh64-tdep.c | 46 +++++++++++++++++++++-------------------------
4 files changed, 74 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 gcc.
from 73714718b11 * dumpfile.h (enum tree_dump_index): Rename TDI_generic to [...]
new 48a582eb0e8 2017-06-07 Richard Biener <rguenther(a)suse.de>
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/gcc.dg/vect/slp-perm-8.c | 1 +
2 files changed, 7 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 libcxx.
from 3da9072b0 [test] Test changes to accommodate LWG 2904 "Make variant mov [...]
new 745796730 Fix test with exceptions disabled
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:
.../variant.variant/variant.assign/copy.pass.cpp | 59 +++++++++++-----------
1 file changed, 30 insertions(+), 29 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 newlib.
from 163066a1a cygwin: document env var crash fix
new e4094e49c cygwin: Fix lrint{f,l} to return a 64 bit long on x86_64
new 105436dea cygwin: document lrint bugfix
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:
winsup/cygwin/math/lrint.c | 4 +++-
winsup/cygwin/math/lrintf.c | 4 +++-
winsup/cygwin/math/lrintl.c | 4 +++-
winsup/cygwin/release/2.8.1 | 3 +++
4 files changed, 12 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 gcc.
from 2f00848d842 Clarify define_insn documentation
new 73714718b11 * dumpfile.h (enum tree_dump_index): Rename TDI_generic to [...]
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/c/ChangeLog | 5 +++++
gcc/c/gimple-parser.c | 2 +-
gcc/dumpfile.c | 31 ++++++++++++++++++++++++++-----
gcc/dumpfile.h | 7 ++++++-
gcc/gimplify.c | 2 +-
gcc/toplev.c | 6 +++---
7 files changed, 58 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.