This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from 0c5997d [zorg] Adding global isel to a few more different bot configs
new 6f23f4f Revert "[asan] Enable -fsanitize-address-use-after-scope on 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:
zorg/buildbot/builders/sanitizers/buildbot_functions.sh | 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 gcc.
from 10268cf gcc/testsuite/ChangeLog:
new d60fb38 PR rtl-optimization/78952 * config/i386/i386.md (any_extrac [...]
new 5dd8ae1 PR c++/78488 * call.c (build_over_call): When checking elli [...]
new 288e463 [gcc] 2017-01-18 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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:
gcc/ChangeLog | 39 ++++++++++---
gcc/config/i386/i386.md | 12 ++--
gcc/config/rs6000/altivec.h | 2 +
gcc/config/rs6000/rs6000-builtin.def | 10 ++++
gcc/config/rs6000/rs6000-c.c | 25 ++++++++
gcc/config/rs6000/vsx.md | 45 +++++++++++++++
gcc/cp/ChangeLog | 6 ++
gcc/cp/call.c | 1 +
gcc/doc/extend.texi | 28 +++++++++
gcc/testsuite/ChangeLog | 28 ++++++++-
gcc/testsuite/g++.dg/cpp1z/inh-ctor37.C | 13 +++++
.../gcc.target/i386/{pr78967-1.c => pr78952-1.c} | 10 ++--
.../gcc.target/i386/{pr78967-1.c => pr78952-2.c} | 14 ++---
gcc/testsuite/gcc.target/powerpc/p9-xxbr-1.c | 67 ++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/p9-xxbr-2.c | 36 ++++++++++++
15 files changed, 309 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/inh-ctor37.C
copy gcc/testsuite/gcc.target/i386/{pr78967-1.c => pr78952-1.c} (67%)
copy gcc/testsuite/gcc.target/i386/{pr78967-1.c => pr78952-2.c} (53%)
create mode 100644 gcc/testsuite/gcc.target/powerpc/p9-xxbr-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/p9-xxbr-2.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 f5697dc [AArch64] Generate literals by the little end
new 92e82c5 cmake: Only sanitize use-after-scope if the host compiler sup [...]
new c3a226d [LV] Allow reductions that have several uses outside the loop
new 517331b Fix up a comment. NFC.
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:
cmake/modules/HandleLLVMOptions.cmake | 3 +-
lib/Transforms/Utils/LoopUtils.cpp | 18 ++++++++----
lib/Transforms/Vectorize/LoopVectorize.cpp | 7 ++---
test/Transforms/LoopVectorize/reduction.ll | 46 ++++++++++++++++++++++++++++++
4 files changed, 62 insertions(+), 12 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 fe8aea6 gcc/fortran/ChangeLog:
new 10268cf gcc/testsuite/ChangeLog:
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 | 7 +++++
gcc/fortran/primary.c | 8 +++---
gcc/fortran/trans-stmt.c | 28 ++++++++++++++------
gcc/testsuite/ChangeLog | 6 ++++-
.../coarray_alloc_with_implicit_sync_2.f90 | 30 ++++++++++++++++++++++
5 files changed, 67 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/coarray_alloc_with_implicit_sync_2.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 llvm.
from d20f95e [NewGVN] We don't use postdom info anymore. Update.
new f5697dc [AArch64] Generate literals by the little end
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/AArch64/AArch64ExpandPseudoInsts.cpp | 12 ++++----
lib/Target/AArch64/AArch64InstrInfo.cpp | 8 ++---
lib/Target/AArch64/AArch64InstrInfo.td | 32 +++++++++----------
test/CodeGen/AArch64/arm64-addrmode.ll | 4 +--
test/CodeGen/AArch64/arm64-bitfield-extract.ll | 8 ++---
test/CodeGen/AArch64/arm64-blockaddress.ll | 6 ++--
test/CodeGen/AArch64/arm64-code-model-large-abs.ll | 36 +++++++++++-----------
test/CodeGen/AArch64/arm64-const-addr.ll | 4 +--
test/CodeGen/AArch64/arm64-extern-weak.ll | 18 +++++------
.../CodeGen/AArch64/arm64-fast-isel-addr-offset.ll | 4 +--
test/CodeGen/AArch64/arm64-movi.ll | 22 ++++++-------
test/CodeGen/AArch64/bitfield-insert.ll | 12 ++++----
test/CodeGen/AArch64/blockaddress.ll | 6 ++--
test/CodeGen/AArch64/code-model-large-abs.ll | 30 +++++++++---------
test/CodeGen/AArch64/extern-weak.ll | 18 +++++------
test/CodeGen/AArch64/fpimm.ll | 10 +++---
test/CodeGen/AArch64/jump-table.ll | 6 ++--
test/CodeGen/AArch64/large-consts.ll | 6 ++--
test/CodeGen/AArch64/literal_pools_float.ll | 12 ++++----
test/CodeGen/AArch64/movw-shift-encoding.ll | 8 ++---
test/CodeGen/AArch64/stack_guard_remat.ll | 6 ++--
21 files changed, 134 insertions(+), 134 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 6449993 [ThinLTO] Add a recursive step in Metadata lazy-loading
new d20f95e [NewGVN] We don't use postdom info anymore. Update.
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/Scalar/NewGVN.cpp | 1 -
1 file changed, 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 glibc.
from ae7b8fb Update install.texi latest GCC version known to work.
new 0e8bac3 Merge translations from the Translation Project
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 +
po/bg.po | 1355 ++++++++++++++++++++++++++++-------------------------------
po/fr.po | 1382 +++++++++++++++++++++++++++++++------------------------------
po/ko.po | 1263 ++++++++++++++++++++++++++-----------------------------
po/nl.po | 1375 ++++++++++++++++++++++++++++++------------------------------
po/sv.po | 1270 +++++++++++++++++++++++++++-----------------------------
6 files changed, 3259 insertions(+), 3394 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 57f557b [lit] Support sharding testsuites, for parallel execution.
new 6449993 [ThinLTO] Add a recursive step in Metadata lazy-loading
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/Bitcode/Reader/MetadataLoader.cpp | 21 +++++++++++++++++----
test/ThinLTO/X86/lazyload_metadata.ll | 6 +++---
2 files changed, 20 insertions(+), 7 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 release_40
in repository lld.
from 31c9ef9 Creating release_40 branch off revision 291814
new c350f4d Port r292146.
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/SymbolTable.cpp | 6 +-----
ELF/Symbols.cpp | 3 ++-
test/ELF/gc-sections-shared.s | 9 ---------
test/ELF/version-script-hide-so-symbol.s | 28 ++++++++++++++++++++++++++++
4 files changed, 31 insertions(+), 15 deletions(-)
create mode 100644 test/ELF/version-script-hide-so-symbol.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.