This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from b0b99e3 sched.cc: Use PROCESS_QUERY_INFORMATION for now
new f4edc7f cygwin: include sys/types.h in sys/xattr.h
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:
winsup/cygwin/include/sys/xattr.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 release_38
in repository llvm.
from 6a7a8a8 Merging r260645:
new 737edaf Merging r260651:
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/AMDGPU.td | 11 +++++++++++
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 19 +++++++++++++++++++
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 6 ++++++
lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 +++++
lib/Target/AMDGPU/AMDKernelCodeT.h | 9 +++++++++
lib/Target/AMDGPU/SIInstrInfo.cpp | 4 ++++
lib/Target/AMDGPU/SIInstrInfo.h | 2 +-
test/CodeGen/AMDGPU/large-alloca-compute.ll | 4 ++--
test/CodeGen/AMDGPU/large-alloca-graphics.ll | 8 ++++----
.../AMDGPU/vgpr-spill-emergency-stack-slot-compute.ll | 4 ++--
.../CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot.ll | 4 ++--
11 files changed, 65 insertions(+), 11 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 81cccc9 Code size optimisation: do not inline memcpy if this expansio [...]
new 3dbd3c0 [codeview] Add basic record type translation
new ae4bf05 Trim some spaces (NFC)
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:
.../llvm/DebugInfo/CodeView/ListRecordBuilder.h | 9 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 209 ++++++++-
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 27 +-
lib/DebugInfo/CodeView/ListRecordBuilder.cpp | 2 +
test/DebugInfo/COFF/types-basic.ll | 78 +++-
test/DebugInfo/COFF/types-data-members.ll | 473 +++++++++++++++++++++
test/DebugInfo/COFF/types-recursive-struct.ll | 172 ++++++++
tools/llvm-profdata/llvm-profdata.cpp | 2 -
8 files changed, 945 insertions(+), 27 deletions(-)
create mode 100644 test/DebugInfo/COFF/types-data-members.ll
create mode 100644 test/DebugInfo/COFF/types-recursive-struct.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 gcc.
from 5ed3cc7 Implement x86 interrupt attribute
new 20702ea Add option for whether ceil etc. can raise "inexact", adjust [...]
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 | 31 +++++++++
gcc/common.opt | 4 ++
gcc/config/i386/i386.md | 80 ++++++++++------------
gcc/doc/invoke.texi | 24 ++++++-
gcc/doc/md.texi | 17 +++--
gcc/ipa-inline-transform.c | 4 ++
gcc/ipa-inline.c | 1 +
gcc/testsuite/ChangeLog | 14 ++++
.../gcc.dg/torture/builtin-fp-int-inexact.c | 72 +++++++++++++++++++
.../gcc.target/i386/387-builtin-fp-int-inexact.c | 7 ++
gcc/testsuite/gcc.target/i386/387-rint-inline-1.c | 36 ++++++++++
gcc/testsuite/gcc.target/i386/387-rint-inline-2.c | 30 ++++++++
.../gcc.target/i386/sse2-builtin-fp-int-inexact.c | 12 ++++
gcc/testsuite/gcc.target/i386/sse2-rint-inline-1.c | 36 ++++++++++
gcc/testsuite/gcc.target/i386/sse2-rint-inline-2.c | 30 ++++++++
.../i386/sse4_1-builtin-fp-int-inexact.c | 12 ++++
gcc/testsuite/gcc.target/i386/sse4_1-rint-inline.c | 36 ++++++++++
17 files changed, 394 insertions(+), 52 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/builtin-fp-int-inexact.c
create mode 100644 gcc/testsuite/gcc.target/i386/387-builtin-fp-int-inexact.c
create mode 100644 gcc/testsuite/gcc.target/i386/387-rint-inline-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/387-rint-inline-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/sse2-builtin-fp-int-inexact.c
create mode 100644 gcc/testsuite/gcc.target/i386/sse2-rint-inline-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/sse2-rint-inline-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/sse4_1-builtin-fp-int-inexact.c
create mode 100644 gcc/testsuite/gcc.target/i386/sse4_1-rint-inline.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 llvm.
from ce31d93 [AArch64] Spot SBFX-compatbile code expressed with sign_exten [...]
new 81cccc9 Code size optimisation: do not inline memcpy if this expansio [...]
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/ARM/ARMSelectionDAGInfo.cpp | 6 ++++++
test/CodeGen/ARM/memcpy-no-inline.ll | 33 +++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
create mode 100644 test/CodeGen/ARM/memcpy-no-inline.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 users/mwk/s390-relro
in repository binutils-gdb.
at e322299 gold/s390: Support partial got relro.
This branch includes the following new commits:
new b8a8c35 bfd/s390: Misc minor fixes.
new a586728 ld: Enable using separate linker script for -z relro
new e470817 bfd/elf64-s390: Prepare for _GLOBAL_OFFSET_TABLE_ != DT_PLTGOT
new 6b4f8d6 bfd/elf32-s390: Prepare for _GLOBAL_OFFSET_TABLE_ != DT_PLTGOT
new 10ccd6f bfd/elf32-s390: Support partial got relro.
new 1d69372 bfd/elf64-s390: Support partial got relro.
new e322299 gold/s390: Support partial got relro.
The 7 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 33ec780 [InstCombine] look through bitcasts to find selects
new ce31d93 [AArch64] Spot SBFX-compatbile code expressed with sign_exten [...]
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/AArch64/AArch64ISelDAGToDAG.cpp | 37 +++++++++++++
test/CodeGen/AArch64/bitfield-insert.ll | 88 ++++++++++++++++++++++++++++++
2 files changed, 125 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 glibc.
from 1c1e7fb Fix macro API for __USE_KERNEL_IPV6_DEFS.
new cfac4de libio: Use wmemset instead of __wmemset to avoid linknamespace issue
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 | 5 +++++
libio/wstrops.c | 6 +++---
2 files changed, 8 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 users/hjl/tls
in repository binutils-gdb.
at ca1d29f Test call *__tls_get_addr@GOTPCREL(%rip)
This branch includes the following new commits:
new 83482c8 Optimize call *__tls_get_addr@GOTPCREL(%rip)
new ca1d29f Test call *__tls_get_addr@GOTPCREL(%rip)
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.