This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a6d0e20 PR c++/71516 * decl.c (complete_vars): Handle gracefully ty [...]
new cf28a09 * config/i386/i386.md (signbittf2): Emit sse_movmskps for TA [...]
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 | 4 ++++
gcc/config/i386/i386.md | 23 ++++++++++++++++-------
2 files changed, 20 insertions(+), 7 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 glibc.
from 4fea2cd Simplify generic fdim implementations.
new f4015c8 Use generic fdim on more architectures (bug 6796, bug 20255, [...]
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 | 21 ++++++++++++++
math/libm-test.inc | 35 +++++++++++++++++++++--
math/s_fdim.c | 3 +-
math/s_fdimf.c | 3 +-
sysdeps/i386/fpu/s_fdim.S | 51 ----------------------------------
sysdeps/i386/fpu/s_fdimf.S | 51 ----------------------------------
sysdeps/i386/fpu/s_fdiml.S | 51 ----------------------------------
sysdeps/i386/i686/fpu/s_fdim.S | 43 ----------------------------
sysdeps/i386/i686/fpu/s_fdimf.S | 43 ----------------------------
sysdeps/i386/i686/fpu/s_fdiml.S | 43 ----------------------------
sysdeps/powerpc/fpu/s_fdim.c | 30 --------------------
sysdeps/powerpc/fpu/s_fdimf.c | 26 -----------------
sysdeps/powerpc/powerpc32/fpu/s_fdim.c | 5 ----
sysdeps/powerpc/powerpc64/fpu/s_fdim.c | 5 ----
sysdeps/x86_64/fpu/s_fdiml.S | 43 ----------------------------
15 files changed, 58 insertions(+), 395 deletions(-)
delete mode 100644 sysdeps/i386/fpu/s_fdim.S
delete mode 100644 sysdeps/i386/fpu/s_fdimf.S
delete mode 100644 sysdeps/i386/fpu/s_fdiml.S
delete mode 100644 sysdeps/i386/i686/fpu/s_fdim.S
delete mode 100644 sysdeps/i386/i686/fpu/s_fdimf.S
delete mode 100644 sysdeps/i386/i686/fpu/s_fdiml.S
delete mode 100644 sysdeps/powerpc/fpu/s_fdim.c
delete mode 100644 sysdeps/powerpc/fpu/s_fdimf.c
delete mode 100644 sysdeps/powerpc/powerpc32/fpu/s_fdim.c
delete mode 100644 sysdeps/powerpc/powerpc64/fpu/s_fdim.c
delete mode 100644 sysdeps/x86_64/fpu/s_fdiml.S
--
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 6079e79 [libunwind] Remove unused code.
new 7a00ec9 [libunwind] Improve unwinder stack usage - III
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/UnwindLevel1.c | 70 +++++++++++++++++++++++++++---------------------------
1 file changed, 35 insertions(+), 35 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 libcxx.
from d9e1819 Partially Revert r272613. FreeBSD needs the non-trivial const [...]
new 174432d Found a couple bugs in the test suite. No functionality change.
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:
.../unord/unord.multiset/unord.multiset.swap/swap_noexcept.pass.cpp | 2 ++
.../containers/unord/unord.set/unord.set.swap/swap_noexcept.pass.cpp | 2 ++
.../memory.resource.aliases/header_unordered_set_synop.pass.cpp | 4 ++--
3 files changed, 6 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 1a5003c AMDGPU/SI: Refactor fixup handling for constant addrspace variables
new d8ffcd8 Revert "AMDGPU/SI: Refactor fixup handling for constant addrs [...]
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 | 1 -
lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 -
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 5 +---
.../AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 33 +++++++++++++++++----
.../AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp | 18 +++++-------
lib/Target/AMDGPU/MCTargetDesc/AMDGPUFixupKinds.h | 3 ++
.../AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h | 2 +-
lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 9 +++---
lib/Target/AMDGPU/SIISelLowering.cpp | 34 ----------------------
lib/Target/AMDGPU/SIISelLowering.h | 3 +-
lib/Target/AMDGPU/SIInstrInfo.cpp | 2 +-
lib/Target/AMDGPU/SIInstrInfo.td | 6 +---
lib/Target/AMDGPU/SIInstructions.td | 6 ++--
13 files changed, 50 insertions(+), 73 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 df01596 Removing an old empty unused directory "SDKs".
new b90f32b [sanitizer][esan] Add internal_sigaction_syscall
new eef7355 [sanitizer] Revert new GLIBC msghdr/cmsghdr definitions
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/esan/esan.cpp | 3 ++
lib/esan/esan_interceptors.cpp | 6 +++
lib/esan/working_set.cpp | 5 ++-
lib/esan/working_set.h | 1 +
lib/sanitizer_common/CMakeLists.txt | 16 ++++++++
lib/sanitizer_common/sanitizer_linux.cc | 26 ++++++++++++-
lib/sanitizer_common/sanitizer_linux.h | 4 ++
lib/sanitizer_common/sanitizer_linux_x86_64.S | 25 ++++++++++++
.../sanitizer_platform_limits_posix.h | 44 ----------------------
test/esan/TestCases/workingset-early-fault.c | 33 ++++++++++++++++
10 files changed, 117 insertions(+), 46 deletions(-)
create mode 100644 lib/sanitizer_common/sanitizer_linux_x86_64.S
create mode 100644 test/esan/TestCases/workingset-early-fault.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 binutils-gdb.
from d2dfe54 Fix compile time warning building gas for the NDS32 with gcc v6.1.1
new 14053c1 [ARC] Add arithmetic and logic instructions for nps
new 9ba75c8 [ARC] Add deep packet inspection instructions for nps
new 2821527 [ARC] Add ldbit for nps
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:
gas/ChangeLog | 18 +++
gas/testsuite/gas/arc/nps400-6.d | 288 +++++++++++++++++++++++++++++++++++
gas/testsuite/gas/arc/nps400-6.s | 161 ++++++++++++++++++++
include/opcode/arc.h | 1 +
opcodes/ChangeLog | 36 +++++
opcodes/arc-nps400-tbl.h | 314 +++++++++++++++++++++++++++++++++++++++
opcodes/arc-opc.c | 226 ++++++++++++++++++++++++++--
7 files changed, 1028 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 7baead5 LoopRotate: restructure code to simplify functions
new da10a46 [AMDGPU][llvm-mc] Predefined symbols to access -mcpu from the [...]
new adf7e0e Fix BSS global handling in AsmPrinter
new 1a5003c AMDGPU/SI: Refactor fixup handling for constant addrspace variables
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/CodeGen/AsmPrinter/AsmPrinter.cpp | 68 +++++++++++-----------
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 1 +
lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 +
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 5 +-
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 17 +++++-
.../AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 33 ++---------
.../AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp | 18 +++---
lib/Target/AMDGPU/MCTargetDesc/AMDGPUFixupKinds.h | 3 -
.../AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h | 2 +-
lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 9 ++-
lib/Target/AMDGPU/SIISelLowering.cpp | 34 +++++++++++
lib/Target/AMDGPU/SIISelLowering.h | 3 +-
lib/Target/AMDGPU/SIInstrInfo.cpp | 2 +-
lib/Target/AMDGPU/SIInstrInfo.td | 6 +-
lib/Target/AMDGPU/SIInstructions.td | 6 +-
test/CodeGen/X86/global-sections.ll | 18 ++++++
test/MC/AMDGPU/symbol_special.s | 48 +++++++++++++++
17 files changed, 187 insertions(+), 87 deletions(-)
create mode 100644 test/MC/AMDGPU/symbol_special.s
--
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 ded43983 [FileCheck] Add --check-prefixes as a shorthand for multiple [...]
new 7baead5 LoopRotate: restructure code to simplify functions
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/Transforms/Scalar/LoopRotation.h | 2 -
lib/Transforms/Scalar/LoopRotation.cpp | 100 +++++++++++++++-----------
2 files changed, 59 insertions(+), 43 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 glibc.
from c8376f3 powerpc: strcasecmp/strncasecmp optmization for power8
new 4fea2cd Simplify generic fdim implementations.
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 +++++++
math/s_fdim.c | 12 ++----------
math/s_fdimf.c | 12 ++----------
math/s_fdiml.c | 12 ++----------
4 files changed, 13 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.