This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ad396b6a172 AMDGPU: enable 128-bit for local addr space under an option
new b5f3ce829b8 [llvm-mca] Fix MCACommentConsumer
new 225c6a9d5c1 [X86] Revert the SLM part of r328914.
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/X86ScheduleSLM.td | 4 +++-
test/CodeGen/X86/slow-pmulld.ll | 42 ++++++++++++++++++++------------------
test/CodeGen/X86/sse41-schedule.ll | 4 ++--
tools/llvm-mca/llvm-mca.cpp | 2 +-
4 files changed, 28 insertions(+), 24 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 aae4cd3ca11 [llvm-mca] Add the ability to mark regions of code for anal [...]
new ad396b6a172 AMDGPU: enable 128-bit for local addr space under an option
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/AMDGPU.td | 6 ++++++
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 +
lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 +++--
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 8 +++++---
lib/Target/AMDGPU/SIISelLowering.cpp | 9 ++-------
test/CodeGen/AMDGPU/load-local-f32.ll | 6 +++---
test/CodeGen/AMDGPU/load-local-f64.ll | 4 ++--
test/CodeGen/AMDGPU/load-local-i16.ll | 4 ++--
test/CodeGen/AMDGPU/load-local-i32.ll | 6 +++---
test/CodeGen/AMDGPU/load-local-i64.ll | 4 ++--
test/CodeGen/AMDGPU/load-local-i8.ll | 4 ++--
11 files changed, 31 insertions(+), 26 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 release_60
in repository llvm.
from aa0c91ae818 Merging r328341:
new a7769cbdb10 Merging r326535:
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/SIISelLowering.cpp | 1 +
lib/Target/AMDGPU/SIInstructions.td | 4 +
test/CodeGen/AMDGPU/ctpop16.ll | 334 +++++++++++++++++++++++++++++++++++
3 files changed, 339 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/ctpop16.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 70b72706587 AMDGPU: Initialize GlobalISel passes
new aae4cd3ca11 [llvm-mca] Add the ability to mark regions of code for anal [...]
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/CommandGuide/llvm-mca.rst | 18 ++++
test/tools/llvm-mca/X86/llvm-mca-markers-1.s | 10 ++
test/tools/llvm-mca/X86/llvm-mca-markers-2.s | 25 +++++
test/tools/llvm-mca/X86/llvm-mca-markers-3.s | 25 +++++
test/tools/llvm-mca/X86/llvm-mca-markers-4.s | 29 ++++++
test/tools/llvm-mca/X86/llvm-mca-markers-5.s | 71 +++++++++++++
test/tools/llvm-mca/X86/llvm-mca-markers-6.s | 13 +++
test/tools/llvm-mca/X86/llvm-mca-markers-7.s | 12 +++
tools/llvm-mca/CMakeLists.txt | 1 +
tools/llvm-mca/CodeRegion.cpp | 66 ++++++++++++
tools/llvm-mca/CodeRegion.h | 131 ++++++++++++++++++++++++
tools/llvm-mca/SourceMgr.h | 7 +-
tools/llvm-mca/llvm-mca.cpp | 147 +++++++++++++++++++--------
13 files changed, 509 insertions(+), 46 deletions(-)
create mode 100644 test/tools/llvm-mca/X86/llvm-mca-markers-1.s
create mode 100644 test/tools/llvm-mca/X86/llvm-mca-markers-2.s
create mode 100644 test/tools/llvm-mca/X86/llvm-mca-markers-3.s
create mode 100644 test/tools/llvm-mca/X86/llvm-mca-markers-4.s
create mode 100644 test/tools/llvm-mca/X86/llvm-mca-markers-5.s
create mode 100644 test/tools/llvm-mca/X86/llvm-mca-markers-6.s
create mode 100644 test/tools/llvm-mca/X86/llvm-mca-markers-7.s
create mode 100644 tools/llvm-mca/CodeRegion.cpp
create mode 100644 tools/llvm-mca/CodeRegion.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 gcc.
from 14dd004ec10 PR c++/85256 - ICE capturing pointer to VLA.
new ec7963440d1 PR rtl/84058 * cfgcleanup.c (try_forward_edges): Do not g [...]
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 | 9 +++++++++
gcc/cfgcleanup.c | 41 +++++++++--------------------------------
gcc/cfgrtl.c | 15 ++++++++++++++-
3 files changed, 32 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 a4c5186fc50 [X86][SSE] Add floating point add/mul strict (ordered) vect [...]
new 70b72706587 AMDGPU: Initialize GlobalISel passes
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/AMDGPUTargetMachine.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 767f692c451 Support generic expansion of ordered vector reduction (PR36732)
new a4c5186fc50 [X86][SSE] Add floating point add/mul strict (ordered) vect [...]
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/CodeGen/X86/vector-reduce-fadd.ll | 1863 ++++++++++++++++++++++++++++++++
test/CodeGen/X86/vector-reduce-fmul.ll | 1660 ++++++++++++++++++++++++++++
2 files changed, 3523 insertions(+)
create mode 100644 test/CodeGen/X86/vector-reduce-fadd.ll
create mode 100644 test/CodeGen/X86/vector-reduce-fmul.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 compiler-rt.
from 5e41b2de5 [libFuzzer] Print a correct error message when a directory ca [...]
new f5faca38f [ASan] NFC: make use of a new ErrorBase ctor
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/asan/asan_errors.h | 188 +++++++++++++++++++------------------------------
1 file changed, 71 insertions(+), 117 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 06fa683388a [llvm-cov] Implement -ignore-filename-regex= option for exc [...]
new 767f692c451 Support generic expansion of ordered vector reduction (PR36732)
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/llvm/Transforms/Utils/LoopUtils.h | 7 ++++
lib/CodeGen/ExpandReductions.cpp | 15 +++++---
lib/Transforms/Utils/LoopUtils.cpp | 32 ++++++++++++++++
.../Generic/expand-experimental-reductions.ll | 44 ++++++++++++++++++----
4 files changed, 84 insertions(+), 14 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 557876ca5f [Tooling] A CompilationDatabase wrapper that infers header c [...]
new 0314cfe5d6 [CUDA] Revert defining __CUDA_ARCH__ for amdgcn targets
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/Basic/Targets.cpp | 55 ------------------------------------------
lib/Basic/Targets.h | 4 ----
lib/Basic/Targets/AMDGPU.cpp | 5 ----
lib/Basic/Targets/AMDGPU.h | 3 ---
lib/Basic/Targets/NVPTX.cpp | 57 ++++++++++++++++++++++++++++++++++++++++++--
5 files changed, 55 insertions(+), 69 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.