This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a76b7566a84 [demangler] Fix a bug in r328464 found by oss-fuzz.
new b2c894024b5 [Pipeliner] Correctly update memoperands in the epilog
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/MachinePipeliner.cpp | 6 +-
test/CodeGen/Hexagon/swp-memrefs-epilog.ll | 102 +++++++++++++++++++++++++++++
2 files changed, 106 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/Hexagon/swp-memrefs-epilog.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 llvm.
from 474404b22b0 Migrate dockerfiles to use multi-stage builds.
new c6c033fb73a [X86][Btver2] Add CVTSD2SI/CVTSS2SI scheduler costs
new eb1ea2f1c81 [Hexagon] Give priority to post-incremementing memory acces [...]
new a76b7566a84 [demangler] Fix a bug in r328464 found by oss-fuzz.
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:
lib/Demangle/ItaniumDemangle.cpp | 29 ++++++++++++++-
lib/Target/Hexagon/HexagonTargetTransformInfo.cpp | 6 ++-
lib/Target/Hexagon/HexagonTargetTransformInfo.h | 3 ++
lib/Target/X86/X86ScheduleBtVer2.td | 12 ++++++
test/CodeGen/Hexagon/swp-epilog-numphis.ll | 2 +
test/CodeGen/Hexagon/swp-vmult.ll | 45 +++++++++++------------
test/CodeGen/Hexagon/swp-vsum.ll | 41 +++++++++++----------
test/CodeGen/Hexagon/vect-downscale.ll | 2 +
test/CodeGen/X86/sse-schedule.ll | 32 ++++++++--------
test/CodeGen/X86/sse2-schedule.ll | 32 ++++++++--------
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 33 +++++++++++------
test/tools/llvm-mca/X86/BtVer2/resources-sse1.s | 32 ++++++++--------
test/tools/llvm-mca/X86/BtVer2/resources-sse2.s | 16 ++++----
13 files changed, 171 insertions(+), 114 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 libcxxabi.
from 04f3985 [demangler] Use a back-patching scheme to resolve forward ref [...]
new 565ba04 [demangler] Fix a bug in r328464 found by oss-fuzz.
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:
src/cxa_demangle.cpp | 29 +++++++++++++++++++++++++++--
1 file changed, 27 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 lldb.
from 3b7a673ea Make @skipUnlessSupportedTypeAttribute windows-compatible
new 1061d9685 Fix TestDisassembleBreakpoint broken by r328488
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:
.../disassembly/TestDisassembleBreakpoint.py | 51 +++++++++-------------
.../test/functionalities/disassembly/main.cpp | 4 +-
2 files changed, 22 insertions(+), 33 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 3e5c120fbac [InstCombine] distribute fmul over fadd/fsub
new 474404b22b0 Migrate dockerfiles to use multi-stage builds.
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/Docker.rst | 58 ++++++++++---------------
utils/docker/build_docker_image.sh | 16 ++-----
utils/docker/debian8/{build => }/Dockerfile | 25 ++++++-----
utils/docker/debian8/release/Dockerfile | 21 ---------
utils/docker/example/{build => }/Dockerfile | 23 +++++++---
utils/docker/example/release/Dockerfile | 24 ----------
utils/docker/nvidia-cuda/{build => }/Dockerfile | 24 +++++-----
utils/docker/nvidia-cuda/release/Dockerfile | 23 ----------
utils/docker/scripts/build_install_llvm.sh | 11 ++---
9 files changed, 70 insertions(+), 155 deletions(-)
rename utils/docker/debian8/{build => }/Dockerfile (80%)
delete mode 100644 utils/docker/debian8/release/Dockerfile
rename utils/docker/example/{build => }/Dockerfile (58%)
delete mode 100644 utils/docker/example/release/Dockerfile
rename utils/docker/nvidia-cuda/{build => }/Dockerfile (60%)
delete mode 100644 utils/docker/nvidia-cuda/release/Dockerfile
--
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 da4fb16364d [X86][Btver2] Fix YMM BLENDPD/BLENDPS + UNPCKPD/UNPCKP inst [...]
new 3e5c120fbac [InstCombine] distribute fmul over fadd/fsub
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/Transforms/InstCombine/InstCombineInternal.h | 2 -
.../InstCombine/InstCombineMulDivRem.cpp | 113 +++------------------
test/Transforms/InstCombine/fast-math.ll | 9 +-
test/Transforms/InstCombine/fmul.ll | 15 ++-
4 files changed, 26 insertions(+), 113 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 7fa3ae5ae3e [llvm-mca] Fix how views are added to the InstructionTables.
new da4fb16364d [X86][Btver2] Fix YMM BLENDPD/BLENDPS + UNPCKPD/UNPCKP inst [...]
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/X86ScheduleBtVer2.td | 12 ++++++++----
test/CodeGen/X86/avx-schedule.ll | 24 ++++++++++++------------
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 24 ++++++++++++------------
3 files changed, 32 insertions(+), 28 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 79061107 [clang-tidy] Enable Python 3 support for add_new_check.py
new 3f403613 [clangd] Support incremental document syncing
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:
clangd/ClangdLSPServer.cpp | 23 +-
clangd/DraftStore.cpp | 64 ++++-
clangd/DraftStore.h | 16 +-
clangd/Protocol.cpp | 3 +-
clangd/Protocol.h | 32 ++-
test/clangd/initialize-params-invalid.test | 2 +-
test/clangd/initialize-params.test | 2 +-
test/clangd/textdocument-didchange-fail.test | 37 +++
unittests/clangd/CMakeLists.txt | 1 +
unittests/clangd/DraftStoreTests.cpp | 350 +++++++++++++++++++++++++++
10 files changed, 514 insertions(+), 16 deletions(-)
create mode 100644 test/clangd/textdocument-didchange-fail.test
create mode 100644 unittests/clangd/DraftStoreTests.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 gcc.
from a8f8d460fa8 Add workaround to std::variant for Clang bug 31852
new 5ff78dd39bd PR c++/85049 - ICE with __integer_pack.
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/cp-tree.h | 6 ++++++
gcc/cp/pt.c | 5 +++++
gcc/testsuite/g++.dg/ext/integer-pack3.C | 21 +++++++++++++++++++++
4 files changed, 38 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/ext/integer-pack3.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 74c171f5c08 [X86][Btver2] Add (V)SQRTPD/(V)SQRTSD costs
new 4432622fbc8 [InstCombine] check uses before creating instructions for f [...]
new 7fa3ae5ae3e [llvm-mca] Fix how views are added to the InstructionTables.
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:
.../InstCombine/InstCombineMulDivRem.cpp | 2 +-
test/Transforms/InstCombine/fmul.ll | 15 +--
test/tools/llvm-mca/X86/BtVer2/resources-sse1.s | 103 +++++++++++++++++++++
tools/llvm-mca/InstructionTables.cpp | 9 +-
tools/llvm-mca/InstructionTables.h | 12 ++-
tools/llvm-mca/llvm-mca.cpp | 13 ++-
6 files changed, 127 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.