This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fbba83deb28 [X86] Add back the assert from r320830 that was reverted in [...]
new 4651377ec82 Add -enable-import-metadata to test
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/ThinLTO/X86/distributed_import.ll | 2 +-
1 file changed, 1 insertion(+), 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 hjl/pie/static
in repository glibc.
discards b1a906dcae Add --enable-static-pie to build-many-glibcs.py
discards 3bcf822f9f sparc: Check PIC instead of SHARED in start.S
discards 180fa24e8b microblaze: Check PIC instead of SHARED in start.S
discards 9e91e3d1db sh: Update elf_machine_load_address for static PIE
discards 7c6d58c373 s390: Update elf_machine_load_address for static PIE
discards 3ed8dc565a Add --enable-static-pie configure option to build static PIE [...]
discards e6b825345c aarch64: fix start code for static pie
discards e7b13129f7 nios2: Don't use MIN in dl-machine.h
adds 174edbde7e Update SPARC divrem generation to match output.
adds 0c4fe28d7a Remove old po/ code for copying .po files from shared directory.
adds f2da2fd81f Do not build .mo files in source directory (bug 14121).
adds 5170fa49b2 Correct build-many-glibcs.py arm-linux-gnueabihf configurations.
adds d232f2e137 Don't set errno in Hurd rtld's __access_noerrno
adds a7e3edf4f2 Increase buffer size due to warning from ToT GCC
adds 95511aab9d Fix testing with read-only source directory.
new adda173d26 nios2: Don't use MIN in dl-machine.h
new 8116d0e4a1 aarch64: fix start code for static pie
new 44e4658784 Add --enable-static-pie configure option to build static PIE [...]
new 4d7a746c98 s390: Update elf_machine_load_address for static PIE
new c4e62403a1 sh: Update elf_machine_load_address for static PIE
new cbf62acd29 microblaze: Check PIC instead of SHARED in start.S
new 882a61c686 sparc: Check PIC instead of SHARED in start.S
new f788289442 Add --enable-static-pie to build-many-glibcs.py
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b1a906dcae)
\
N -- N -- N refs/heads/hjl/pie/static (f788289442)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 8 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 | 43 +++++++++++++++++++++++++++++++++++++++++
io/Makefile | 2 ++
nscd/dbg_log.c | 2 +-
po/Makefile | 31 +++++------------------------
posix/tst-mmap-offset.c | 2 +-
scripts/build-many-glibcs.py | 6 ++++--
stdlib/tst-setcontext3.sh | 2 +-
sysdeps/mach/hurd/dl-sysdep.c | 1 -
sysdeps/sparc/sparc32/Makefile | 8 ++++----
sysdeps/sparc/sparc32/divrem.m4 | 8 +++++---
sysdeps/sparc/sparc32/rem.S | 2 +-
sysdeps/sparc/sparc32/sdiv.S | 2 +-
sysdeps/sparc/sparc32/udiv.S | 2 +-
sysdeps/sparc/sparc32/urem.S | 2 +-
14 files changed, 70 insertions(+), 43 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 gcc-7-branch
in repository gcc.
from 05314ff3c1a Daily bump.
new aa99a8a29e4 Backported from mainline 2017-12-15 Jakub Jelinek <jaku [...]
new 22609e16322 Backported from mainline 2017-12-15 Jakub Jelinek <jaku [...]
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/cp/ChangeLog | 22 ++++++++++++++
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.c | 47 +++++++++++++++++++++++++----
gcc/cp/mangle.c | 57 ++++++++++++++++++++++++++++++++++-
gcc/cp/parser.c | 4 +++
gcc/cp/pt.c | 16 ++++++----
gcc/testsuite/ChangeLog | 15 +++++++++
gcc/testsuite/g++.dg/cpp1z/decomp10.C | 3 +-
gcc/testsuite/g++.dg/cpp1z/decomp3.C | 25 +++++++++------
gcc/testsuite/g++.dg/cpp1z/decomp32.C | 32 ++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/decomp34.C | 11 +++++++
11 files changed, 209 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp32.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp34.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 llvm.
from a48c4cca967 Fix NDEBUG build problem in r320895
new fbba83deb28 [X86] Add back the assert from r320830 that was reverted in [...]
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/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 2 ++
1 file changed, 2 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 llvm.
from 2140d926da5 [ThinLTO] Enable importing of aliases as copy of aliasee
new a48c4cca967 Fix NDEBUG build problem in r320895
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/Transforms/IPO/FunctionImport.cpp | 2 +-
1 file changed, 1 insertion(+), 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 lld.
from 0e5af858a [COFF] Update an outdated comment. NFC
new 412d39c0a [COFF] Clean up debug option handling
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:
COFF/Driver.cpp | 12 +++++-------
COFF/Options.td | 1 -
test/COFF/debug-dwarf.test | 19 +++++++++++++++++++
test/COFF/nopdb.test | 14 --------------
4 files changed, 24 insertions(+), 22 deletions(-)
create mode 100644 test/COFF/debug-dwarf.test
delete mode 100644 test/COFF/nopdb.test
--
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 2d82935d1ad Fix WebAssembly backend for some LLVM API changes
new 2140d926da5 [ThinLTO] Enable importing of aliases as copy of aliasee
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/ModuleSummaryIndex.h | 18 +++-
include/llvm/IR/Value.h | 4 +
include/llvm/Transforms/IPO/FunctionImport.h | 9 ++
lib/Bitcode/Reader/BitcodeReader.cpp | 4 +-
lib/Bitcode/Writer/BitcodeWriter.cpp | 22 +++--
lib/IR/Value.cpp | 2 +-
lib/Transforms/IPO/FunctionImport.cpp | 118 ++++++++++++++++++++-----
test/ThinLTO/X86/Inputs/distributed_import.ll | 6 ++
test/ThinLTO/X86/Inputs/distributed_indexes.ll | 6 ++
test/ThinLTO/X86/alias_import.ll | 58 ++++++------
test/ThinLTO/X86/distributed_import.ll | 29 ++++--
test/ThinLTO/X86/distributed_indexes.ll | 22 +++--
test/ThinLTO/X86/funcimport.ll | 8 +-
test/Transforms/FunctionImport/funcimport.ll | 11 +--
14 files changed, 236 insertions(+), 81 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 5f885dd12c2 PR tree-optimization/36550 * tree-ssa-threadupdate.c (cou [...]
new c2f1ca016ec Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-7-branch
in repository gcc.
from 65f60920e36 PR c++/83217 * decl.c (cp_finish_decomp): If decl's type [...]
new 05314ff3c1a Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.