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 eb77c9df9f gdb: Handle ICC's unexpected void return type
new 64f57f3d7d [PowerPC] Include nat/linux-ptrace.h in native 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:
gdb/ChangeLog | 4 ++++
gdb/gdbserver/ChangeLog | 4 ++++
gdb/gdbserver/linux-ppc-low.c | 1 +
gdb/ppc-linux-nat.c | 1 +
4 files changed, 10 insertions(+)
--
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 54ca71aa6 [lldb] Fix race condition in framework installation
new 15e1751f0 [LLDB] - Removed unused variable. NFC.
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/DWARFDebugRanges.cpp | 5 +----
1 file changed, 1 insertion(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allyesconfig
in repository toolchain/binutils-gdb.
from 8081781f5b Automatic date update in version.in
adds 96251938cd Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-allyesconfig
in repository toolchain/binutils-gdb.
from fd332753fa Remove relational operators from common/offset-type.h
adds 4d5d104997 Check return value of bfd_init
adds c1230d1bab [src/erc32] Use ncurses instead of termcap on Cygwin too
adds b4e0939956 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 4 ++++
gdb/main.c | 6 +++++-
sim/erc32/ChangeLog | 6 ++++++
sim/erc32/configure | 10 +++++-----
sim/erc32/configure.ac | 9 ++++-----
6 files changed, 25 insertions(+), 12 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-defconfig
in repository toolchain/binutils-gdb.
from fd332753fa Remove relational operators from common/offset-type.h
adds 4d5d104997 Check return value of bfd_init
adds c1230d1bab [src/erc32] Use ncurses instead of termcap on Cygwin too
adds b4e0939956 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 4 ++++
gdb/main.c | 6 +++++-
sim/erc32/ChangeLog | 6 ++++++
sim/erc32/configure | 10 +++++-----
sim/erc32/configure.ac | 9 ++++-----
6 files changed, 25 insertions(+), 12 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 cf7570b9ac8 [tblgen][PredicateExpander] Add the ability to describe mor [...]
new 893f08bea2e [InstSimplify] fold icmp based on range of abs/nabs
new 91533e99d40 AMDGPU: Remove PHI loop condition optimization
new 776a459079f AMDGPU: Rewrite SILowerI1Copies to always stay on SALU
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/IR/IntrinsicsAMDGPU.td | 8 -
lib/Analysis/InstructionSimplify.cpp | 42 ++
lib/Target/AMDGPU/AMDGPUInstrInfo.td | 8 -
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 2 +-
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp | 86 +--
lib/Target/AMDGPU/SIFixSGPRCopies.cpp | 8 +-
lib/Target/AMDGPU/SIInstructions.td | 16 -
lib/Target/AMDGPU/SILowerControlFlow.cpp | 29 -
lib/Target/AMDGPU/SILowerI1Copies.cpp | 830 ++++++++++++++++++---
lib/Target/AMDGPU/Utils/AMDGPULaneDominator.cpp | 75 --
lib/Target/AMDGPU/Utils/AMDGPULaneDominator.h | 24 -
lib/Target/AMDGPU/Utils/CMakeLists.txt | 1 -
test/CodeGen/AMDGPU/add_i1.ll | 4 +-
test/CodeGen/AMDGPU/i1-copy-from-loop.ll | 30 +-
test/CodeGen/AMDGPU/i1-copy-phi-uniform-branch.ll | 38 +
test/CodeGen/AMDGPU/i1-copy-phi.ll | 16 +-
test/CodeGen/AMDGPU/inline-asm.ll | 9 +-
test/CodeGen/AMDGPU/llvm.amdgcn.div.fmas.ll | 30 +-
test/CodeGen/AMDGPU/loop_break.ll | 97 +--
test/CodeGen/AMDGPU/multi-divergent-exit-region.ll | 47 +-
test/CodeGen/AMDGPU/multilevel-break.ll | 109 ++-
test/CodeGen/AMDGPU/nested-loop-conditions.ll | 44 +-
test/CodeGen/AMDGPU/select-opt.ll | 1 -
test/CodeGen/AMDGPU/sgpr-control-flow.ll | 30 +-
test/CodeGen/AMDGPU/si-annotate-cf.ll | 49 +-
test/CodeGen/AMDGPU/sub_i1.ll | 4 +-
test/CodeGen/AMDGPU/valu-i1.ll | 24 +-
test/CodeGen/AMDGPU/waitcnt-looptest.ll | 2 +-
test/Transforms/InstSimplify/icmp-abs-nabs.ll | 90 +--
29 files changed, 1135 insertions(+), 618 deletions(-)
delete mode 100644 lib/Target/AMDGPU/Utils/AMDGPULaneDominator.cpp
delete mode 100644 lib/Target/AMDGPU/Utils/AMDGPULaneDominator.h
create mode 100644 test/CodeGen/AMDGPU/i1-copy-phi-uniform-branch.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.