This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0719006 AMDGPU: Stop using CCAssignToRegWithShadow
new 942d6e6 [ARM] Add Kryo to available 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:
include/llvm/Support/ARMTargetParser.def | 1 +
lib/Target/ARM/ARM.td | 10 +++++++++-
lib/Target/ARM/ARMSubtarget.h | 1 +
test/CodeGen/ARM/build-attributes.ll | 1 +
4 files changed, 12 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 clang.
from 926f659 Fix unused lambda capture. Follow up to r299653.
new 4f684ad [AMDGPU] Translate reqd_work_group_size into amdgpu_flat_work [...]
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/TargetInfo.cpp | 11 ++++++++---
test/CodeGenOpenCL/amdgpu-attrs.cl | 12 ++++++++++++
2 files changed, 20 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 compiler-rt.
from 0536342 Add a virtual destructor to a class with virtual methods.
new 35c61d8 Add __ffssi2 implementation to compiler-rt builtins
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/builtins/CMakeLists.txt | 1 +
lib/builtins/README.txt | 1 +
lib/builtins/{ffsdi2.c => ffssi2.c} | 16 ++++-------
test/builtins/Unit/ffssi2_test.c | 57 +++++++++++++++++++++++++++++++++++++
4 files changed, 65 insertions(+), 10 deletions(-)
copy lib/builtins/{ffsdi2.c => ffssi2.c} (61%)
create mode 100644 test/builtins/Unit/ffssi2_test.c
--
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 9ba14de Enable builds of darwin lsan by default
new 0536342 Add a virtual destructor to a class with virtual methods.
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/sanitizer_common/sanitizer_flag_parser.h | 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 glibc.
from 12fb180 Define TEST_FUNCTION_ARGV in elf/tst-dlopen-aout.c
new db3d848 Build divdi3 only for architecture that required it
new bdc543e sparc: Fix .udiv plt on libc
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:
ChangeLog | 32 ++++++++++++++++++++++
.../linux/hppa/ipc_priv.h => i386/symbol-hacks.h} | 6 ++--
.../linux/hppa/ipc_priv.h => m68k/symbol-hacks.h} | 6 ++--
.../powerpc32/symbol-hacks.h} | 6 ++--
.../ipc_priv.h => s390/s390-32/symbol-hacks.h} | 6 ++--
sysdeps/sparc/sparc32/Makefile | 6 ++++
sysdeps/sparc/sparc32/sparcv8/udiv.S | 1 +
sysdeps/sparc/sparc32/sparcv9/udiv.S | 1 +
sysdeps/sparc/sparc32/udiv.S | 1 +
sysdeps/unix/sysv/linux/i386/Makefile | 5 ++++
sysdeps/unix/sysv/linux/m68k/Makefile | 5 ++++
sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile | 8 ++++++
sysdeps/unix/sysv/linux/s390/s390-32/Makefile | 8 ++++++
sysdeps/wordsize-32/Makefile | 7 -----
.../{symbol-hacks.h => divdi3-symbol-hacks.h} | 8 +++---
15 files changed, 83 insertions(+), 23 deletions(-)
copy sysdeps/{unix/sysv/linux/hppa/ipc_priv.h => i386/symbol-hacks.h} (84%)
copy sysdeps/{unix/sysv/linux/hppa/ipc_priv.h => m68k/symbol-hacks.h} (84%)
copy sysdeps/{unix/sysv/linux/hppa/ipc_priv.h => powerpc/powerpc32/symbol-hacks.h} (84%)
copy sysdeps/{unix/sysv/linux/hppa/ipc_priv.h => s390/s390-32/symbol-hacks.h} (84%)
delete mode 100644 sysdeps/wordsize-32/Makefile
rename sysdeps/wordsize-32/{symbol-hacks.h => divdi3-symbol-hacks.h} (89%)
--
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 59d4b1d [analyzer] Reland r299544 "Add a modular constraint system to [...]
new 926f659 Fix unused lambda capture. Follow up to r299653.
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/Analysis/CloneDetection.cpp | 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 compiler-rt.
from af3a7b5 [TSan] Adjust expectation for check_analyze.sh
new 9ba14de Enable builds of darwin lsan by default
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/config-ix.cmake | 7 -------
lib/asan/CMakeLists.txt | 4 ----
lib/asan/asan_flags.cc | 2 +-
lib/lsan/CMakeLists.txt | 4 ----
lib/lsan/lsan_common.h | 9 ++++-----
lib/sanitizer_common/sanitizer_flags.inc | 2 +-
6 files changed, 6 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 0caf385 [ADT] Add a generic breadth-first-search graph iterator.
new 6cf90d3 [Hexagon] Change the vector scaling for vector offsets
new 8642918 [InstSimplify] Teach SimplifyMulInst to recognize vectors of [...]
new 0719006 AMDGPU: Stop using CCAssignToRegWithShadow
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:
lib/Analysis/InstructionSimplify.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUCallingConv.td | 24 +-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 31 +++
lib/Target/AMDGPU/SIISelLowering.cpp | 11 -
lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 18 --
.../Hexagon/Disassembler/HexagonDisassembler.cpp | 16 +-
lib/Target/Hexagon/HexagonAsmPrinter.cpp | 199 ++++++++++++++
lib/Target/Hexagon/HexagonDepDecoders.h | 5 +
lib/Target/Hexagon/HexagonDepInstrFormats.td | 206 +++++---------
lib/Target/Hexagon/HexagonDepInstrInfo.td | 304 ++++++++++-----------
lib/Target/Hexagon/HexagonDepOperands.td | 15 +-
lib/Target/Hexagon/HexagonPatterns.td | 42 +--
.../Hexagon/MCTargetDesc/HexagonInstPrinter.cpp | 40 ---
.../Hexagon/MCTargetDesc/HexagonInstPrinter.h | 8 -
test/Transforms/InstSimplify/mul.ll | 11 +
15 files changed, 504 insertions(+), 428 deletions(-)
create mode 100644 test/Transforms/InstSimplify/mul.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 libunwind.
from 61091fd AddressSpace: fix DWARF based unwinding handling on Android
new 62facda Fix unused typedef. Follow up to r299575.
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:
src/AddressSpace.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.