This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 67a8cd7 [OMPT] Purge OMPT_BLAME and OMPT_TRACE
new 50aea48 [OMPT] Fix assertion for OpenMP code generated with outdated [...]
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:
runtime/src/i18n/en_US.txt | 2 ++
runtime/src/kmp_csupport.cpp | 6 +++---
runtime/src/kmp_sched.cpp | 12 ++++++++----
3 files changed, 13 insertions(+), 7 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 40135026186 [SimplifyCFG] Use auto * when the type is obvious. NFCI.
new 2f2cb6b2a2c [AMDGPU] AMDGPUUsage.rst minor corrections
new cbf08c741af [debuginfo-tests] Make debuginfo-tests work in a standard c [...]
new 24331f974fb [DAGcombine] Do not replace truncate node by itself when do [...]
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:
CMakeLists.txt | 19 ++++++++++++-------
docs/AMDGPUUsage.rst | 30 ++++++++++++++++--------------
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 12 +++++++++---
projects/CMakeLists.txt | 1 +
utils/lit/lit/llvm/config.py | 9 ++++++---
5 files changed, 44 insertions(+), 27 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 9786be49fc AMDGPU: Add -mxnack/-mno-xnack options that set +/-xnack feature
new 1d4a6e1351 [debuginfo-tests] Make debuginfo-tests work in a standard co [...]
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/lit.cfg.py | 2 --
1 file changed, 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 llvm.
from 0f47b426bfa Recommit r317904: [Hexagon] Create HexagonISelDAGToDAG.h, NFC
new 40135026186 [SimplifyCFG] Use auto * when the type is obvious. 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:
lib/Transforms/Utils/SimplifyCFG.cpp | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 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 6850d9138bc Expand IRBuilder interface for atomic memcpy to require poi [...]
new 8f4df2fc0b4 AMDGPU/NFC: Split Processors.td into GCNProcessors.td and R [...]
new 0f47b426bfa Recommit r317904: [Hexagon] Create HexagonISelDAGToDAG.h, NFC
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/AMDGPU/AMDGPU.td | 3 +-
lib/Target/AMDGPU/GCNProcessors.td | 162 +++++++++++++++++++++
lib/Target/AMDGPU/Processors.td | 221 +----------------------------
lib/Target/AMDGPU/R600Processors.td | 90 ++++++++++++
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 112 +--------------
lib/Target/Hexagon/HexagonISelDAGToDAG.h | 136 ++++++++++++++++++
6 files changed, 397 insertions(+), 327 deletions(-)
create mode 100644 lib/Target/AMDGPU/GCNProcessors.td
create mode 100644 lib/Target/AMDGPU/R600Processors.td
create mode 100644 lib/Target/Hexagon/HexagonISelDAGToDAG.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 lldb.
from 4a0d3dff7 Clean up NativeRegisterContext
new 7132e0a1a [lldb] Remove unused method declaration
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:
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 4 ----
1 file changed, 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 llvm.
from e8afbbe9598 Revert "[Hexagon] Create HexagonISelDAGToDAG.h, NFC"
new 6850d9138bc Expand IRBuilder interface for atomic memcpy to require poi [...]
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/IR/IRBuilder.h | 20 ++++++++++++--------
lib/IR/IRBuilder.cpp | 13 +++++++++++--
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 14 +++++---------
3 files changed, 28 insertions(+), 19 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 7af26ab7172 [CVP] Remove some {s|u}add.with.overflow checks.
new 23bd33afd4b Add back target triple to test which I accidentally removed.
new 33a8b75763b [X86] Merge the template method selectAddrOfGatherScatterNo [...]
new e8afbbe9598 Revert "[Hexagon] Create HexagonISelDAGToDAG.h, 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/Hexagon/HexagonISelDAGToDAG.cpp | 112 ++++++++++++++++-
lib/Target/Hexagon/HexagonISelDAGToDAG.h | 136 ---------------------
lib/Target/X86/X86ISelDAGToDAG.cpp | 41 +++----
.../X86/containing-type-extension-rust.ll | 1 +
4 files changed, 126 insertions(+), 164 deletions(-)
delete mode 100644 lib/Target/Hexagon/HexagonISelDAGToDAG.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.