This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2415a70 AMDGPU: Cleanup fmin/fmax legacy function
new fb36e6d [IPSCCP] Teach how to not propagate return values of naked fu [...]
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/Scalar/SCCP.cpp | 5 ++++-
test/Transforms/IPConstantProp/naked-return.ll | 28 ++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/IPConstantProp/naked-return.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 dd33600 [XRay] Use std::errc::invalid_argument instead of std::errc:: [...]
new 2415a70 AMDGPU: Cleanup fmin/fmax legacy function
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/AMDGPUISelLowering.cpp | 19 ++++++++-----------
lib/Target/AMDGPU/AMDGPUISelLowering.h | 2 +-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 4 ++++
lib/Target/AMDGPU/R600ISelLowering.cpp | 2 +-
4 files changed, 14 insertions(+), 13 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 40fe3a9 InferAddressSpaces: Handle select
new dd33600 [XRay] Use std::errc::invalid_argument instead of std::errc:: [...]
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-xray/xray-graph.cc | 2 +-
1 file changed, 1 insertion(+), 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 glibc.
from efeca5d Add ipc_priv.h header for Nios II to set __IPC_64 to zero.
new 64ae9fe m68k: fix 64bit atomic ops
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:
ChangeLog | 7 +++++++
sysdeps/m68k/m680x0/m68020/atomic-machine.h | 14 ++++++++------
2 files changed, 15 insertions(+), 6 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 15a00b1 PR ld/20828: LD/testsuite: Correct indentation
new ed35cc4 Don't allow mov-to-lea optimization for __ehdr_start.
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:
gold/ChangeLog | 7 +++++++
gold/x86_64.cc | 11 ++++++++---
2 files changed, 15 insertions(+), 3 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 b00226f Correct wrong comment in bug_nested_proxy_task.c
new 6009b40 [OpenMP] Initial implementation of OpenMP offloading library [...]
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/CMakeLists.txt | 3 +
libomptarget/plugins/CMakeLists.txt | 71 +++
libomptarget/plugins/common/elf_common.c | 73 +++
libomptarget/plugins/cuda/CMakeLists.txt | 49 ++
libomptarget/plugins/cuda/src/rtl.cpp | 670 +++++++++++++++++++++
libomptarget/plugins/exports | 15 +
libomptarget/plugins/generic-elf-64bit/src/rtl.cpp | 314 ++++++++++
libomptarget/plugins/ppc64/CMakeLists.txt | 18 +
libomptarget/plugins/ppc64le/CMakeLists.txt | 18 +
libomptarget/plugins/x86_64/CMakeLists.txt | 18 +
10 files changed, 1249 insertions(+)
create mode 100644 libomptarget/plugins/CMakeLists.txt
create mode 100644 libomptarget/plugins/common/elf_common.c
create mode 100644 libomptarget/plugins/cuda/CMakeLists.txt
create mode 100644 libomptarget/plugins/cuda/src/rtl.cpp
create mode 100644 libomptarget/plugins/exports
create mode 100644 libomptarget/plugins/generic-elf-64bit/src/rtl.cpp
create mode 100644 libomptarget/plugins/ppc64/CMakeLists.txt
create mode 100644 libomptarget/plugins/ppc64le/CMakeLists.txt
create mode 100644 libomptarget/plugins/x86_64/CMakeLists.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 users/palves/ui_file_v4
in repository binutils-gdb.
at fa08297 Eliminate make_cleanup_ui_file_delete / make ui_file a class [...]
This branch includes the following new commits:
new c8d9125 Add back gdb_pretty_print_insn
new fa08297 Eliminate make_cleanup_ui_file_delete / make ui_file a class [...]
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.
--
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 be85ce7 [ob/pushed] Use gdb_insn_length instead of creating dummy stream
new 15a00b1 PR ld/20828: LD/testsuite: Correct indentation
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:
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-elf/shared.exp | 40 ++++++++++++++++++++--------------------
2 files changed, 26 insertions(+), 20 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.
Ryan Arnold pushed a change to branch ryan_arnold/regen
in repository toolchain/tcwg-release-tools.
at fa33d4b Add 'regen.py' which will regenerate release notes
This branch includes the following new commits:
new fa33d4b Add 'regen.py' which will regenerate release notes
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.
--
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 adb4377 InferAddressSpaces: Remove dead declaration
new 93789c8 [XRay] Define the InstrumentationMap type
new 63c3624 [libFuzzer] increase the default size for shmem
new 40fe3a9 InferAddressSpaces: Handle select
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:
include/llvm/XRay/InstrumentationMap.h | 131 +++++++++++
lib/Fuzzer/FuzzerDriver.cpp | 4 +-
lib/Fuzzer/FuzzerShmem.h | 8 +-
lib/Fuzzer/FuzzerShmemPosix.cpp | 10 +-
lib/Fuzzer/test/equivalence.test | 2 +-
lib/Transforms/Scalar/InferAddressSpaces.cpp | 8 +
lib/XRay/CMakeLists.txt | 3 +
lib/XRay/InstrumentationMap.cpp | 194 ++++++++++++++++
.../Transforms/InferAddressSpaces/AMDGPU/select.ll | 165 ++++++++++++++
.../llvm-xray/X86/account-deduce-tail-call.yaml | 2 +-
test/tools/llvm-xray/X86/account-keep-going.yaml | 2 +-
test/tools/llvm-xray/X86/account-simple-case.yaml | 2 +-
.../llvm-xray/X86/account-simple-sorting.yaml | 18 +-
.../llvm-xray/X86/convert-with-yaml-instrmap.txt | 2 +-
.../llvm-xray/X86/graph-color-simple-case.yaml | 4 +-
.../llvm-xray/X86/graph-deduce-tail-call.yaml | 16 +-
test/tools/llvm-xray/X86/graph-simple-case.yaml | 16 +-
tools/llvm-xray/xray-account.cc | 96 ++++----
tools/llvm-xray/xray-converter.cc | 59 +++--
tools/llvm-xray/xray-extract.cc | 244 ++-------------------
tools/llvm-xray/xray-extract.h | 58 -----
tools/llvm-xray/xray-graph.cc | 73 +++---
tools/llvm-xray/xray-sleds.h | 32 ---
23 files changed, 658 insertions(+), 491 deletions(-)
create mode 100644 include/llvm/XRay/InstrumentationMap.h
create mode 100644 lib/XRay/InstrumentationMap.cpp
create mode 100644 test/Transforms/InferAddressSpaces/AMDGPU/select.ll
delete mode 100644 tools/llvm-xray/xray-extract.h
delete mode 100644 tools/llvm-xray/xray-sleds.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.