This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 59dd021e4a5 [StructurizeCFG] auto-generate full checks; NFC
new 8019c4f0889 merge-request.sh: Update 6.0 metabug for 6.0.1
new 8b2d6a01c0c [llvm-mca] HWEventListener is a class, not struct.
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:
tools/llvm-mca/Backend.h | 2 +-
tools/llvm-mca/HWEventListener.cpp | 2 +-
utils/release/merge-request.sh | 2 +-
3 files changed, 3 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 clang-tools-extra.
from 439f888c [clangd] Bump vscode extension version to 0.0.5
new dacca66c [clangd] Early return for #include goto definition.
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/XRefs.cpp | 22 ++++++++++++----------
1 file changed, 12 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 llvm.
from 6b07e2fa926 [llvm-mca] Unify the API for the various views. NFCI
new b62dc36d6fe AMDGPU/GlobalISel: Pass subtarget + TM to LegalizerInfo
new f06452e21d6 [Power9] Add more missing instructions to the Power 9 scheduler
new 59dd021e4a5 [StructurizeCFG] auto-generate full checks; NFC
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/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 3 +-
lib/Target/AMDGPU/AMDGPULegalizerInfo.h | 5 +-
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 4 +-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 2 +-
lib/Target/PowerPC/P9InstrResources.td | 283 ++++++++++++++++++---
lib/Target/PowerPC/PPCScheduleP9.td | 33 +++
.../StructurizeCFG/invert-constantexpr.ll | 25 +-
7 files changed, 307 insertions(+), 48 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 ec47f70762b Fix unused function warning in StatisticTest.cpp
new 6b07e2fa926 [llvm-mca] Unify the API for the various views. 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:
tools/llvm-mca/Backend.cpp | 10 +-
tools/llvm-mca/Backend.h | 16 +--
tools/llvm-mca/BackendPrinter.cpp | 136 ++---------------------
tools/llvm-mca/BackendPrinter.h | 76 ++++---------
tools/llvm-mca/BackendStatistics.cpp | 59 ++++++++++
tools/llvm-mca/BackendStatistics.h | 56 +++++++++-
tools/llvm-mca/CMakeLists.txt | 1 +
tools/llvm-mca/HWEventListener.h | 3 +-
tools/llvm-mca/ResourcePressureView.h | 6 +-
tools/llvm-mca/TimelineView.h | 8 +-
tools/llvm-mca/{HWEventListener.cpp => View.cpp} | 9 +-
tools/llvm-mca/View.h | 33 ++++++
tools/llvm-mca/llvm-mca.cpp | 72 +++++++++---
13 files changed, 263 insertions(+), 222 deletions(-)
copy tools/llvm-mca/{HWEventListener.cpp => View.cpp} (65%)
create mode 100644 tools/llvm-mca/View.h
--
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 ae80c07c [clangd:vscode] Resolve symlinks for file paths from clangd.
new 439f888c [clangd] Bump vscode extension version to 0.0.5
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/clients/clangd-vscode/package.json | 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 lldb.
from 8f577000b Install lldb's SB headers (pr36630)
new 56c75b77e Fix std unique pointer pretty-printer for new stl versions
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:
.../Language/CPlusPlus/LibStdcppUniquePointer.cpp | 27 ++++++++++++++++++----
1 file changed, 23 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 gcc.
from 307f73ba125 2018-03-08 Richard Biener <rguenther(a)suse.de>
new 0d0b6c21f54 [AArch64] PR target/84748: Mark *compare_cstore<mode>_insn [...]
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/ChangeLog | 6 +++++
gcc/config/aarch64/aarch64.md | 3 ++-
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.c-torture/execute/pr84748.c | 34 +++++++++++++++++++++++++++
4 files changed, 47 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr84748.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 2f86ce800e6 [InstCombine] regenerate checks; NFC
new ec47f70762b Fix unused function warning in StatisticTest.cpp
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:
unittests/ADT/StatisticTest.cpp | 2 ++
1 file changed, 2 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 lldb.
from ea6ad4c2a [LLDB][PPC64] Fix single step and LldbGdbServer tests
new 8f577000b Install lldb's SB headers (pr36630)
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:
cmake/modules/LLDBConfig.cmake | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.