This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_30-branch
in repository binutils-gdb.
from 5423c6f677 Automatic date update in version.in
new 963e88c631 x86-64: Add ENDBR64 to the TLSDESC PLT entry
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:
bfd/ChangeLog | 9 +++++++++
bfd/elf64-x86-64.c | 32 +++++++++++++++++++-------------
ld/ChangeLog | 8 ++++++++
ld/testsuite/ld-x86-64/tlsdesc.pd | 2 +-
4 files changed, 37 insertions(+), 14 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 binutils-gdb.
from af9d57d205 Automatic date update in version.in
new 5cd3e386e0 Make gdbserver reg_defs a vector of objects
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 | 12 ++++++++++++
gdb/gdbserver/regcache.c | 10 +++++-----
gdb/gdbserver/tdesc.c | 39 ++++++++-------------------------------
gdb/gdbserver/tdesc.h | 2 +-
gdb/regformats/regdef.h | 12 ++++++++++++
6 files changed, 42 insertions(+), 37 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 newlib.
from b49ce5af1 newlib: fix indentation in toulower
new fc59da00c comments to document struct caseconv_entry
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:
newlib/libc/ctype/towctrans_l.c | 36 +++++++++++++++++++++++++++++++++---
1 file changed, 33 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 llvm.
from 120cf639c0a [DeadArgElim] Strip allocsize attributes when deleting an a [...]
new 7b0d0302dff Revert r328386 "[X86] Fix Windows `i1 zeroext` conventions [...]
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/X86/X86CallingConv.td | 14 ++++----------
lib/Target/X86/X86ISelLowering.cpp | 6 +-----
test/CodeGen/X86/avx512-intel-ocl.ll | 2 --
test/CodeGen/X86/h-registers-0.ll | 3 +--
test/CodeGen/X86/test-shrink.ll | 4 ----
test/CodeGen/X86/vec_cast.ll | 8 --------
test/CodeGen/X86/win32-bool.ll | 33 ---------------------------------
test/CodeGen/X86/win64-bool.ll | 23 -----------------------
test/CodeGen/X86/xor.ll | 5 +----
9 files changed, 7 insertions(+), 91 deletions(-)
delete mode 100644 test/CodeGen/X86/win32-bool.ll
delete mode 100644 test/CodeGen/X86/win64-bool.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 glibc.
from 2d813d7b77 hurd: Regenerate errno.h header
new 3dfd23eb4b RISC-V: add remaining 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:
ChangeLog | 17 ++++++++++++++++
elf/elf.h | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++-----------
2 files changed, 73 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 714416332b3 [IRCE] Enable increasing loops of variable bounds
new 120cf639c0a [DeadArgElim] Strip allocsize attributes when deleting an a [...]
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/Transforms/IPO/DeadArgumentElimination.cpp | 8 ++++++--
test/Transforms/DeadArgElim/allocsize.ll | 13 +++++++++++++
2 files changed, 19 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/DeadArgElim/allocsize.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 b27237ddee8 2018-03-26 Richard Biener <rguenther(a)suse.de>
new c4b26cae233 Fix switch conversion in offloading 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:
gcc/ChangeLog | 10 ++++++
gcc/omp-general.c | 10 ++++++
gcc/omp-general.h | 1 +
gcc/omp-offload.c | 4 +--
gcc/tree-switch-conversion.c | 5 +++
libgomp/ChangeLog | 8 +++++
libgomp/testsuite/libgomp.c/switch-conversion-2.c | 31 +++++++++++++++++++
libgomp/testsuite/libgomp.c/switch-conversion.c | 36 ++++++++++++++++++++++
.../switch-conversion-2.c | 31 +++++++++++++++++++
.../libgomp.oacc-c-c++-common/switch-conversion.c | 35 +++++++++++++++++++++
10 files changed, 168 insertions(+), 3 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.c/switch-conversion-2.c
create mode 100644 libgomp/testsuite/libgomp.c/switch-conversion.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/switch-conversion-2.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/switch-conversion.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 2c3af0c1d2c [ARM] Simplify constructing the ARMArchFeature string. NFC.
new 714416332b3 [IRCE] Enable increasing loops of variable bounds
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:
.../Scalar/InductiveRangeCheckElimination.cpp | 136 +++++++++-------
test/Transforms/IRCE/eq_ne.ll | 8 +-
test/Transforms/IRCE/variable-loop-bounds.ll | 174 +++++++++++++++++++++
3 files changed, 254 insertions(+), 64 deletions(-)
create mode 100644 test/Transforms/IRCE/variable-loop-bounds.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 lld.
from a3dd3292a [ELF] - Do not ignore discarding of .rela.plt/.rela.dyn, allo [...]
new 6ab4090c4 This is PR36799.
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:
ELF/LinkerScript.cpp | 12 +++--
ELF/LinkerScript.h | 1 +
test/ELF/linkerscript/memory-region-alignment.test | 58 ++++++++++++++++++++++
3 files changed, 68 insertions(+), 3 deletions(-)
create mode 100644 test/ELF/linkerscript/memory-region-alignment.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 llvm.
from 640ccb5e8cc [X86] Fix the SchedRW for intrinsic register form of SQRT/R [...]
new 2c3af0c1d2c [ARM] Simplify constructing the ARMArchFeature string. 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:
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp | 21 +++++++++------------
1 file changed, 9 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.