This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c6a6f0c582 Diagnose the various invalid decl-specifiers on nontype temp [...]
new bc87ce76c2 [X86] Add 'prfchw' to the correct CPUs to match the backend.
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/Basic/Targets/X86.cpp | 3 +++
test/Preprocessor/predefined-arch-macros.c | 18 ++++++++++++++++++
2 files changed, 21 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 llvm.
from 378234e8140 [X86] Enable PRFCHW feature on KNL/KNM and all CPUs inherit [...]
new 30ada0c3f31 [X86] Add missing initialization for the HasPREFETCHWT1 sub [...]
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/X86/X86Subtarget.cpp | 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 clang.
from aea3aa183d [Modules] Change private modules rules and warnings
new c6a6f0c582 Diagnose the various invalid decl-specifiers on nontype temp [...]
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/Basic/DiagnosticSemaKinds.td | 3 ++
lib/Sema/SemaTemplate.cpp | 54 ++++++++++++++++++++++++++++++
test/CXX/temp/temp.param/p2.cpp | 31 +++++++++++++++--
3 files changed, 85 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 gcc.
from 02eb0013dcf [SFN] sync up debug-only stmt list's side effects with empt [...]
new 59aae4f0626 compiler: improve escape analysis diagnostics
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/escape.cc | 124 ++++++++++++++++++++++++++++++++------------
gcc/go/gofrontend/escape.h | 4 ++
gcc/go/gofrontend/gogo.h | 4 --
gcc/go/gofrontend/names.cc | 10 ----
5 files changed, 97 insertions(+), 47 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 lldb.
from b21b14deb Change the default Aarch64 ISA to be v8.2 to correctly decode [...]
new 31f6bd97c Change SBProcess::ReadCStringFromMemory() back to returning a [...]
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:
.../postmortem/minidump-new/TestMiniDumpNew.py | 2 +-
.../process/read-mem-cstring}/Makefile | 1 +
.../process/read-mem-cstring/TestReadMemCString.py | 62 ++++++++++++++++++++++
.../python_api/process/read-mem-cstring/main.c | 13 +++++
scripts/Python/python-typemaps.swig | 3 +-
5 files changed, 79 insertions(+), 2 deletions(-)
copy packages/Python/lldbsuite/test/{functionalities/breakpoint/breakpoint_ignore_ [...]
create mode 100644 packages/Python/lldbsuite/test/python_api/process/read-mem-cstr [...]
create mode 100644 packages/Python/lldbsuite/test/python_api/process/read-mem-cstr [...]
--
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 5f658737070 [X86] Add prefetchwt1 instruction and overhaul priorities a [...]
new 378234e8140 [X86] Enable PRFCHW feature on KNL/KNM and all CPUs inherit [...]
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/X86/X86.td | 6 ++++--
1 file changed, 4 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 llvm.
from 9bfdd876145 inline-fp.ll was moved in r321332; delete it properly.
new 3b33e12ba9c [X86] Use SIGN_EXTEND to implement ANY_EXTEND from vXi1.
new 5f658737070 [X86] Add prefetchwt1 instruction and overhaul priorities a [...]
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/Target/X86/X86.td | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 32 ++---
lib/Target/X86/X86Instr3DNow.td | 20 ++-
lib/Target/X86/X86InstrInfo.td | 3 +
lib/Target/X86/X86InstrSSE.td | 2 +-
lib/Target/X86/X86Subtarget.h | 11 +-
test/CodeGen/X86/avx512-insert-extract.ll | 27 ++--
test/CodeGen/X86/avx512-mask-op.ll | 22 ++--
test/CodeGen/X86/avx512-vec-cmp.ll | 5 +-
test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 186 ++++++++++++++--------------
test/CodeGen/X86/prefetch.ll | 102 ++++++++++++---
test/CodeGen/X86/vector-compare-results.ll | 56 ++++-----
test/MC/Disassembler/X86/x86-32.txt | 3 +
test/MC/X86/3DNow.s | 2 +
14 files changed, 282 insertions(+), 191 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 fcc597840cc [Inliner] Restrict soft-float inlining penalty.
new 9bfdd876145 inline-fp.ll was moved in r321332; delete it properly.
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/Inline/inline-fp.ll | 137 ------------------------------------
1 file changed, 137 deletions(-)
delete mode 100644 test/Transforms/Inline/inline-fp.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 gcc.
from a97a3c803ae Daily bump.
new 02eb0013dcf [SFN] sync up debug-only stmt list's side effects with empt [...]
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/c-family/ChangeLog | 8 ++++++++
gcc/c-family/c-semantics.c | 23 +++++++++++++++++++----
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/pr83527.c | 26 ++++++++++++++++++++++++++
4 files changed, 59 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr83527.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.