This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5bcded95305 Enable building libssp with Intel CET
new a8fd7248c97 Enable building libquadmath with Intel CET
new 4a19ab5fa37 Enable building libmpx with Intel CET
new 7ba254509ad 2017-11-17 Steve Ellcey <sellcey(a)cavium.com>
new 42ea2de2862 Enable building libgfortran with Intel CET
new 5dfed983bb7 2017-11-17 Steve Ellcey <sellcey(a)cavium.com>
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:
gcc/ChangeLog | 7 +++
gcc/config/aarch64/aarch64.c | 20 --------
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.target/aarch64/pr81356.c | 9 ++++
libgfortran/ChangeLog | 8 +++
libgfortran/Makefile.in | 4 +-
libgfortran/acinclude.m4 | 2 +
libgfortran/configure | 79 +++++++++++++++++++++++++++++-
libgfortran/configure.ac | 7 +++
libmpx/ChangeLog | 12 +++++
libmpx/Makefile.in | 3 +-
libmpx/acinclude.m4 | 2 +
libmpx/configure | 76 +++++++++++++++++++++++++++-
libmpx/configure.ac | 4 ++
libmpx/mpxrt/Makefile.am | 2 +-
libmpx/mpxrt/Makefile.in | 5 +-
libmpx/mpxwrap/Makefile.am | 4 +-
libmpx/mpxwrap/Makefile.in | 7 ++-
libquadmath/ChangeLog | 8 +++
libquadmath/Makefile.am | 1 +
libquadmath/Makefile.in | 5 +-
libquadmath/acinclude.m4 | 2 +
libquadmath/configure | 78 ++++++++++++++++++++++++++++-
libquadmath/configure.ac | 5 ++
24 files changed, 319 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr81356.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 gcc.
from c5b2145b528 Enable building libsanitizer with Intel CET
new 20c60140162 Enable building libvtv with Intel CET
new 5bcded95305 Enable building libssp with Intel CET
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:
libssp/ChangeLog | 9 +++++
libssp/Makefile.am | 3 +-
libssp/Makefile.in | 9 +++--
libssp/aclocal.m4 | 2 +
libssp/configure | 78 +++++++++++++++++++++++++++++++++++++-
libssp/configure.ac | 5 +++
libvtv/ChangeLog | 9 +++++
libvtv/Makefile.in | 3 +-
libvtv/acinclude.m4 | 2 +
libvtv/configure | 77 ++++++++++++++++++++++++++++++++++++-
libvtv/configure.ac | 5 +++
libvtv/testsuite/Makefile.in | 3 +-
libvtv/testsuite/libvtv.cc/vtv.exp | 1 +
13 files changed, 196 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 clang.
from a007e4f0ca Fix coverage test on Windows bot
new a845ce5157 [cmake] Use llvm-lit directory when provided for stand-alone build
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:
CMakeLists.txt | 3 +++
1 file changed, 3 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 glibc.
from ce003e5d4c support_become_root: Enable file creation in user namespaces
new 015c6dc288 Support bits/floatn.h inclusion from .S files.
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 | 11 ++
bits/floatn-common.h | 294 +++++++++++++++++----------------
bits/floatn.h | 8 +-
sysdeps/ia64/bits/floatn.h | 60 +++----
sysdeps/ieee754/ldbl-128/bits/floatn.h | 46 +++---
sysdeps/mips/ieee754/bits/floatn.h | 46 +++---
sysdeps/powerpc/bits/floatn.h | 60 +++----
sysdeps/x86/bits/floatn.h | 60 +++----
8 files changed, 312 insertions(+), 273 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 9f8c0170e63 AMDGPU: Move hazard avoidance out of waitcnt pass.
new fc1a0ac68ee [MC] Fix regression tests on Windows when git “core.autocrl [...]
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:
.gitattributes | 12 ++++++++++++
docs/GettingStartedVS.rst | 5 +++++
lib/MC/MCParser/AsmLexer.cpp | 2 ++
.../{preserve-comments.s => preserve-comments-crlf.s} | 2 +-
4 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 .gitattributes
copy test/MC/AsmParser/{preserve-comments.s => preserve-comments-crlf.s} (87%)
--
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 2609dad5c8 Loosen -Wempty-body warning
new a007e4f0ca Fix coverage test on Windows bot
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/coverage.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 lld.
from 92243d27b COFF: Stop emitting a non-standard COFF symbol table into PEs.
new a9d1f970f Don't use llvm/Config/config.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:
ELF/Filesystem.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 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 binutils-gdb.
from 7468702dcb Remove DEF_VEC_I (int)
new 71a3c36949 Handle dereferencing Rust trait objects
new 68e745e38e Make template_symbol derive from symbol
new cf724bc93e Use an enum to represent subclasses of symbol
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:
gdb/ChangeLog | 41 +++++++++++
gdb/dwarf2read.c | 60 +++++++++++++++-
gdb/objfiles.h | 5 ++
gdb/psymtab.c | 82 ++++++++++++++++++++++
gdb/rust-lang.c | 53 ++++++++++++++
gdb/symfile-debug.c | 28 ++++++++
gdb/symfile.h | 8 +++
gdb/symtab.c | 41 ++++++++++-
gdb/symtab.h | 48 +++++++++----
gdb/testsuite/ChangeLog | 5 ++
gdb/testsuite/gdb.rust/{unsized.exp => traits.exp} | 18 ++++-
gdb/testsuite/gdb.rust/{watch.rs => traits.rs} | 21 ++++--
12 files changed, 389 insertions(+), 21 deletions(-)
copy gdb/testsuite/gdb.rust/{unsized.exp => traits.exp} (70%)
copy gdb/testsuite/gdb.rust/{watch.rs => traits.rs} (78%)
--
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 7bde822dd34 Enable building libstdc++-v3 with Intel CET
new c5b2145b528 Enable building libsanitizer with Intel CET
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:
libsanitizer/ChangeLog | 26 +++++++
libsanitizer/Makefile.in | 6 +-
libsanitizer/acinclude.m4 | 2 +
libsanitizer/asan/Makefile.am | 1 +
libsanitizer/asan/Makefile.in | 8 ++-
libsanitizer/configure | 84 +++++++++++++++++++++-
libsanitizer/configure.ac | 9 +++
libsanitizer/interception/Makefile.am | 1 +
libsanitizer/interception/Makefile.in | 8 ++-
libsanitizer/libbacktrace/Makefile.am | 2 +
libsanitizer/libbacktrace/Makefile.in | 11 ++-
libsanitizer/lsan/Makefile.am | 1 +
libsanitizer/lsan/Makefile.in | 8 ++-
libsanitizer/sanitizer_common/Makefile.am | 2 +
libsanitizer/sanitizer_common/Makefile.in | 9 ++-
.../sanitizer_common/sanitizer_linux_x86_64.S | 2 +
libsanitizer/tsan/Makefile.am | 1 +
libsanitizer/tsan/Makefile.in | 8 ++-
libsanitizer/tsan/tsan_rtl_amd64.S | 7 ++
libsanitizer/ubsan/Makefile.am | 1 +
libsanitizer/ubsan/Makefile.in | 8 ++-
21 files changed, 187 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 ddb44a6e699 [llvm-profdata] Don't treat non-fatal merge errors as fatal
new 9f8c0170e63 AMDGPU: Move hazard avoidance out of waitcnt pass.
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/AMDGPU/AMDGPUSubtarget.h | 6 +-
lib/Target/AMDGPU/GCNHazardRecognizer.cpp | 91 ++--
lib/Target/AMDGPU/GCNHazardRecognizer.h | 2 +-
lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 54 ---
test/CodeGen/AMDGPU/break-vmem-soft-clauses.mir | 580 ++++++++++++++++++++++++
test/CodeGen/AMDGPU/inserted-wait-states.mir | 8 +-
test/CodeGen/AMDGPU/sendmsg-m0-hazard.mir | 49 ++
7 files changed, 693 insertions(+), 97 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/break-vmem-soft-clauses.mir
create mode 100644 test/CodeGen/AMDGPU/sendmsg-m0-hazard.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.