This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 4775578 Installed header hygiene (BZ#20366): Test of installed headers.
new bb8081f Add iszero.
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 | 11 +++++++++++
NEWS | 2 +-
manual/arith.texi | 8 ++++++++
manual/libm-err-tab.pl | 2 +-
math/libm-test.inc | 28 +++++++++++++++++++++++++++-
math/math.h | 7 +++++++
6 files changed, 55 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 llvm.
from dc7e3f0 [AMDGPU] Fix for bz30427: wrong MTBUF encoding on VI
new 91d99c6 LTO: Simplify caching interface.
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/LTO/Caching.h | 85 +++++------------------------------
include/llvm/LTO/Config.h | 39 ----------------
include/llvm/LTO/LTO.h | 58 ++++++++++++++++++++----
include/llvm/LTO/LTOBackend.h | 6 +--
lib/LTO/Caching.cpp | 101 +++++++++++++++++++++---------------------
lib/LTO/LTO.cpp | 77 ++++++++++++++++----------------
lib/LTO/LTOBackend.cpp | 38 +++++-----------
tools/gold/gold-plugin.cpp | 48 ++++++++------------
tools/llvm-lto2/llvm-lto2.cpp | 53 +++++++++-------------
9 files changed, 204 insertions(+), 301 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 b62a4dd [libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)
new 46eb39a annotate more function visibility
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:
src/cxa_handlers.hpp | 8 +++++---
src/private_typeinfo.cpp | 12 +++++-------
2 files changed, 10 insertions(+), 10 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 lldb.
from d4661da Install only the manpage and only in the proper location
new 21b76cc Allow for tests to be disabled at runtime
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:
packages/Python/lldbsuite/test/configuration.py | 6 +++
packages/Python/lldbsuite/test/dotest.py | 52 ++++++++++++++++++++++++-
packages/Python/lldbsuite/test/dotest_args.py | 3 ++
packages/Python/lldbsuite/test/test_result.py | 33 ++++++++++++++++
4 files changed, 93 insertions(+), 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 lldb.
from 8db3929 Change Module::RemapPath to use StringRef.
new d4661da Install only the manpage and only in the proper location
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:
lldb.xcodeproj/project.pbxproj | 36 +-----------------------------------
1 file changed, 1 insertion(+), 35 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 b5dbd9f [libFuzzer] first steps in adding a proper automated test sui [...]
new dc7e3f0 [AMDGPU] Fix for bz30427: wrong MTBUF encoding on VI
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/AMDGPU/BUFInstructions.td | 16 ++++++++++------
1 file changed, 10 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 lld.
from ee82415 Avoid counting sections twice.
new 5c108d7 Warn if we can't find the entry symbol.
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/Driver.cpp | 11 ++++++++---
test/ELF/entry.s | 4 +++-
2 files changed, 11 insertions(+), 4 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 a357a86 internal/syscall/unix: add getrandom syscall for MIPS and SPARC
new 8e652fc 2016-09-23 Fritz Reese <fritzoreese(a)gmail.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:
gcc/fortran/ChangeLog | 17 +++
gcc/fortran/decl.c | 161 ++++++++++++++++++++++++++++-
gcc/fortran/gfortran.h | 3 +-
gcc/fortran/gfortran.texi | 52 +++++++++-
gcc/fortran/invoke.texi | 9 +-
gcc/fortran/lang.opt | 4 +
gcc/fortran/match.h | 2 +
gcc/fortran/options.c | 1 +
gcc/fortran/parse.c | 4 +
gcc/fortran/resolve.c | 18 ++--
gcc/fortran/symbol.c | 30 +++++-
gcc/fortran/trans-decl.c | 2 +-
gcc/testsuite/ChangeLog | 7 ++
gcc/testsuite/gfortran.dg/dec_static_1.f90 | 42 ++++++++
gcc/testsuite/gfortran.dg/dec_static_2.f90 | 58 +++++++++++
gcc/testsuite/gfortran.dg/dec_static_3.f90 | 20 ++++
gcc/testsuite/gfortran.dg/dec_static_4.f90 | 38 +++++++
17 files changed, 452 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dec_static_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/dec_static_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/dec_static_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/dec_static_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 compiler-rt.
from c58c8bb Fix the following tests when running under cross-compilation:
new 585919a [profile] Hide lprofCurFilename
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/profile/InstrProfilingFile.c | 3 ++-
1 file changed, 2 insertions(+), 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 gcc.
from e7c4560 2016-09-23 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new a357a86 internal/syscall/unix: add getrandom syscall for MIPS and SPARC
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/internal/syscall/unix/getrandom_linux_mips64x.go | 2 +-
.../unix/{getrandom_linux_ia64.go => getrandom_linux_mipsn32.go} | 4 +++-
.../unix/{getrandom_linux_ia64.go => getrandom_linux_mipso32.go} | 4 +++-
.../unix/{getrandom_linux_ia64.go => getrandom_linux_sparc.go} | 4 +++-
5 files changed, 11 insertions(+), 5 deletions(-)
copy libgo/go/internal/syscall/unix/{getrandom_linux_ia64.go => getrandom_linux_mi [...]
copy libgo/go/internal/syscall/unix/{getrandom_linux_ia64.go => getrandom_linux_mi [...]
copy libgo/go/internal/syscall/unix/{getrandom_linux_ia64.go => getrandom_linux_sp [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.