This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b418c2351b1 [llvm-exegesis] Serializes registers initial values.
new ea11fa660db [DAGCombine] Share predecessor bookkeeping in CombineToPost [...]
new 07f8b17dd34 [DAGCombine] Improve Predecessor check in SimplifySelectOps. NFCI.
new 3b51225303b [LegalizeDAG] Prune Predecessor check in ExpandExtractFromV [...]
new a2ee6e7f170 [AArch64] Share search bookkeeping in combines. NFCI.
new 7ee72241564 [ARM] Share predecessor bookkeeping in CombineBaseUpdate. NFCI.
The 5 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/SelectionDAG/DAGCombiner.cpp | 51 ++++++++++++++++++++++++++----
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 1 +
lib/Target/AArch64/AArch64ISelLowering.cpp | 32 ++++++++++---------
lib/Target/ARM/ARMISelLowering.cpp | 11 +++++--
4 files changed, 72 insertions(+), 23 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 linux.
from 8c0f9f5b309d Revert "uapi/linux/keyctl.h: don't use C++ reserved keywor [...]
new 0aebe40bae6c soundwire: Fix duplicate stream state assignment
new 3fef1a2259c5 soundwire: Fix incorrect exit after configuring stream
new 8d6ccf5cebbc soundwire: Fix acquiring bus lock twice during master release
new d193d1a210ff Merge tag 'soundwire-4.19-fixes' of git://git.kernel.org/p [...]
new 8801922cd94c intel_th: Fix device removal logic
new ebe4582281d6 intel_th: Fix resource handling for ACPI glue layer
new 59d08d00d43c intel_th: pci: Add Ice Lake PCH support
new fc0c8146680e Merge tag 'char-misc-4.19-rc6' of git://git.kernel.org/pub [...]
The 8 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:
drivers/hwtracing/intel_th/core.c | 16 +++++++++++++---
drivers/hwtracing/intel_th/pci.c | 5 +++++
drivers/soundwire/stream.c | 23 +++++++++++++++++------
3 files changed, 35 insertions(+), 9 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 449a2235e97 [llvm-exegesis] Fix missing document separator in YAML output.
new b418c2351b1 [llvm-exegesis] Serializes registers initial values.
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:
.../llvm-exegesis/X86/latency-by-opcode-name.s | 5 +-
tools/llvm-exegesis/lib/BenchmarkResult.cpp | 86 +++++++++++++++++-----
tools/llvm-exegesis/lib/BenchmarkResult.h | 3 +
tools/llvm-exegesis/lib/BenchmarkRunner.cpp | 1 +
.../llvm-exegesis/X86/BenchmarkResultTest.cpp | 3 +
5 files changed, 77 insertions(+), 21 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 335a3b0a0d Clean up iconv/gconv_int.h for unnecessary declarations
new c70271662a Use libsupport for tst-spawn.c
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 ++
posix/tst-spawn.c | 214 +++++++++++++++++++++++-------------------------------
2 files changed, 97 insertions(+), 122 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 49b036f1e0 Remove dead code from gdbserver's configure
new 3d6e0c015a S/390: Fix symbolic displacement in lay
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:
gas/config/tc-s390.c | 2 +-
gas/testsuite/gas/s390/s390.exp | 1 +
.../empty => gas/testsuite/gas/s390/zarch-z990-symbol-lay.l | 0
gas/testsuite/gas/s390/zarch-z990-symbol-lay.s | 6 ++++++
4 files changed, 8 insertions(+), 1 deletion(-)
copy binutils/testsuite/binutils-all/empty => gas/testsuite/gas/s390/zarch-z990-sy [...]
create mode 100644 gas/testsuite/gas/s390/zarch-z990-symbol-lay.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 gcc.
from cb80685b1f1 internal/bytealg, internal/cpu, internal/poll: portabil [...]
new 369196d3694 2018-09-25 Richard Biener <rguenther(a)suse.de>
new bc35ec6d4ca PR libstdc++/87431 optimise valueless_by_exception()
new 67e757f9693 Use steady_clock to implement condition_variable::wait_for [...]
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:
gcc/ChangeLog | 12 +++++++
gcc/dwarf2out.c | 55 +++++++++++++++--------------
libstdc++-v3/ChangeLog | 12 +++++++
libstdc++-v3/include/std/condition_variable | 5 +--
libstdc++-v3/include/std/variant | 2 ++
5 files changed, 57 insertions(+), 29 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 7167e4d196a [llvm-exegesis] Add lit tests (v2).
new 64957db18b5 [DAGCombine] Don't fold dependent loads across SELECT_CC.
new 449a2235e97 [llvm-exegesis] Fix missing document separator in YAML output.
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 9 +++++----
test/tools/llvm-exegesis/X86/latency-by-opcode-name.s | 4 +++-
tools/llvm-exegesis/lib/BenchmarkResult.cpp | 2 ++
3 files changed, 10 insertions(+), 5 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 google/grte/v5-2.27/master
in repository glibc.
from 2248ae2b24 Add clang version of find_cxx_header
new 0bcfc18228 Add workaround for segfaults in __longjmp when compiled with [...]
new 91f441abb6 Work around a ppc clang inlining bug
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:
elf/dl-error-skeleton.c | 23 +++++++++++++++++++++++
sysdeps/pthread/aio_misc.c | 3 +++
sysdeps/unix/sysv/linux/aio_misc.h | 8 +++++++-
3 files changed, 33 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 lld.
from 271390621 [COFF] Add support for creating range extension thunks for ARM
new bc9e188d1 Parallelize .gdb_index string table writes.
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/SyntheticSections.cpp | 3 ++-
1 file changed, 2 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 zorg.
from 2106c57 Replace clang-x86-windows-msvc2015 with an x64 VS 2017 build script
new b34b2a9 [Zorg] Update openbsd slave
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:
buildbot/osuosl/master/config/builders.py | 10 ++++++----
buildbot/osuosl/master/config/slaves.py | 4 ++--
buildbot/osuosl/master/config/status.py | 2 +-
3 files changed, 9 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.