This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 6235d9b1ad Revert "[sanitizer-coverage] one more flavor of coverage: -f [...]
new 7c78710146 Add support for #pragma clang section
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:
docs/LanguageExtensions.rst | 42 ++++++++++++++++
include/clang/Basic/Attr.td | 36 +++++++++++++
include/clang/Basic/DiagnosticParseKinds.td | 9 ++++
include/clang/Parse/Parser.h | 1 +
include/clang/Sema/Sema.h | 34 +++++++++++++
lib/CodeGen/CGDecl.cpp | 7 +++
lib/CodeGen/CodeGenModule.cpp | 30 ++++++++++-
lib/Parse/ParsePragma.cpp | 60 ++++++++++++++++++++++
lib/Sema/SemaAttr.cpp | 30 +++++++++++
lib/Sema/SemaDecl.cpp | 25 +++++++++
test/CodeGenCXX/clang-sections-tentative.c | 41 +++++++++++++++
test/CodeGenCXX/clang-sections.cpp | 78 +++++++++++++++++++++++++++++
test/Sema/pragma-clang-section.c | 17 +++++++
13 files changed, 409 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGenCXX/clang-sections-tentative.c
create mode 100644 test/CodeGenCXX/clang-sections.cpp
create mode 100644 test/Sema/pragma-clang-section.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 glibc.
from 8951dd0b14 Regenerate sysdeps/gnu/errlist.c.
new 7553131847 Fix struct sigaltstack namespace (bug 21517).
new c4c96f92f7 Define SIG_HOLD for XPG4 (bug 21538).
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:
ChangeLog | 48 +++++++++++++++++++++++
NEWS | 3 ++
bits/signum.h | 2 +-
bits/types/stack_t.h | 2 +-
debug/segfault.c | 2 +-
hurd/hurd/signal.h | 2 +-
hurd/trampoline.c | 2 +-
include/signal.h | 4 +-
signal/sigaltstack.c | 2 +-
signal/signal.h | 4 +-
sysdeps/mach/hurd/i386/signal-defines.sym | 6 +--
sysdeps/mach/hurd/sigaltstack.c | 6 +--
sysdeps/mach/hurd/sigstack.c | 2 +-
sysdeps/unix/bsd/bits/signum.h | 2 +-
sysdeps/unix/sysv/linux/alpha/bits/signum.h | 2 +-
sysdeps/unix/sysv/linux/alpha/sys/procfs.h | 2 +-
sysdeps/unix/sysv/linux/bits/signum.h | 2 +-
sysdeps/unix/sysv/linux/bits/types/stack_t.h | 2 +-
sysdeps/unix/sysv/linux/hppa/____longjmp_chk.c | 2 +-
sysdeps/unix/sysv/linux/hppa/bits/signum.h | 2 +-
sysdeps/unix/sysv/linux/ia64/sys/procfs.h | 2 +-
sysdeps/unix/sysv/linux/m68k/____longjmp_chk.c | 2 +-
sysdeps/unix/sysv/linux/mips/bits/signum.h | 2 +-
sysdeps/unix/sysv/linux/mips/bits/types/stack_t.h | 2 +-
sysdeps/unix/sysv/linux/powerpc/sys/procfs.h | 2 +-
sysdeps/unix/sysv/linux/sh/sys/procfs.h | 2 +-
sysdeps/unix/sysv/linux/sparc/bits/signum.h | 2 +-
sysdeps/unix/sysv/linux/sys/procfs.h | 2 +-
28 files changed, 83 insertions(+), 32 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 f9779131d15 [ARM] Support fixup for Thumb2 modified immediate
new 13aa077a236 Add support for #pragma clang section
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/GlobalVariable.h | 7 +
lib/CodeGen/GlobalMerge.cpp | 3 +-
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 19 ++
lib/Target/TargetLoweringObjectFile.cpp | 14 +
test/CodeGen/ARM/clang-section.ll | 140 ++++++++++
test/MC/ELF/clang-section.s | 399 +++++++++++++++++++++++++++
6 files changed, 581 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/ARM/clang-section.ll
create mode 100644 test/MC/ELF/clang-section.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 zorg.
from 000c42f Changed the llvm-clang-x86_64-expensive-checks-win builder to [...]
new 50c8df5 Retire clang-cmake-aarch64-39vma
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 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 1ea7c8124bb * gcc.dg/tree-prof/cold_partition_label.c: Update template.
new eebca588509 Add noexcept to shared_ptr owner comparisons (LWG 2873)
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:
libstdc++-v3/ChangeLog | 10 +++++++++
libstdc++-v3/include/bits/shared_ptr_base.h | 16 +++++++-------
.../cons/79467.cc => owner_less/noexcept.cc} | 25 ++++++++++++++++------
.../20_util/shared_ptr/observers/owner_before.cc | 6 ++++++
.../20_util/weak_ptr/observers/owner_before.cc | 11 +++++-----
5 files changed, 49 insertions(+), 19 deletions(-)
copy libstdc++-v3/testsuite/20_util/{shared_ptr/cons/79467.cc => owner_less/noexce [...]
--
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 3303806a3dc [InstCombine] Fix extractelement use before def
new f9779131d15 [ARM] Support fixup for Thumb2 modified immediate
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/ARM/AsmParser/ARMAsmParser.cpp | 15 ++++++--
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 20 +++++++++++
lib/Target/ARM/MCTargetDesc/ARMFixupKinds.h | 3 ++
lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp | 12 ++++++-
test/MC/ARM/big-endian-thumb2-fixup.s | 6 ++++
test/MC/ARM/t2-modified-immediate-fixup-error1.s | 13 +++++++
test/MC/ARM/t2-modified-immediate-fixup-error2.s | 12 +++++++
test/MC/ARM/t2-modified-immediate-fixup.s | 45 ++++++++++++++++++++++++
test/MC/ARM/thumb2-diagnostics.s | 2 --
9 files changed, 123 insertions(+), 5 deletions(-)
create mode 100644 test/MC/ARM/t2-modified-immediate-fixup-error1.s
create mode 100644 test/MC/ARM/t2-modified-immediate-fixup-error2.s
create mode 100644 test/MC/ARM/t2-modified-immediate-fixup.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 38a4c04c16d [AArch64] Add combine pattern for storing lane zero of a vector
new 1ea7c8124bb * gcc.dg/tree-prof/cold_partition_label.c: Update template.
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 | 8 ++
gcc/testsuite/ChangeLog | 4 +
.../gcc.dg/tree-prof/cold_partition_label.c | 3 +-
gcc/tree-ssa-loop-im.c | 90 ++++++++++++++++++----
4 files changed, 91 insertions(+), 14 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 bd505f5b021 Daily bump.
new 42c6ec2715e 2017-06-05 Janus Weil <janus(a)gcc.gnu.org>
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/resolve.c | 2 ++
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/gfortran.dg/typebound_call_28.f90 | 37 +++++++++++++++++++++++++
4 files changed, 52 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/typebound_call_28.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 3b482e4bca4 Revert "[sanitizer-coverage] one more flavor of coverage: - [...]
new 3303806a3dc [InstCombine] Fix extractelement use before def
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:
.../InstCombine/InstCombineVectorOps.cpp | 2 +-
.../InstCombine/insert-extract-shuffle.ll | 23 ++++++++++++++++++++++
2 files changed, 24 insertions(+), 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 67bc253df2f [AArch64] Peephole for SUBS
new 25236514370 [AArch64] Use SUBS for parallel subtraction and comparison [...]
new 38a4c04c16d [AArch64] Add combine pattern for storing lane zero of a vector
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 | 11 +++++
gcc/config/aarch64/aarch64-simd.md | 13 ++++++
gcc/config/aarch64/aarch64.md | 31 +++++++++++++
gcc/config/aarch64/predicates.md | 4 ++
gcc/testsuite/ChangeLog | 8 ++++
.../gcc.target/aarch64/store_lane0_str_1.c | 54 ++++++++++++++++++++++
.../aarch64/{subs_compare_1.c => subs_compare_2.c} | 6 +--
7 files changed, 124 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/store_lane0_str_1.c
copy gcc/testsuite/gcc.target/aarch64/{subs_compare_1.c => subs_compare_2.c} (82%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.