This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 4a19e0fea Remove unused declarations
new a4909adbc Update a test case after LLVM r306794
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/COFF/hello32.test | 1 +
1 file changed, 1 insertion(+)
--
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 1f836a9fa3d 2017-06-29 Julian Brown <julian(a)codesourcery.com> Na [...]
new 6394f7ee72a S/390: Adjust to the recent branch probability changes.
new d93cb3ed9f6 profile-count.h: Fix typos and whitespace issues.
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/ChangeLog | 10 ++++++++++
gcc/config/s390/s390.c | 7 +++----
gcc/profile-count.h | 46 +++++++++++++++++++++++-----------------------
3 files changed, 36 insertions(+), 27 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 7fd563d2834 Rewrite demangle memory handling. The return of itaniumDema [...]
new ed1642feee1 Revert "r306473 - re-commit r306336: Enable vectorizer-maxi [...]
new ab8d3d1763b Revert "r306541 - Add zero-length check to memcpy/memset lo [...]
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:
lib/Transforms/Utils/LowerMemIntrinsics.cpp | 17 ++----
lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +-
test/CodeGen/NVPTX/lower-aggr-copies.ll | 4 --
.../AArch64/loop-vectorization-factors.ll | 32 ++++++------
.../LoopVectorize/AArch64/reduction-small-size.ll | 16 +++---
test/Transforms/LoopVectorize/ARM/gcc-examples.ll | 6 +--
.../LoopVectorize/X86/fp64_to_uint32-cost-model.ll | 4 +-
test/Transforms/LoopVectorize/X86/gcc-examples.ll | 15 +++---
.../LoopVectorize/X86/masked_load_store.ll | 60 ++++++++++------------
test/Transforms/LoopVectorize/X86/no_fpmath.ll | 2 +-
.../LoopVectorize/X86/no_fpmath_with_hotness.ll | 2 +-
.../LoopVectorize/X86/reduction-crash.ll | 2 +-
.../X86/vectorization-remarks-loopid-dbg.ll | 2 +-
.../LoopVectorize/X86/vectorization-remarks.ll | 2 +-
14 files changed, 73 insertions(+), 93 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 44fc78d568 fix trivial typos, NFC
new 6b7518998a Add -no-canonical-prefixes to the test line so that we can h [...]
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/Driver/openmp-offload.c | 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 a7f9678242 Remove Clang support for '-fvectorize-slp-aggressive' which [...]
new 44fc78d568 fix trivial typos, 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/Lex/PTHLexer.h | 2 +-
include/clang/Sema/Sema.h | 2 +-
lib/Parse/ParseDeclCXX.cpp | 2 +-
lib/Sema/SemaDeclAttr.cpp | 2 +-
4 files changed, 4 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 newlib.
from c86063bdc Optimized memcmp
new b70c0bc70 Remove superfluous parameter from std()
new 79cc9cb8f Add stdin_init(), stdout_init() and stderr_init()
new 668a4c872 Introduce _REENT_GLOBAL_STDIO_STREAMS
new d2e256a36 Enable _REENT_GLOBAL_STDIO_STREAMS for RTEMS
new a254c8248 Add --enable-newlib-global-stdio-streams
The 5 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:
newlib/README | 6 ++++
newlib/configure | 24 +++++++++++--
newlib/configure.in | 13 +++++++
newlib/libc/include/sys/config.h | 7 ++++
newlib/libc/include/sys/reent.h | 21 +++++++----
newlib/libc/stdio/findfp.c | 75 ++++++++++++++++++++++++++++++----------
newlib/libc/stdio/local.h | 2 +-
newlib/newlib.hin | 5 +++
8 files changed, 126 insertions(+), 27 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 76aac8f1cec [SCEV] Use depth limit instead of local cache for SExt and ZExt
new 7fd563d2834 Rewrite demangle memory handling. The return of itaniumDema [...]
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:
tools/llvm-nm/llvm-nm.cpp | 8 +++++---
1 file changed, 5 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 zorg.
from 6c08af5 Limited number of builds for slave ps4-buildslave1.
new 1c35de7 Moved builders clang-with-lto-ubuntu, clang-with-thin-lto-ubu [...]
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:
buildbot/osuosl/master/config/builders.py | 6 +++---
buildbot/osuosl/master/config/slaves.py | 3 ++-
2 files changed, 5 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.