This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from a329844 Make sure tilepro uses kernel atomics fo atomic_store
new 8129bf7 Make SH <sys/user.h> self-contained.
new 84c426b Ignore -Wmaybe-uninitialized in stdlib/bug-getcontext.c.
new 14f95a4 Add script to build many glibc configurations.
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 | 10 +
scripts/build-many-glibcs.py | 1142 +++++++++++++++++++++++++++++++++
stdlib/bug-getcontext.c | 9 +
sysdeps/unix/sysv/linux/sh/sys/user.h | 1 +
4 files changed, 1162 insertions(+)
create mode 100755 scripts/build-many-glibcs.py
--
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 35cecc3 Fixed the lost FastMathFlags for FCmp operations in SLPVector [...]
new 6b8a078 Fix -Wpessimizing-move warning.
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/Object/ModuleSummaryIndexObjectFile.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 clang.
from bfcd38d [PowerPC] Add vector conversion builtins to altivec.h - clang [...]
new 71aaafa [ASTMatchers] Fix a typo in cStyleCastExpr() docs. 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:
include/clang/ASTMatchers/ASTMatchers.h | 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 gentoo/2.24
in repository glibc.
at 822305b Fix linknamespace parallel test failures.
No new revisions were added by this update.
--
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 9b252f0 Bitcode: Clean up error handling for certain bitcode query fu [...]
new aeb2eff Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.
new ed7a0c4 [AArch64] Update a FIXME comment to reflect current state. NFC.
new 35cecc3 Fixed the lost FastMathFlags for FCmp operations in SLPVector [...]
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:
include/llvm/Bitcode/BitcodeReader.h | 8 +---
include/llvm/Object/ModuleSummaryIndexObjectFile.h | 9 ++--
lib/Bitcode/Reader/BitcodeReader.cpp | 28 +++---------
lib/LTO/LTO.cpp | 7 ++-
lib/LTO/ThinLTOCodeGenerator.cpp | 18 +++-----
lib/Object/ModuleSummaryIndexObjectFile.cpp | 37 +++++++--------
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 6 ++-
lib/Transforms/IPO/FunctionImport.cpp | 41 +++--------------
lib/Transforms/Vectorize/SLPVectorizer.cpp | 7 +--
.../SLPVectorizer/X86/propagate_ir_flags.ll | 52 ++++++++++++++++++++++
tools/llvm-link/llvm-link.cpp | 28 +++---------
tools/llvm-lto/llvm-lto.cpp | 37 +++++----------
12 files changed, 120 insertions(+), 158 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 clang.
from 32dc773 [cfi] Enable cfi-icall on ARM and AArch64.
new 7f4b749 Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.
new bfcd38d [PowerPC] Add vector conversion builtins to altivec.h - clang [...]
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:
include/clang/Basic/BuiltinsPPC.def | 10 +
lib/CodeGen/BackendUtil.cpp | 14 +-
lib/Headers/altivec.h | 266 ++++++++++++++++++++++++-
test/CodeGen/builtins-ppc-altivec.c | 16 ++
test/CodeGen/builtins-ppc-p8vector.c | 9 -
test/CodeGen/builtins-ppc-vsx.c | 374 +++++++++++++++++++++++++++++++++++
6 files changed, 671 insertions(+), 18 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 a27bda7 [InstCombine] add tests to show size-increasing select transforms
new d8314f0 [ORC] Refactor the ORC RPC utilities to add some new features.
new b35b701 [ORC] Revert r286620 while I investigate a bot failure.
new 3352395 Bitcode: Prepare to move bitcode readers to free functions.
new 9b252f0 Bitcode: Clean up error handling for certain bitcode query fu [...]
The 4 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/Bitcode/BitcodeReader.h | 30 +-
include/llvm/Object/ModuleSummaryIndexObjectFile.h | 6 -
lib/Bitcode/Reader/BitcodeReader.cpp | 743 ++++++++++-----------
lib/LTO/LTO.cpp | 6 +-
lib/LTO/LTOModule.cpp | 26 +-
lib/LTO/ThinLTOCodeGenerator.cpp | 15 +-
lib/Object/ModuleSummaryIndexObjectFile.cpp | 12 -
tools/llvm-lto/llvm-lto.cpp | 10 +-
tools/lto/lto.cpp | 4 +-
9 files changed, 402 insertions(+), 450 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 0d8eeac Fix code to deal with recent LLVM changes.
new b55d404 Bitcode: Clean up error handling for certain bitcode query fu [...]
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 | 7 +------
ELF/Driver.h | 2 --
ELF/InputFiles.cpp | 4 ++--
3 files changed, 3 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 llvm.
from 687ce7f [AArch64] Add test to show narrow zero store merging is disab [...]
new a27bda7 [InstCombine] add tests to show size-increasing select transforms
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/Transforms/InstCombine/select-bitext.ll | 46 ++++++++++++++++++++++++++++
1 file changed, 46 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 gcc.
from fc27a8e 2016-11-11 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 2b129e7 * config/i386/i386.md (*<shift_insn><mode>3_doubleword): Mar [...]
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 | 1 +
gcc/config/i386/i386.md | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.