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 012d9d005ab backport "[tail-merge] Don't merge bbs with bb_has_abnormal_pred"
new 46b0a11d76e PR c++/84854 * semantics.c (finish_if_stmt_cond): Check i [...]
new a38985617fc PR c++/84927 * constexpr.c (cxx_eval_bare_aggregate): Upd [...]
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/cp/ChangeLog | 17 +++++++++++++++++
gcc/cp/constexpr.c | 13 +++++++------
gcc/cp/semantics.c | 5 ++++-
gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr9.C | 14 ++++++++++++++
gcc/testsuite/g++.dg/cpp1z/constexpr-if13.C | 11 +++++++++++
5 files changed, 53 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr9.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if13.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 clang-tools-extra.
from 4744cb6b Revert "[clang-doc] Reland "[clang-doc] Setup clang-doc front [...]
new d9e6e757 clang-tidy, modularize: return non-zero exit code on errors
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:
clang-tidy/tool/ClangTidyMain.cpp | 4 ++--
modularize/Modularize.cpp | 2 +-
test/clang-tidy/select-checks.cpp | 2 +-
test/modularize/NoProblemsNamespace.modularize | 2 +-
4 files changed, 5 insertions(+), 5 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 c6005c0d9ac [X86][CLMUL] Use the default CLMUL scheduler classes direct [...]
new 92198f30146 [InstCombine] add folds for xor-of-icmp signbit tests (PR36682)
new d7398385c01 [llvm-mca] Minor refactoring. NFCI
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/InstCombine/InstCombineAndOrXor.cpp | 28 +++++++++++
test/Transforms/InstCombine/compare-signs.ll | 25 +++++-----
test/Transforms/InstCombine/xor-icmps.ll | 56 +++++++++++++++++-----
tools/llvm-mca/Instruction.cpp | 2 +-
tools/llvm-mca/Instruction.h | 3 --
tools/llvm-mca/LSUnit.cpp | 23 +++++++++
tools/llvm-mca/LSUnit.h | 18 ++-----
tools/llvm-mca/Scheduler.cpp | 13 ++---
8 files changed, 115 insertions(+), 53 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 c97f327cc98 xfail experimental/memory_resource/resource_adaptor.cc on 3 [...]
new 94872e6078f gcc/testsuite * gcc.dg/graphite/pr83126.c: Require pthrea [...]
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/graphite/pr83126.c | 1 +
2 files changed, 5 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 clang.
from 541a3de27e [clang-format] Add a few more Core Graphics identifiers to O [...]
new eee26f22fc [CodeGen] Emit DWARF "constructor" calling convention
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/CodeGen/CGDebugInfo.cpp | 14 +++--
test/CodeGen/debug-info-cc.c | 120 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 131 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/debug-info-cc.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 lld.
from 2699910c3 Make test a bit less strict. NFC.
new 0d768a806 [ELF] - Apply clang-format. 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:
ELF/Writer.cpp | 20 ++++++++++----------
1 file changed, 10 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 gcc.
from 0b46d346e98 PR inline-asm/84941 * function.c (match_asm_constraints_1 [...]
new c97f327cc98 xfail experimental/memory_resource/resource_adaptor.cc on 3 [...]
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 | 6 ++++++
.../testsuite/experimental/memory_resource/resource_adaptor.cc | 1 +
2 files changed, 7 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 4a0d8d3b03f [X86] Use the default AES scheduler classes directly. NFCI.
new 20bfacfd59f [X86][CLMUL] Fix/add missing itinerary tags to (V)PCLMULQDQ [...]
new c6005c0d9ac [X86][CLMUL] Use the default CLMUL scheduler classes direct [...]
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/X86InstrSSE.td | 8 ++++----
lib/Target/X86/X86SchedBroadwell.td | 6 +-----
lib/Target/X86/X86SchedHaswell.td | 24 ++++++------------------
lib/Target/X86/X86SchedSkylakeClient.td | 28 ++++++++--------------------
lib/Target/X86/X86SchedSkylakeServer.td | 28 ++++++++--------------------
5 files changed, 27 insertions(+), 67 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 213a51db0a6 Add vendor specific calling convention to DWARF
new 4a0d8d3b03f [X86] Use the default AES scheduler classes directly. NFCI.
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/X86SchedBroadwell.td | 84 +++++++-------------------------
lib/Target/X86/X86SchedHaswell.td | 74 ++++++----------------------
lib/Target/X86/X86SchedSandyBridge.td | 34 -------------
lib/Target/X86/X86SchedSkylakeClient.td | 82 ++++++++++---------------------
lib/Target/X86/X86SchedSkylakeServer.td | 86 ++++++++++-----------------------
5 files changed, 84 insertions(+), 276 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 26d6cec4a9 Make "info proc cmdline" show args on GNU/Linux
new dd6d677f0b ppc: Detect when LR is saved through frame pointer
new 7a8f494c7b ppc: Fix stwux and stdux masks in skip_prologue
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:
gdb/ChangeLog | 16 +++++++++++
gdb/rs6000-tdep.c | 82 +++++++++++++++++++++++++++++++++++++------------------
2 files changed, 71 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.