This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2e2b4d037fc Fix cross compilation to Solaris
new a319406cc74 DWARF: add DW_AT_location for global decls with DECL_VALUE_EXPR
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 | 5 +++++
gcc/dwarf2out.c | 5 +++--
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gnat.dg/debug12.adb | 9 +++++++++
gcc/testsuite/gnat.dg/debug12.ads | 8 ++++++++
5 files changed, 29 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/debug12.adb
create mode 100644 gcc/testsuite/gnat.dg/debug12.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 2bfd39b9af4 [ARM] Create relocations for Thumb functions calling ARM fn [...]
new 55de5ee8fec Add regression test for the addcarry crash. See D33770 for [...]
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/AArch64/addcarry-crash.ll | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 test/CodeGen/AArch64/addcarry-crash.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 glibc.
from 491bb0858e Avoid tickling a linker bug from microblaze pt-vfork.S.
new 139904b7e4 Fix more namespace issues in sys/ucontext.h (bug 21457).
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 | 96 ++++++++++++++++++++++++++
sysdeps/arm/sys/ucontext.h | 19 +++--
sysdeps/i386/sys/ucontext.h | 44 ++++++++----
sysdeps/m68k/sys/ucontext.h | 19 +++--
sysdeps/mips/sys/ucontext.h | 37 ++++++----
sysdeps/unix/sysv/linux/alpha/sys/ucontext.h | 14 ++--
sysdeps/unix/sysv/linux/m68k/sys/ucontext.h | 31 ++++++---
sysdeps/unix/sysv/linux/mips/sys/ucontext.h | 88 +++++++++++++----------
sysdeps/unix/sysv/linux/nios2/sys/ucontext.h | 12 +++-
sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h | 73 ++++++++++++--------
sysdeps/unix/sysv/linux/s390/sys/ucontext.h | 37 ++++++----
sysdeps/unix/sysv/linux/sh/sys/ucontext.h | 48 ++++++++-----
sysdeps/unix/sysv/linux/x86/sys/ucontext.h | 74 ++++++++++++--------
13 files changed, 414 insertions(+), 178 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 af9eb532d4c [PR 80898] Propagate grp_write from disqualified SRA candidates
new 2e2b4d037fc Fix cross compilation to Solaris
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:
libstdc++-v3/ChangeLog | 6 ++
libstdc++-v3/configure | 166 +-------------------------------------------
libstdc++-v3/crossconfig.m4 | 18 +----
3 files changed, 8 insertions(+), 182 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 571304b3861 [Solaris] Fix PR33228 - llvm::sys::fs::is_local_impl done right
new 2bfd39b9af4 [ARM] Create relocations for Thumb functions calling ARM fn [...]
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/ARM/MCTargetDesc/ARMAsmBackend.cpp | 9 ++++
test/MC/ARM/big-endian-thumb-fixup.s | 1 +
test/MC/ARM/mixed-arm-thumb-bl-fixup.ll | 77 +++++++++++++++++++++++++++
3 files changed, 87 insertions(+)
create mode 100644 test/MC/ARM/mixed-arm-thumb-bl-fixup.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 19fb31c006 S/390: idte/ipte fixes
new f378ab099d PPC64_OPT_LOCALENTRY
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 | 18 +++++++++
bfd/elf64-ppc.c | 77 ++++++++++++++++++++++++++++++-------
bfd/elf64-ppc.h | 3 ++
include/ChangeLog | 4 ++
include/elf/ppc64.h | 1 +
ld/ChangeLog | 10 +++++
ld/emultempl/ppc64elf.em | 65 ++++++++++++++++++++-----------
ld/testsuite/ld-powerpc/elfv2so.d | 2 +-
ld/testsuite/ld-powerpc/powerpc.exp | 2 +-
ld/testsuite/ld-powerpc/tlsopt5.d | 4 +-
10 files changed, 147 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 binutils-gdb.
from 580dfe9d4c Automatic date update in version.in
new 19fb31c006 S/390: idte/ipte fixes
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/testsuite/gas/s390/esa-g5.d | 2 ++
gas/testsuite/gas/s390/esa-g5.s | 2 ++
gas/testsuite/gas/s390/zarch-z196.d | 2 --
gas/testsuite/gas/s390/zarch-z196.s | 2 --
gas/testsuite/gas/s390/zarch-z990.d | 3 ++-
gas/testsuite/gas/s390/zarch-z990.s | 3 ++-
gas/testsuite/gas/s390/zarch-zEC12.d | 23 +++++++++--------------
gas/testsuite/gas/s390/zarch-zEC12.s | 7 -------
opcodes/s390-opc.txt | 7 ++-----
9 files changed, 19 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 llvm.
from 0ce2c700dd0 Only generate addcarry node when it is legal.
new 571304b3861 [Solaris] Fix PR33228 - llvm::sys::fs::is_local_impl done right
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/Support/Unix/Path.inc | 5 +++++
1 file changed, 5 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 glibc.
from 52bd938169 posix: Implement preadv2 and pwritev2
new 491bb0858e Avoid tickling a linker bug from microblaze pt-vfork.S.
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 | 8 ++++
sysdeps/unix/sysv/linux/microblaze/localplt.data | 1 -
sysdeps/unix/sysv/linux/microblaze/pt-vfork.S | 50 +++++++++++++++++++++++-
sysdeps/unix/sysv/linux/microblaze/vfork.S | 1 +
4 files changed, 58 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 clang.
from 3a06db1675 Make the clang-cl test less restrictive.
new 15694c6c81 Increase the limit for the number of DiagnosticLexKinds.td d [...]
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/clang/Basic/DiagnosticIDs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.