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 790ba5c898 Automatic date update in version.in
new b4cbbe8f72 S/390: Add support for pgste marker
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/{aout32.c => elf-s390.h} | 15 ++++++----
bfd/elf64-s390.c | 70 ++++++++++++++++++++++++++++++++++++++++++++
binutils/readelf.c | 14 +++++++++
elfcpp/elfcpp.h | 4 ++-
include/elf/s390.h | 3 ++
ld/Makefile.in | 1 +
ld/emulparams/elf64_s390.sh | 1 +
ld/emultempl/s390.em | 64 ++++++++++++++++++++++++++++++++++++++++
ld/gen-doc.texi | 1 +
ld/ld.texinfo | 31 ++++++++++++++++++++
10 files changed, 198 insertions(+), 6 deletions(-)
copy bfd/{aout32.c => elf-s390.h} (70%)
create mode 100644 ld/emultempl/s390.em
--
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 001b09a6a2 powerpc: Add optimized version of [l]lroundf
new 12f50337ae powerpc: refactor strrchr IFUNC
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 | 9 +++++++++
sysdeps/powerpc/powerpc64/multiarch/strrchr-power8.S | 18 +-----------------
sysdeps/powerpc/powerpc64/power8/strrchr.S | 8 ++++++--
3 files changed, 16 insertions(+), 19 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 ef42908fbcd COFF: Produce an error on invalid pcrel relocs.
new d26da70a968 [JumpThreading] Use some temporary variables to reduce the [...]
new a98fd55665d [JumpThreading] Teach jump threading how to analyze (and (c [...]
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:
include/llvm/Analysis/LazyValueInfo.h | 7 ++++
lib/Analysis/LazyValueInfo.cpp | 20 ++++++++++
lib/Transforms/Scalar/JumpThreading.cpp | 69 +++++++++++++++++++++++++++------
3 files changed, 84 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 glibc.
from c271ff9469 Support _Float128 in ldbl-96 bits/iscanonical.h.
new 001b09a6a2 powerpc: Add optimized version of [l]lroundf
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 ++++++++++
sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile | 2 +-
.../fpu/multiarch/s_llroundf-ppc64.S} | 9 +++---
.../fpu/multiarch/{s_llrintf.c => s_llroundf.c} | 36 +++++++++++-----------
sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S | 7 +++++
sysdeps/powerpc/powerpc64/power5+/fpu/s_llroundf.S | 1 +
sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S | 7 +++++
sysdeps/powerpc/powerpc64/power6x/fpu/s_llroundf.S | 1 +
sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S | 7 +++++
sysdeps/powerpc/powerpc64/power8/fpu/s_llroundf.S | 1 +
10 files changed, 65 insertions(+), 23 deletions(-)
copy sysdeps/powerpc/{powerpc32/power4/fpu/multiarch/s_floor-ppc32.S => powerpc64/ [...]
copy sysdeps/powerpc/powerpc64/fpu/multiarch/{s_llrintf.c => s_llroundf.c} (60%)
create mode 100644 sysdeps/powerpc/powerpc64/power5+/fpu/s_llroundf.S
create mode 100644 sysdeps/powerpc/powerpc64/power6x/fpu/s_llroundf.S
create mode 100644 sysdeps/powerpc/powerpc64/power8/fpu/s_llroundf.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 libcxx.
from 186b81a51 Attempt to avoid static init ordering issues with globalMemCounter
new 3477ae445 Implement inclusive_scan/transform_inclusive_scan for C++17.
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/numeric | 87 ++++++++++++++++
.../inclusive_scan.pass.cpp} | 37 ++++---
.../inclusive.scan/inclusive_scan_op.pass.cpp | 112 +++++++++++++++++++++
.../inclusive_scan_op_init.pass.cpp} | 86 ++++++++++++----
.../transform_inclusive_scan_bop_uop.pass.cpp} | 79 +++++----------
...transform_inclusive_scan_bop_uop_init.pass.cpp} | 52 +++++-----
6 files changed, 336 insertions(+), 117 deletions(-)
copy test/std/numerics/numeric.ops/{exclusive.scan/exclusive_scan.pass.cpp => incl [...]
create mode 100644 test/std/numerics/numeric.ops/inclusive.scan/inclusive_scan_op. [...]
copy test/std/numerics/numeric.ops/{exclusive.scan/exclusive_scan_init_op.pass.cpp [...]
copy test/std/numerics/numeric.ops/{transform.exclusive.scan/transform_exclusive_s [...]
copy test/std/numerics/numeric.ops/{transform.exclusive.scan/transform_exclusive_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 455f8b7cda7 Make the test a bit more strict. NFC.
new 9dc2b94a11d [LoopSimplify] Factor the logic to form dedicated exits int [...]
new ef42908fbcd COFF: Produce an error on invalid pcrel relocs.
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:
include/llvm/MC/MCWinCOFFObjectWriter.h | 4 +-
include/llvm/Transforms/Utils/LoopUtils.h | 8 +++
lib/MC/WinCOFFObjectWriter.cpp | 4 +-
.../ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp | 7 +-
.../X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp | 17 +++--
lib/Transforms/Utils/LoopSimplify.cpp | 83 ++++++----------------
lib/Transforms/Utils/LoopUtils.cpp | 62 ++++++++++++++++
test/MC/COFF/cross-section-relative-err.s | 12 ++++
test/MC/COFF/cross-section-relative.s | 31 ++------
.../LoopUnswitch/2011-11-18-SimpleSwitch.ll | 1 -
.../2011-11-18-TwoSwitches-Threshold.ll | 1 -
.../LoopUnswitch/2011-11-18-TwoSwitches.ll | 1 -
12 files changed, 130 insertions(+), 101 deletions(-)
create mode 100644 test/MC/COFF/cross-section-relative-err.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 d4771b8a21f COFF: handle "undef - ." expressions.
new 455f8b7cda7 Make the test a bit more strict. 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:
test/MC/COFF/cross-section-relative.s | 126 +++++++++++++++++-----------------
1 file changed, 64 insertions(+), 62 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 clang.
from 516572b016 Add missing file from r306075.
new 742c4c8423 [Frontend] 'Show hotness' can be used with a sampling profile
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/Frontend/CompilerInvocation.cpp | 8 ++++++--
.../Inputs/optimization-remark-with-hotness-sample.proftext | 7 +++++++
test/Frontend/optimization-remark-with-hotness.c | 12 +++++++++++-
3 files changed, 24 insertions(+), 3 deletions(-)
create mode 100644 test/Frontend/Inputs/optimization-remark-with-hotness-sample.proftext
--
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 9c13e87ea8c [LVI] Teach LVI to reason about ORs of icmps similar to how [...]
new d4771b8a21f COFF: handle "undef - ." expressions.
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/MC/WinCOFFObjectWriter.cpp | 11 -----------
test/MC/COFF/bad-expr.s | 2 --
test/MC/COFF/cross-section-relative.s | 14 ++++++++++----
3 files changed, 10 insertions(+), 17 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 clang.
from 8f8ada1d40 PR33552: Distinguish between declarations that are owned by [...]
new 516572b016 Add missing file from r306075.
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/Misc/Inputs/module.modulemap | 1 +
1 file changed, 1 insertion(+)
create mode 100644 test/Misc/Inputs/module.modulemap
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.