This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/cet/gcc-7-branch
in repository gcc.
at 8ebd3a45dee Compile libgcc with -mibt -mshstk
This branch includes the following new commits:
new c3586163f69 Add -mibt and -mshstk
new 5305f204291 Add file_end_indicate_exec_stack_and_cet
new 8ebd3a45dee Compile libgcc with -mibt -mshstk
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.
--
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-tools-extra.
from 001f8ed8 [clang-tidy] Handle new array expressions in modernize-make-u [...]
new 85d8fe46 [clangd] Allow to override resource dir in ClangdServer.
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:
clangd/ClangdServer.cpp | 15 +++++++++++----
clangd/ClangdServer.h | 8 +++++++-
clangd/ClangdUnit.cpp | 6 ++----
clangd/ClangdUnit.h | 2 +-
clangd/ClangdUnitStore.h | 23 +++++++++++++----------
5 files changed, 34 insertions(+), 20 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 glibc.
from ac782f9e9a Fix elf/loadtest.c build with GCC 8.
new d57cb31910 Miscellaneous sys/ucontext.h namespace fixes (bug 21457).
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 | 16 ++++++++++++++++
NEWS | 5 +++++
sysdeps/unix/sysv/linux/m68k/sys/ucontext.h | 2 +-
sysdeps/unix/sysv/linux/mips/sys/ucontext.h | 2 +-
sysdeps/unix/sysv/linux/nios2/sys/ucontext.h | 2 +-
sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h | 10 ++++++----
6 files changed, 30 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 master
in repository llvm.
from 5b91c92a71b [InstCombine] Canonicalize clamp of float types to minmax i [...]
new 455327abba0 [ValueTracking] Enabling existing ValueTracking patch by default.
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/Analysis/ValueTracking.cpp | 9 ---------
test/Transforms/BBVectorize/loop1.ll | 2 +-
2 files changed, 1 insertion(+), 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 lld.
from 9c79a9bac [ELF] Consolidate .ARM.extab.* sections into .ARM.extab
new cf0e1e338 [ELF] - Do not set st_size field of SHT_UNDEF symbols.
new c29c57a08 [ELF] - Do not crash when LLD synthesizes output sections wit [...]
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:
ELF/SyntheticSections.cpp | 9 +++++-
ELF/Writer.cpp | 8 +++---
.../Inputs/{copy-in-shared.s => dso-undef-size.s} | 4 +--
test/ELF/dso-undef-size.s | 32 ++++++++++++++++++++++
test/ELF/relocatable-script.s | 7 +++++
5 files changed, 53 insertions(+), 7 deletions(-)
copy test/ELF/Inputs/{copy-in-shared.s => dso-undef-size.s} (61%)
create mode 100644 test/ELF/dso-undef-size.s
create mode 100644 test/ELF/relocatable-script.s
--
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 70b22cc1c31 2017-06-28 Christophe Lyon <christophe.lyon(a)linaro.org>
new 5266910fed2 Use ucontext_t not struct ucontext in linux-unwind.h files.
new 20ce76cbd0b Simplify 3*x == 3*y for wrapping types
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 | 5 +++++
gcc/match.pd | 27 +++++++++++++++++++--------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/addadd.c | 5 -----
gcc/testsuite/gcc.dg/tree-ssa/mulcmp-1.c | 10 ++++++++++
libgcc/ChangeLog | 15 +++++++++++++++
libgcc/config/aarch64/linux-unwind.h | 2 +-
libgcc/config/alpha/linux-unwind.h | 2 +-
libgcc/config/bfin/linux-unwind.h | 2 +-
libgcc/config/i386/linux-unwind.h | 4 ++--
libgcc/config/m68k/linux-unwind.h | 2 +-
libgcc/config/nios2/linux-unwind.h | 2 +-
libgcc/config/pa/linux-unwind.h | 2 +-
libgcc/config/riscv/linux-unwind.h | 2 +-
libgcc/config/sh/linux-unwind.h | 2 +-
libgcc/config/tilepro/linux-unwind.h | 2 +-
libgcc/config/xtensa/linux-unwind.h | 2 +-
17 files changed, 66 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/mulcmp-1.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 39b79bcf899 [DebugInfo] - Removed trailing whitespaces. NFC.
new cd701a90110 Add tests to document current InstCombine behavior for clam [...]
new 5b91c92a71b [InstCombine] Canonicalize clamp of float types to minmax i [...]
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/llvm/IR/PatternMatch.h | 24 ++
lib/Analysis/ValueTracking.cpp | 69 +++-
lib/Transforms/InstCombine/InstCombineSelect.cpp | 13 +-
test/Transforms/InstCombine/clamp-to-minmax.ll | 501 +++++++++++++++++++++++
4 files changed, 603 insertions(+), 4 deletions(-)
create mode 100644 test/Transforms/InstCombine/clamp-to-minmax.ll
--
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 995524d Switch to new LLVM LNT server
new 2c6df54 Add AArch64 GlobalISel buildbot
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 | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.