This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3bb1aa9 Use rand_s on MinGW-w64, fix array bound overflow.
new be122a9 2016-09-21 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/ChangeLog | 8 ++++++++
gcc/dwarf2out.c | 20 ++++++++++++++------
2 files changed, 22 insertions(+), 6 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 abc7f41 [mips] LLVM PR/30197 - Tail call incorrectly clobbers argumen [...]
new d5fca75 [AMDGPU] Assembler: remove unused AMDGPUMCObjectWriter.
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:
.../AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 25 ----------------------
1 file changed, 25 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 a09b160 2016-09-21 Louis Krupp <louis.krupp(a)zoho.com>
new 48bc6fd gcc/ PR target/77326 * config/avr/avr.c (avr_notice_update_ [...]
new 3bb1aa9 Use rand_s on MinGW-w64, fix array bound overflow.
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 | 6 ++++
gcc/config/avr/avr.c | 40 ++++++++++++++++++++++++--
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.target/avr/torture/pr77326.c | 26 +++++++++++++++++
libgfortran/ChangeLog | 5 ++++
libgfortran/intrinsics/random.c | 20 ++++++++++---
6 files changed, 96 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr77326.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 gcc-6-branch
in repository gcc.
from acedae0 Daily bump.
new f81a4b9 Backport from 2016-09-21 trunk r240306. PR target/77326 * [...]
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 | 9 +++++-
gcc/config/avr/avr.c | 40 ++++++++++++++++++++++++--
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/gcc.target/avr/torture/pr77326.c | 26 +++++++++++++++++
4 files changed, 79 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr77326.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 compiler-rt.
from cf00ba7 [sanitizers] Update sanitizers test to better match glibc internals
new 1d7390e Revert "[sanitizers] Update sanitizers test to better match g [...]
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/sanitizer_common/TestCases/Linux/sem_init_glibc.cc | 10 ++--------
1 file changed, 2 insertions(+), 8 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 2c37c77 Revert "AArch64: Set shift bit of TLSLE HI12 add instruction"
new abc7f41 [mips] LLVM PR/30197 - Tail call incorrectly clobbers argumen [...]
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/Mips/MipsISelLowering.cpp | 4 +-
.../Mips/tailcall/tail-call-arguments-clobber.ll | 53 ++++++++++++++++++++++
2 files changed, 56 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/Mips/tailcall/tail-call-arguments-clobber.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 libcxxabi.
from 933c4df Fix side effect in assertion
new b62a4dd [libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)
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:
CMakeLists.txt | 2 +-
src/config.h | 5 -----
src/cxa_exception.cpp | 2 +-
src/cxa_exception_storage.cpp | 2 +-
src/cxa_guard.cpp | 40 ++++++++++++++++++------------------
src/fallback_malloc.ipp | 16 +++++++--------
test/libcxxabi/test/config.py | 2 +-
test/test_exception_storage.pass.cpp | 32 ++++++++++-------------------
test/test_guard.pass.cpp | 8 ++++----
9 files changed, 47 insertions(+), 62 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 e299076 Fix old-style function definition
new 1d2ea31 sln: Preprocessor cleanups
new 612148c Generate .op pattern rules for profiling builds only
new fc3e133 Avoid running $(CXX) during build to obtain header file paths
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:
ChangeLog | 19 +++++++++++++++++++
Makeconfig | 4 +++-
Makerules | 8 ++------
config.make.in | 2 ++
configure | 14 ++++++++++++++
configure.ac | 12 ++++++++++++
elf/sln.c | 15 ---------------
7 files changed, 52 insertions(+), 22 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 users/ARM/embedded-binutils-2_26-branch
in repository binutils-gdb.
from 5675668 Merge remote-tracking branch 'origin/binutils-2_26-branch' in [...]
new 8848d11 2016-09-21 Andre Vieira <andre.simoesdiasvieira(a)arm.com>
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.arm | 14 ++++++++++++++
bfd/elf32-arm.c | 15 +++++++++++++--
ld/ChangeLog.arm | 14 ++++++++++++++
ld/testsuite/ld-arm/arm-elf.exp | 5 ++++-
...arcall-thumb-thumb-blx.d => farcall-thumb2-thumb2-m.d} | 5 +++--
.../ld-arm/jump-reloc-veneers-cond-long-backward.d | 7 +------
ld/testsuite/ld-arm/jump-reloc-veneers-cond-long.d | 7 +------
7 files changed, 50 insertions(+), 17 deletions(-)
copy ld/testsuite/ld-arm/{farcall-thumb-thumb-blx.d => farcall-thumb2-thumb2-m.d} (69%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.