This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f633bc35164 [InstCombine] move/add tests for xor-of-icmps (PR36682); NFC
new c414c7259c0 [X86][SandyBridge] Merge more VEX/non-VEX instregex pattern [...]
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/X86SchedSandyBridge.td | 963 ++++++++++++----------------------
1 file changed, 326 insertions(+), 637 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 users/ahayward/xml4
in repository binutils-gdb.
at d50aeadb1c Remove xml files from gdbserver
This branch includes the following new commits:
new 2f3a377ccc Move tdesc header funcs to c file
new 4bfb01e50e Make gdbserver reg_defs a vector of objects
new 81a0b69af5 Commonise tdesc_reg
new 0f29596d1f Commonise tdesc_feature
new ca76ad4fae Commonise tdesc types
new bc21797516 Add tdesc osabi and architecture functions
new 26faeefc54 Add feature reference in .dat files
new 124b7afa5d Create xml from target descriptions
new 423cbc737c Remove xml file references from target descriptions.
new d50aeadb1c Remove xml files from gdbserver
The 10 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 gcc.
from d4035a373f1 * Makefile.am (check-runtime): Pass -test.timeout with GO [...]
new a8413a5587c [PR c++/84804] ICE with default arg, template friend & lambda
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/cp/ChangeLog | 6 ++++++
gcc/cp/name-lookup.c | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/lookup/pr84804.C | 12 ++++++++++++
4 files changed, 25 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/pr84804.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 f169e120a7f [LangRef] add note about format of FP types
new f633bc35164 [InstCombine] move/add tests for xor-of-icmps (PR36682); 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:
test/Transforms/InstCombine/xor-icmps.ll | 128 +++++++++++++++++++++++++++++++
test/Transforms/InstCombine/xor.ll | 21 -----
2 files changed, 128 insertions(+), 21 deletions(-)
create mode 100644 test/Transforms/InstCombine/xor-icmps.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 clang-tools-extra.
from d404863f [clang-tidy] Resubmit hicpp-multiway-paths-covered without br [...]
new fc6f2542 [Fix] fix type deduction on ARM and MSVC
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/hicpp/MultiwayPathsCoveredCheck.cpp | 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 gcc.
from 55beab024c3 PR c++/84850 - -Wclass-memaccess on a memcpy in a copy assi [...]
new d4035a373f1 * Makefile.am (check-runtime): Pass -test.timeout with GO [...]
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:
gotools/ChangeLog | 6 ++++++
gotools/Makefile.am | 4 ++--
gotools/Makefile.in | 4 ++--
3 files changed, 10 insertions(+), 4 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 32f537a2c [dotest] Use subprocess.call to forward arguments in wrapper
new c7491328c Last batch of test-tree cleaning changes
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/elf-core/TestLinuxCore.py | 46 +++++++--------
.../postmortem/minidump-new/TestMiniDumpNew.py | 39 ++++++-------
.../Python/lldbsuite/test/logging/TestLogging.py | 36 ++++--------
.../Python/lldbsuite/test/source-manager/Makefile | 10 +++-
.../test/source-manager/TestSourceManager.py | 67 +++++++---------------
5 files changed, 80 insertions(+), 118 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-tools-extra.
from d789c6ff [clang-tidy][modernize-make-unique] Checks c++14 flag before [...]
new d404863f [clang-tidy] Resubmit hicpp-multiway-paths-covered without br [...]
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/hicpp/CMakeLists.txt | 1 +
clang-tidy/hicpp/HICPPTidyModule.cpp | 3 +
clang-tidy/hicpp/MultiwayPathsCoveredCheck.cpp | 181 ++++++++
clang-tidy/hicpp/MultiwayPathsCoveredCheck.h | 51 +++
docs/ReleaseNotes.rst | 5 +
.../checks/hicpp-multiway-paths-covered.rst | 96 +++++
docs/clang-tidy/checks/list.rst | 1 +
.../hicpp-multiway-paths-covered-else.cpp | 57 +++
test/clang-tidy/hicpp-multiway-paths-covered.cpp | 468 +++++++++++++++++++++
9 files changed, 863 insertions(+)
create mode 100644 clang-tidy/hicpp/MultiwayPathsCoveredCheck.cpp
create mode 100644 clang-tidy/hicpp/MultiwayPathsCoveredCheck.h
create mode 100644 docs/clang-tidy/checks/hicpp-multiway-paths-covered.rst
create mode 100644 test/clang-tidy/hicpp-multiway-paths-covered-else.cpp
create mode 100644 test/clang-tidy/hicpp-multiway-paths-covered.cpp
--
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 94f16be2380 [RISCV] Codegen support for RV32F floating point comparison [...]
new f169e120a7f [LangRef] add note about format of FP types
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/LangRef.rst | 4 ++++
1 file changed, 4 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 30a32a618ed [RISCV] Add tests missed from r327979
new 94f16be2380 [RISCV] Codegen support for RV32F floating point comparison [...]
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/RISCV/RISCVISelLowering.cpp | 17 +-
lib/Target/RISCV/RISCVInstrInfo.cpp | 41 ++-
lib/Target/RISCV/RISCVInstrInfo.td | 13 +-
lib/Target/RISCV/RISCVInstrInfoF.td | 16 +
test/CodeGen/RISCV/bare-select.ll | 14 +
test/CodeGen/RISCV/float-br-fcmp.ll | 534 ++++++++++++++++++++++++++++++++
test/CodeGen/RISCV/float-fcmp.ll | 215 +++++++++++++
test/CodeGen/RISCV/float-select-fcmp.ll | 304 ++++++++++++++++++
8 files changed, 1137 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/RISCV/float-br-fcmp.ll
create mode 100644 test/CodeGen/RISCV/float-fcmp.ll
create mode 100644 test/CodeGen/RISCV/float-select-fcmp.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.