This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0511853bbf8 AMDGPU: Add D16 instructions preserve unused bits feature
new 847f729f1cf AMDGPU/NFC: Fix formatting for 900, 902 ISA Version 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:
lib/Target/AMDGPU/AMDGPU.td | 6 ++----
1 file changed, 2 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 binutils-gdb.
from 45fe4a03b4 gdb: Make test names unique in gdb.base/maint.exp
new a3b60e4588 aarch64: PR 19806: watchpoints: false negatives + PR 20207 c [...]
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:
gdb/ChangeLog | 36 +++
gdb/NEWS | 10 +
gdb/aarch64-linux-nat.c | 28 ++-
gdb/common/common-utils.c | 20 ++
gdb/common/common-utils.h | 32 +++
gdb/gdbserver/ChangeLog | 6 +
gdb/gdbserver/linux-aarch64-low.c | 31 ++-
gdb/nat/aarch64-linux-hw-point.c | 277 ++++++++++++++++++------
gdb/nat/aarch64-linux-hw-point.h | 10 +-
gdb/testsuite/ChangeLog | 7 +
gdb/testsuite/gdb.base/watchpoint-unaligned.c | 96 ++++++++
gdb/testsuite/gdb.base/watchpoint-unaligned.exp | 184 ++++++++++++++++
gdb/utils.c | 16 --
gdb/utils.h | 32 ---
14 files changed, 657 insertions(+), 128 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/watchpoint-unaligned.c
create mode 100644 gdb/testsuite/gdb.base/watchpoint-unaligned.exp
--
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 1084e05342 [clang-format] Refactor #include insertion/deletion function [...]
new 2e9c64acdd Allow modifying the PrintingPolicy for fully qualified names.
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/AST/QualTypeNames.h | 1 +
lib/AST/QualTypeNames.cpp | 6 +-----
unittests/Tooling/QualTypeNamesTest.cpp | 30 +++++++++++++++++++++++++++---
3 files changed, 29 insertions(+), 8 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 156f761cf0f [MachineLICM] Debug intrinsics shouldn't affect hoist decisions
new 0511853bbf8 AMDGPU: Add D16 instructions preserve unused bits feature
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 | 18 +-
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 +
lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 +
lib/Target/AMDGPU/BUFInstructions.td | 4 +-
lib/Target/AMDGPU/DSInstructions.td | 4 +-
lib/Target/AMDGPU/FLATInstructions.td | 4 +-
test/CodeGen/AMDGPU/load-hi16.ll | 407 +++++++++++++++++-----------------
test/CodeGen/AMDGPU/store-hi16.ll | 267 ++++++++++++----------
test/MC/AMDGPU/gfx9_asm_all.s | 1 +
9 files changed, 388 insertions(+), 323 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 cc0d58a44a9 [BRIGFE] skip multiple forward declarations of the same function
new 4ac4c323867 [BRIGFE] phsa-specific optimizations
new add35cb064e [BRIGFE] Fix handling of NOPs.
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:
gcc/ChangeLog | 6 +
gcc/brig-builtins.def | 27 +-
gcc/brig/ChangeLog | 47 ++
gcc/brig/brigfrontend/brig-basic-inst-handler.cc | 182 +---
gcc/brig/brigfrontend/brig-branch-inst-handler.cc | 21 +-
gcc/brig/brigfrontend/brig-cmp-inst-handler.cc | 6 +-
gcc/brig/brigfrontend/brig-code-entry-handler.cc | 503 +----------
gcc/brig/brigfrontend/brig-code-entry-handler.h | 21 -
gcc/brig/brigfrontend/brig-control-handler.cc | 20 +-
gcc/brig/brigfrontend/brig-cvt-inst-handler.cc | 6 +
gcc/brig/brigfrontend/brig-function-handler.cc | 89 +-
gcc/brig/brigfrontend/brig-function.cc | 925 +++++++++++++++++++--
gcc/brig/brigfrontend/brig-function.h | 43 +
gcc/brig/brigfrontend/brig-label-handler.cc | 3 +
gcc/brig/brigfrontend/brig-lane-inst-handler.cc | 2 +-
gcc/brig/brigfrontend/brig-mem-inst-handler.cc | 7 +-
gcc/brig/brigfrontend/phsa.h | 9 +
gcc/brig/lang.opt | 5 +
gcc/builtin-types.def | 4 +
gcc/testsuite/ChangeLog | 7 +-
gcc/testsuite/brig.dg/test/gimple/smoke_test.hsail | 10 +-
libhsail-rt/ChangeLog | 7 +
libhsail-rt/include/internal/phsa-rt.h | 1 -
libhsail-rt/include/internal/workitems.h | 50 +-
libhsail-rt/rt/workitems.c | 84 +-
25 files changed, 1266 insertions(+), 819 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 openmp.
from 083eb77 [OpenMP][OMPT] Fix api_calls_from_other_thread.cpp
new d9b5940 [OpenMP] Use LIBOMPTARGET_DEVICE_RTL_DEBUG env var to control [...]
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:
libomptarget/deviceRTLs/nvptx/src/debug.h | 4 +-
libomptarget/deviceRTLs/nvptx/src/omp_data.cu | 6 +++
.../deviceRTLs/nvptx/src/omptarget-nvptx.h | 13 ++++++
libomptarget/plugins/cuda/src/rtl.cpp | 48 ++++++++++++++++++++++
4 files changed, 69 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 llvm.
from b90f003d3e7 [ObjCARC] Account for catchswitch in bitcast insertion
new 156f761cf0f [MachineLICM] Debug intrinsics shouldn't affect hoist decisions
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/MachineLICM.cpp | 4 +++
test/CodeGen/AArch64/mlicm-stack-write-check.mir | 32 ++++++++++++++++++++++++
2 files changed, 36 insertions(+)
create mode 100644 test/CodeGen/AArch64/mlicm-stack-write-check.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 binutils-gdb.
from 05bc7456b8 (SPARC/LEON) fix incorrect array return value printed by "finish"
new 45fe4a03b4 gdb: Make test names unique in gdb.base/maint.exp
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:
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.base/maint.exp | 25 +++++++++----------------
2 files changed, 15 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 eb53cf72757 Fast Math Flag mapping into SDNode
new b90f003d3e7 [ObjCARC] Account for catchswitch in bitcast insertion
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/ObjCARC/ObjCARCContract.cpp | 21 +++++--
test/Transforms/ObjCARC/contract-catchswitch.ll | 81 +++++++++++++++++++++++++
2 files changed, 98 insertions(+), 4 deletions(-)
create mode 100644 test/Transforms/ObjCARC/contract-catchswitch.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.