This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d9158124030 AMDGPU/GlobalISel: Implement select() for G_FCONSTANT
new eebfacb84e6 [llvm-mca] use a formatted_raw_ostream to insert padding an [...]
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/ResourcePressureView.cpp | 82 ++++++++++++++++-----------------
tools/llvm-mca/TimelineView.cpp | 79 +++++++++++++------------------
tools/llvm-mca/TimelineView.h | 7 +--
3 files changed, 76 insertions(+), 92 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.
from a48ed89527 [OPENMP, NVPTX] Do not globalize variables with reference/po [...]
new 88e10fe9cd [Hexagon] Add driver options for subtarget features
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/Driver/Options.td | 22 +++++++++++++++++-----
test/Driver/hexagon-memops.c | 10 ++++++++++
test/Driver/hexagon-nvj.c | 10 ++++++++++
test/Driver/hexagon-nvs.c | 10 ++++++++++
4 files changed, 47 insertions(+), 5 deletions(-)
create mode 100644 test/Driver/hexagon-memops.c
create mode 100644 test/Driver/hexagon-nvj.c
create mode 100644 test/Driver/hexagon-nvs.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 e7b97cae [clangd] Extract scoring/ranking logic, and shave yaks.
new 96061a74 add AR to acronyms of clang-tidy property check
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/objc/PropertyDeclarationCheck.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 llvm.
from e8cfe2231c5 AMDGPU: Add disasm tests for deep learning instructions + f [...]
new d9158124030 AMDGPU/GlobalISel: Implement select() for G_FCONSTANT
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/AMDGPU/AMDGPUInstructionSelector.cpp | 62 ++++++++++++++++------
.../AMDGPU/GlobalISel/inst-select-constant.mir | 61 +++++++++++++++++++++
.../AMDGPU/GlobalISel/inst-select-load-smrd.mir | 12 ++---
3 files changed, 114 insertions(+), 21 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-constant.mir
--
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 f6d41ea320 update two comments as suggested on https://reviews.llvm.org/D46843
new a48ed89527 [OPENMP, NVPTX] Do not globalize variables with reference/po [...]
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/CGOpenMPRuntimeNVPTX.cpp | 39 ++++++++++----------
test/OpenMP/nvptx_target_codegen.cpp | 18 +++++-----
test/OpenMP/nvptx_target_parallel_codegen.cpp | 1 +
.../nvptx_target_parallel_num_threads_codegen.cpp | 42 ++++++----------------
...arget_teams_distribute_parallel_for_codegen.cpp | 2 +-
..._teams_distribute_parallel_for_simd_codegen.cpp | 2 +-
6 files changed, 42 insertions(+), 62 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 faad403e268 [InstCombine] fix binop-of-shuffles to check uses
new 04291304897 [X86] Split WriteCvtF2F into F32->F64 and F64->F32 schedule [...]
new e8cfe2231c5 AMDGPU: Add disasm tests for deep learning instructions + f [...]
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:
.../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 3 +-
lib/Target/X86/X86InstrAVX512.td | 30 +-
lib/Target/X86/X86InstrSSE.td | 86 +-
lib/Target/X86/X86SchedBroadwell.td | 13 +-
lib/Target/X86/X86SchedHaswell.td | 15 +-
lib/Target/X86/X86SchedSandyBridge.td | 43 +-
lib/Target/X86/X86SchedSkylakeClient.td | 9 +-
lib/Target/X86/X86SchedSkylakeServer.td | 13 +-
lib/Target/X86/X86Schedule.td | 16 +-
lib/Target/X86/X86ScheduleAtom.td | 17 +-
lib/Target/X86/X86ScheduleBtVer2.td | 31 +-
lib/Target/X86/X86ScheduleSLM.td | 15 +-
lib/Target/X86/X86ScheduleZnver1.td | 29 +-
test/CodeGen/X86/avx512-schedule.ll | 14 +-
test/CodeGen/X86/sse2-schedule.ll | 8 +-
test/MC/Disassembler/AMDGPU/dl-insts.txt | 973 +++++++++++++++++++++
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 14 +-
test/tools/llvm-mca/X86/BtVer2/resources-sse2.s | 4 +-
18 files changed, 1176 insertions(+), 157 deletions(-)
create mode 100644 test/MC/Disassembler/AMDGPU/dl-insts.txt
--
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 26903913 [clang-tools-extra] Update uses of DEBUG macro to LLVM_DEBUG.
new e7b97cae [clangd] Extract scoring/ranking logic, and shave yaks.
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/CMakeLists.txt | 1 +
clangd/CodeComplete.cpp | 141 +++++++++--------------------------
clangd/Quality.cpp | 108 +++++++++++++++++++++++++++
clangd/Quality.h | 126 +++++++++++++++++++++++++++++++
unittests/clangd/CMakeLists.txt | 2 +
unittests/clangd/ClangdUnitTests.cpp | 35 ++-------
unittests/clangd/FileIndexTests.cpp | 71 +++++-------------
unittests/clangd/QualityTests.cpp | 123 ++++++++++++++++++++++++++++++
unittests/clangd/TestFS.cpp | 4 +-
unittests/clangd/TestTU.cpp | 95 +++++++++++++++++++++++
unittests/clangd/TestTU.h | 59 +++++++++++++++
unittests/clangd/XRefsTests.cpp | 48 +++---------
12 files changed, 589 insertions(+), 224 deletions(-)
create mode 100644 clangd/Quality.cpp
create mode 100644 clangd/Quality.h
create mode 100644 unittests/clangd/QualityTests.cpp
create mode 100644 unittests/clangd/TestTU.cpp
create mode 100644 unittests/clangd/TestTU.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 llvm.
from 1e7a393cc41 [InstCombine] add multi-use shuffle tests and regenerate ch [...]
new faad403e268 [InstCombine] fix binop-of-shuffles to check uses
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:
.../InstCombine/InstructionCombining.cpp | 22 ++++++++++------------
test/Transforms/InstCombine/vec_shuffle.ll | 7 +++----
2 files changed, 13 insertions(+), 16 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 b50d67b7315 [Hexagon] Remove unused function from subtarget
new 1e7a393cc41 [InstCombine] add multi-use shuffle tests and regenerate ch [...]
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/vec_shuffle.ll | 337 +++++++++++++++++------------
1 file changed, 196 insertions(+), 141 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.