This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b5afea8bd4 Work around different -std= default for PS4 target.
new 45ddcc478c XFAIL this test for Hexagon.
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/CodeGenCXX/array-default-argument.cpp | 4 ++++
1 file changed, 4 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 lld.
from 834a20816 [ELF] - Make text section location explicit in early-assign-s [...]
new 240d99c94 Reduce template usage. 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:
ELF/Relocations.cpp | 4 ++--
ELF/SyntheticSections.cpp | 2 +-
ELF/Target.cpp | 4 ++--
ELF/Writer.cpp | 8 ++++----
4 files changed, 9 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 llvm.
from 2d534b8ab24 [AArch64][MachineCombine] Fold FNMUL+FSUB -> FNMADD.
new c130a20cf30 De-virtualize GlobalValue
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/llvm/IR/Function.h | 6 +++---
include/llvm/IR/GlobalAlias.h | 8 ++++++--
include/llvm/IR/GlobalIFunc.h | 8 ++++++--
include/llvm/IR/GlobalObject.h | 4 +++-
include/llvm/IR/GlobalValue.h | 8 +++++---
include/llvm/IR/GlobalVariable.h | 6 +++---
lib/IR/Function.cpp | 26 +++++++++++--------------
lib/IR/Globals.cpp | 42 +++++++++++++++++++++++++++++-----------
lib/Linker/IRMover.cpp | 18 ++++++++++-------
9 files changed, 79 insertions(+), 47 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 libcxxabi.
from a8ac1e1 Revert "[libcxxabi] Align unwindHeader on a double-word boundary."
new 0372c57 [Libcxxabi]: Support using compiler-rt for MinGW64
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:
cmake/config-ix.cmake | 11 ++++++++---
1 file changed, 8 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 dj/malloc-tcache
in repository glibc.
from 4da80dbb06 Updates to tcache
new 827734fa03 Tweak Makefile, asserts, comments.
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:
malloc/Makefile | 4 +++-
malloc/malloc.c | 4 +++-
2 files changed, 6 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 dj/malloc-tcache
in repository glibc.
from 6d620560b6 Whitespace and common code tweaks
new 4da80dbb06 Updates to tcache
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/dl-tunables.list | 6 +-
malloc/arena.c | 28 +--------
malloc/malloc.c | 163 +++++++++++++++++++++++----------------------------
manual/probes.texi | 19 ++++++
manual/tunables.texi | 34 +++++++++++
5 files changed, 130 insertions(+), 120 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 7511addcbc1 2017-05-11 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new ae439daba1d runtime: fix isSystemGoroutine for gccgo
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/go/gofrontend/MERGE | 2 +-
libgo/go/runtime/mfinal.go | 19 +++++++++++++-----
libgo/go/runtime/mgc.go | 2 ++
libgo/go/runtime/mgcsweep.go | 2 ++
libgo/go/runtime/proc.go | 18 +++++++++++++----
libgo/go/runtime/runtime2.go | 2 ++
libgo/go/runtime/time.go | 2 ++
libgo/go/runtime/traceback_gccgo.go | 40 ++-----------------------------------
8 files changed, 39 insertions(+), 48 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 4e16721b5b8 2017-05-11 François Dumont <fdumont(a)gcc.gnu.org>
new 7511addcbc1 2017-05-11 Jerry DeLisle <jvdelisle(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 | 10 +++
gcc/fortran/io.c | 77 +++++++++++++++++++---
gcc/fortran/resolve.c | 56 ++++------------
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/gfortran.dg/namelist_91.f90 | 9 +++
gcc/testsuite/gfortran.dg/namelist_92.f90 | 16 +++++
gcc/testsuite/gfortran.dg/namelist_93.f90 | 16 +++++
.../gfortran.dg/{dtio_20.f03 => namelist_94.f90} | 25 +++----
8 files changed, 150 insertions(+), 67 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/namelist_91.f90
create mode 100644 gcc/testsuite/gfortran.dg/namelist_92.f90
create mode 100644 gcc/testsuite/gfortran.dg/namelist_93.f90
copy gcc/testsuite/gfortran.dg/{dtio_20.f03 => namelist_94.f90} (55%)
--
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 bc6e8b8be8d [gcc]
new 4e16721b5b8 2017-05-11 François Dumont <fdumont(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:
libstdc++-v3/ChangeLog | 6 +-
libstdc++-v3/include/bits/stl_tree.h | 202 ++++++++++++++++++-----------------
2 files changed, 107 insertions(+), 101 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 26ea63b5bad [AMDGPU] Placate unused variable warning in release builds.
new 2d534b8ab24 [AArch64][MachineCombine] Fold FNMUL+FSUB -> FNMADD.
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/llvm/CodeGen/MachineCombinerPattern.h | 2 ++
lib/Target/AArch64/AArch64InstrInfo.cpp | 28 +++++++++++++++++++++++++++
test/CodeGen/AArch64/arm64-fml-combines.ll | 24 ++++++++++++++++++++++-
3 files changed, 53 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.