This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0f8c6051333 [llvm-exegesis][NFC] Split BenchmarkRunner class
new 198fe03a307 [llvm-exegesis][NFC] Remove dead parameter.
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:
tools/llvm-exegesis/llvm-exegesis.cpp | 5 ++---
1 file changed, 2 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 f33751e706f [AMDGPU] Preliminary patch for divergence driven instru [...]
new 0f8c6051333 [llvm-exegesis][NFC] Split BenchmarkRunner class
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:
tools/llvm-exegesis/lib/BenchmarkCode.h | 38 ++++++
tools/llvm-exegesis/lib/BenchmarkRunner.cpp | 126 +-------------------
tools/llvm-exegesis/lib/BenchmarkRunner.h | 48 +-------
tools/llvm-exegesis/lib/CMakeLists.txt | 1 +
tools/llvm-exegesis/lib/Latency.cpp | 10 +-
tools/llvm-exegesis/lib/Latency.h | 17 ++-
tools/llvm-exegesis/lib/SnippetGenerator.cpp | 130 +++++++++++++++++++++
tools/llvm-exegesis/lib/SnippetGenerator.h | 74 ++++++++++++
tools/llvm-exegesis/lib/Target.cpp | 24 ++++
tools/llvm-exegesis/lib/Target.h | 11 +-
tools/llvm-exegesis/lib/Uops.cpp | 12 +-
tools/llvm-exegesis/lib/Uops.h | 26 +++--
tools/llvm-exegesis/lib/X86/Target.cpp | 28 ++---
tools/llvm-exegesis/llvm-exegesis.cpp | 37 +++++-
.../llvm-exegesis/X86/SnippetGeneratorTest.cpp | 60 +++++-----
15 files changed, 399 insertions(+), 243 deletions(-)
create mode 100644 tools/llvm-exegesis/lib/BenchmarkCode.h
create mode 100644 tools/llvm-exegesis/lib/SnippetGenerator.cpp
create mode 100644 tools/llvm-exegesis/lib/SnippetGenerator.h
--
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 d3c55148e76 compiler: omit a couple of write barriers
new e3f07d30e4f PR tree-optimization/87287 * fold-const.c (fold_binary_lo [...]
new 18a68bcd448 PR middle-end/87290 * expr.c (maybe_optimize_pow2p_mod_cm [...]
new f48b66326a8 * configure.ac: Only append " : (reconfigured) $TOPLEVEL_ [...]
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 | 22 ++++++
gcc/configure | 17 +++--
gcc/configure.ac | 5 +-
gcc/expr.c | 99 ++++++++++++++++++++++++++-
gcc/fold-const.c | 22 ------
gcc/match.pd | 10 ++-
gcc/testsuite/ChangeLog | 12 ++++
gcc/testsuite/gcc.c-torture/execute/pr87290.c | 63 +++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr87287.c | 34 +++++++++
gcc/testsuite/gcc.target/i386/pr87290.c | 34 +++++++++
10 files changed, 285 insertions(+), 33 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr87290.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr87287.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr87290.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 clang.
from ca6d65812f [AArch64] Support reserving x1-7 registers.
new 903444bc95 [clang-format] Wrapped block after case label should not be [...]
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/Format/UnwrappedLineFormatter.cpp | 4 ++++
unittests/Format/FormatTest.cpp | 26 ++++++++++++++++++++++++++
2 files changed, 30 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 llvm.
from 10ab82f5684 [X86] Type legalize v2i32 div/rem by scalarizing rather tha [...]
new f33751e706f [AMDGPU] Preliminary patch for divergence driven instru [...]
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/SIInstrInfo.cpp | 1 +
test/CodeGen/AMDGPU/smrd-fold-offset.mir | 23 +++++++++++++++++++++++
2 files changed, 24 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 llvm.
from b8d7ba6811d ARM: correct the relocation type for `bl` on WoA
new 10ab82f5684 [X86] Type legalize v2i32 div/rem by scalarizing rather tha [...]
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/X86ISelLowering.cpp | 17 +
test/CodeGen/X86/scalar_widen_div.ll | 27 +-
test/CodeGen/X86/vector-idiv-v2i32.ll | 739 ++++++++++++++++------------------
3 files changed, 382 insertions(+), 401 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 7428b2e5d0b1 Merge tag 'drm-fixes-2018-09-12' of git://anongit.freedesk [...]
new cd2315d471f4 ipmi: kcs_bmc: don't change device name
new 2512e40e48d2 ipmi: Rework SMI registration failure
new c86ba91be757 ipmi: Move BT capabilities detection to the detect call
new 0745dde62835 ipmi: Fix I2C client removal in the SSIF driver
new a8627cda7cff ipmi: Fix NULL pointer dereference in ssif_probe
new d3bd5973c72e Merge tag 'for-linus-4.19' of git://github.com/cminyard/li [...]
new c3f00182a83b MAINTAINERS: Add entries for PPC64 RPA PCI hotplug drivers
new f30cf498b427 MAINTAINERS: Add Gustavo Pimentel as DesignWare PCI maintainer
new 50ca031b5110 Revert "PCI: Add ACS quirk for Intel 300 series"
new 46feb6b495f7 switchtec: Fix Spectre v1 vulnerability
new 34fb6bf9b13a PCI: pciehp: Fix hot-add vs powerfault detection order
new d8a528103589 PCI: Fix faulty logic in pci_reset_bus()
new bfc456060d0c IB/hfi1,PCI: Allow bus reset while probing
new 9d27e39d309c PCI: Fix enabling of PASID on RC integrated endpoints
new 54eda9df17f3 Merge tag 'pci-v4.19-fixes-1' of git://git.kernel.org/pub/ [...]
The 15 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:
MAINTAINERS | 16 ++++++-
drivers/char/ipmi/ipmi_bt_sm.c | 92 +++++++++++++++++++------------------
drivers/char/ipmi/ipmi_msghandler.c | 53 +++++++++++----------
drivers/char/ipmi/ipmi_si_intf.c | 17 ++-----
drivers/char/ipmi/ipmi_ssif.c | 32 +++++--------
drivers/char/ipmi/kcs_bmc.c | 7 +--
drivers/infiniband/hw/hfi1/pcie.c | 11 ++---
drivers/pci/hotplug/pciehp_hpc.c | 18 ++++----
drivers/pci/pci.c | 3 +-
drivers/pci/probe.c | 5 +-
drivers/pci/quirks.c | 6 ---
drivers/pci/switch/switchtec.c | 4 ++
include/linux/pci.h | 3 ++
13 files changed, 138 insertions(+), 129 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 f3ae9dd418f [NFC] Add Requires: asserts where needed
new b8d7ba6811d ARM: correct the relocation type for `bl` on WoA
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:
.../ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp | 2 +-
test/MC/ARM/coff-relocations.s | 28 ++++++++++++++--------
2 files changed, 19 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 7f7717fed4b [NFC] Use expensive asserts in relevant LICM tests
new f3ae9dd418f [NFC] Add Requires: asserts where needed
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/Transforms/LICM/guards.ll | 1 +
test/Transforms/LICM/hoist-mustexec.ll | 1 +
2 files changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.