This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 43cbf8d92e1 [AMDGPU] Update assembler for HSA Code Object v3
new d7f1ecfded0 [InstCombine] fold vector select of binops with constant op [...]
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/InstCombineVectorOps.cpp | 51 +++++++++++++++++
test/Transforms/InstCombine/shuffle_select.ll | 66 ++++++----------------
2 files changed, 69 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 clang.
from 878659b4b1 [X86] Correct the inline assembly implementations of __movsb [...]
new bd45a59072 [bindings] Fix most Python binding unittests on Windows
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:
bindings/python/tests/cindex/test_cdb.py | 2 ++
bindings/python/tests/cindex/test_cursor.py | 4 +--
.../python/tests/cindex/test_translation_unit.py | 37 ++++++++++------------
3 files changed, 21 insertions(+), 22 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 5119d140c56 Revert r335206 "Recommit r333268: [IPSCCP] Use PredicateInf [...]
new 43cbf8d92e1 [AMDGPU] Update assembler for HSA Code Object v3
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/AMDGPUUsage.rst | 384 ++++++++++++-----
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 59 +--
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 452 ++++++++++++++++++++-
.../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp | 154 ++++++-
.../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h | 25 +-
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 58 +++
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 25 +-
test/CodeGen/AMDGPU/code-object-v3.ll | 18 +
test/MC/AMDGPU/hsa-diag-v3.s | 49 +++
test/MC/AMDGPU/hsa-sgpr-init-bug-v3.s | 26 ++
test/MC/AMDGPU/hsa-v3.s | 212 ++++++++++
11 files changed, 1275 insertions(+), 187 deletions(-)
create mode 100644 test/MC/AMDGPU/hsa-diag-v3.s
create mode 100644 test/MC/AMDGPU/hsa-sgpr-init-bug-v3.s
create mode 100644 test/MC/AMDGPU/hsa-v3.s
--
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 8070954cd26 [mips] Modify comment to test new email address (NFC).
new 5119d140c56 Revert r335206 "Recommit r333268: [IPSCCP] Use PredicateInf [...]
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/Scalar/SCCP.h | 6 +-
lib/Transforms/IPO/SCCP.cpp | 24 +----
lib/Transforms/Scalar/SCCP.cpp | 120 ++----------------------
test/Other/new-pm-lto-defaults.ll | 4 +-
test/Other/opt-O2-pipeline.ll | 4 -
test/Other/opt-O3-pipeline.ll | 4 -
test/Other/opt-Os-pipeline.ll | 4 -
test/Transforms/IPConstantProp/musttail-call.ll | 4 +-
test/Transforms/SCCP/ipsccp-predicated.ll | 68 --------------
9 files changed, 15 insertions(+), 223 deletions(-)
delete mode 100644 test/Transforms/SCCP/ipsccp-predicated.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 lldb.
from 498c9677c [DataFormatter] Add CFDictionary data formatter
new d93301e26 Remove duplicated check and shared_ptr copying.
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/Commands/CommandObjectDisassemble.cpp | 7 +++----
1 file changed, 3 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 lldb.
from f037f4183 Fix an issue where DW_OP_deref might be dereferencing a file [...]
new 498c9677c [DataFormatter] Add CFDictionary data formatter
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:
.../data-formatter/data-formatter-objc/TestDataFormatterObjC.py | 6 +++++-
.../test/functionalities/data-formatter/data-formatter-objc/main.m | 5 +++++
source/Plugins/Language/ObjC/NSDictionary.cpp | 4 +++-
3 files changed, 13 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 clang.
from 8b6d5a07b8 [Intrinsics] Add/move some builtin declarations in intrin.h [...]
new 878659b4b1 [X86] Correct the inline assembly implementations of __movsb [...]
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/Headers/intrin.h | 21 +++++++----
test/CodeGen/ms-intrinsics.c | 83 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 97 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 3316883bba1 AMDGPU/AMDHSA: Remove GridWorkGroupCountX/Y/Z and everythin [...]
new cbeaa8b0e2b [AMDGPU] Fix bug with tracking processed blocks in SIInsert [...]
new 8070954cd26 [mips] Modify comment to test new email address (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/SIInsertWaitcnts.cpp | 1 +
lib/Target/Mips/MipsISelLowering.cpp | 2 +-
2 files changed, 2 insertions(+), 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 llvm.
from e9f0bb45ca2 [InstCombine] add tests for shuffled cmps; NFC
new 3316883bba1 AMDGPU/AMDHSA: Remove GridWorkGroupCountX/Y/Z and everythin [...]
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/AMDGPUUsage.rst | 11 ++---------
include/llvm/Support/AMDHSAKernelDescriptor.h | 5 +----
lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp | 3 ---
lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h | 3 ---
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 27 ---------------------------
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 3 ---
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 15 ---------------
7 files changed, 3 insertions(+), 64 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 binutils-gdb.
from 00431a78b2 Use thread_info and inferior pointers more throughout
new 25eb8346ac RISC-V: Fix 3 PIE related ld testsuite failures.
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:
bfd/ChangeLog | 5 +++++
bfd/elfnn-riscv.c | 9 +++++----
2 files changed, 10 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.