This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 2735fc082 [LLDB] - Add support for DW_FORM_addrx[1-4]? forms.
new 54ca71aa6 [lldb] Fix race condition in framework installation
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:
cmake/modules/AddLLDB.cmake | 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 llvm.
from 06bac6c858a [LV] Support vectorization of interleave-groups that requir [...]
new b1ebaf21d0d [IndVars] Strengthen restricton in rewriteLoopExitValues
new 5ab552691a8 [AMDGPU] support image load/store a16
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/SIISelLowering.cpp | 6 +-
lib/Transforms/Scalar/IndVarSimplify.cpp | 35 +-
test/CodeGen/AMDGPU/llvm.amdgcn.image.a16.dim.ll | 530 +++++++++++++++++++++
.../AMDGPU/llvm.amdgcn.image.load.a16.d16.ll | 128 +++++
test/CodeGen/AMDGPU/llvm.amdgcn.image.load.a16.ll | 128 +++++
.../AMDGPU/llvm.amdgcn.image.store.a16.d16.ll | 140 ++++++
test/CodeGen/AMDGPU/llvm.amdgcn.image.store.a16.ll | 128 +++++
test/MC/AMDGPU/mimg.s | 88 ++++
test/Transforms/IndVarSimplify/dont-recompute.ll | 26 +
9 files changed, 1179 insertions(+), 30 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.image.a16.dim.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.image.load.a16.d16.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.image.load.a16.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.image.store.a16.d16.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.image.store.a16.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 clang.
from f9567535a3 [clang-cl] Inherit dllexport to static locals also in templa [...]
new 5bd4b03535 Follow-up to r345699: Call CheckStaticLocalForDllExport late [...]
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/Sema/SemaTemplateInstantiateDecl.cpp | 6 +++---
test/CodeGenCXX/dllimport.cpp | 10 ++++++++++
2 files changed, 13 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 lldb.
from 8ffd52391 Fixup the Python-less build of ScriptedRecognizedStackFrame
new 2735fc082 [LLDB] - Add support for DW_FORM_addrx[1-4]? forms.
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:
lit/Breakpoint/Inputs/debug_addrx.yaml | 57 ++++++++++++++++++++++
lit/Breakpoint/debug_addrx.test | 30 ++++++++++++
.../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 6 +++
source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp | 15 +++++-
source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 19 ++++++--
source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 5 +-
6 files changed, 124 insertions(+), 8 deletions(-)
create mode 100644 lit/Breakpoint/Inputs/debug_addrx.yaml
create mode 100644 lit/Breakpoint/debug_addrx.test
--
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 compiler-rt.
from 70f56527d [asan] Remove stale -fno-exceptions flag in sanitizer_common as well
new 7da392b8e Diable test suppressions-library for NetBSD/i386
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/asan/TestCases/suppressions-library.cc | 1 +
1 file changed, 1 insertion(+)
--
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 a1bdb8f296a aarch64: Force TImode values into even registers
new d022aaf321b Fix PR87374: ICE with -mslow-flash-data and -mword-relocations
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:
gcc/ChangeLog | 12 ++++++++++++
gcc/config/arm/arm.c | 22 +++++++++++++++-------
gcc/config/arm/arm.md | 2 +-
gcc/doc/invoke.texi | 4 ++--
gcc/testsuite/ChangeLog | 14 ++++++++++++++
gcc/testsuite/gcc.target/arm/movdi_movt.c | 1 +
gcc/testsuite/gcc.target/arm/movsi_movt.c | 1 +
gcc/testsuite/gcc.target/arm/pr81863.c | 1 +
.../gcc.target/arm/thumb2-slow-flash-data-1.c | 1 +
.../gcc.target/arm/thumb2-slow-flash-data-2.c | 1 +
.../gcc.target/arm/thumb2-slow-flash-data-3.c | 1 +
.../gcc.target/arm/thumb2-slow-flash-data-4.c | 1 +
.../gcc.target/arm/thumb2-slow-flash-data-5.c | 1 +
.../gcc.target/arm/tls-disable-literal-pool.c | 1 +
14 files changed, 53 insertions(+), 10 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 bcd45c97c29 aarch64: Improve swp generation
new e495a6a5bca aarch64: Improve atomic-op lse generation
new a1bdb8f296a aarch64: Force TImode values into even registers
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 | 17 ++++
gcc/config/aarch64/aarch64-protos.h | 2 -
gcc/config/aarch64/aarch64.c | 188 ++--------------------------------
gcc/config/aarch64/atomics.md | 197 +++++++++++++++++++-----------------
gcc/config/aarch64/iterators.md | 5 +-
5 files changed, 133 insertions(+), 276 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 a3cc6ce0cb7 [llvm-objdump] Mark syms/t flags as NotHidden. NFC.
new 06bac6c858a [LV] Support vectorization of interleave-groups that requir [...]
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/Analysis/TargetTransformInfo.h | 20 +-
include/llvm/Analysis/TargetTransformInfoImpl.h | 3 +-
include/llvm/Analysis/VectorUtils.h | 19 +-
include/llvm/CodeGen/BasicTTIImpl.h | 16 +-
lib/Analysis/TargetTransformInfo.cpp | 9 +-
lib/Analysis/VectorUtils.cpp | 24 +-
lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 9 +-
lib/Target/AArch64/AArch64TargetTransformInfo.h | 4 +-
lib/Target/ARM/ARMTargetTransformInfo.cpp | 8 +-
lib/Target/ARM/ARMTargetTransformInfo.h | 4 +-
lib/Target/Hexagon/HexagonTargetTransformInfo.cpp | 8 +-
lib/Target/Hexagon/HexagonTargetTransformInfo.h | 3 +-
lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 8 +-
lib/Target/PowerPC/PPCTargetTransformInfo.h | 3 +-
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp | 8 +-
lib/Target/SystemZ/SystemZTargetTransformInfo.h | 4 +-
lib/Target/X86/X86TargetTransformInfo.cpp | 28 +-
lib/Target/X86/X86TargetTransformInfo.h | 9 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 114 +++++---
.../X86/x86-interleaved-accesses-masked-group.ll | 305 ++++++++++++++++-----
20 files changed, 453 insertions(+), 153 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 1a62bdbf45c aarch64: Simplify LSE cas generation
new 9300d5a11e3 aarch64: Improve cas generation
new 72a2ce3d5f9 ChangeLog:
new bcd45c97c29 aarch64: Improve swp generation
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:
ChangeLog | 7 ++
configure | 34 ++++++++
configure.ac | 31 +++++++
gcc/ChangeLog | 21 +++++
gcc/config/aarch64/aarch64.c | 101 +++++++++++-----------
gcc/config/aarch64/atomics.md | 68 ++++++---------
gcc/config/aarch64/predicates.md | 12 +++
libphobos/ChangeLog | 7 ++
gcc/config/csky/t-csky => libphobos/configure.tgt | 31 ++++---
9 files changed, 209 insertions(+), 103 deletions(-)
copy gcc/config/csky/t-csky => libphobos/configure.tgt (54%)
--
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-allmodconfig
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.