This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from edfa885345d Split invocations in CodeGen/X86/cpus.ll among multiple tes [...]
new 72cdd511978 [X86][Btver2] CVTSS2I/CVTSD2I - add missing JFPU0 pipe
new 46304bd3adc [MIPS GlobalISel] Lower i64 arguments
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/Target/Mips/MipsCallLowering.cpp | 144 +++++++++++++--------
lib/Target/Mips/MipsCallLowering.h | 27 ++--
lib/Target/X86/X86ScheduleBtVer2.td | 4 +-
.../Mips/GlobalISel/irtranslator/split_args.ll | 106 +++++++++++++++
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 34 ++---
test/tools/llvm-mca/X86/BtVer2/resources-sse1.s | 18 +--
test/tools/llvm-mca/X86/BtVer2/resources-sse2.s | 18 +--
7 files changed, 253 insertions(+), 98 deletions(-)
create mode 100644 test/CodeGen/Mips/GlobalISel/irtranslator/split_args.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 llvm.
from 965ed082b4d [llvm-mca] Remove redundant namespace prefixes. NFC
new edfa885345d Split invocations in CodeGen/X86/cpus.ll among multiple tes [...]
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/CodeGen/X86/cpus-amd.ll | 32 +++++++++
test/CodeGen/X86/cpus-intel.ll | 52 ++++++++++++++
test/CodeGen/X86/cpus-no-x86_64.ll | 37 ++++++++++
test/CodeGen/X86/cpus-other.ll | 21 ++++++
test/CodeGen/X86/cpus.ll | 137 -------------------------------------
5 files changed, 142 insertions(+), 137 deletions(-)
create mode 100644 test/CodeGen/X86/cpus-amd.ll
create mode 100644 test/CodeGen/X86/cpus-intel.ll
create mode 100644 test/CodeGen/X86/cpus-no-x86_64.ll
create mode 100644 test/CodeGen/X86/cpus-other.ll
delete mode 100644 test/CodeGen/X86/cpus.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 5d580028ffe Simplify vec_merge according to the mask.
new 0e59d2fbb80 2018-09-28 Richard Biener <rguenther(a)suse.de>
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 | 17 +++++++++++++++++
gcc/auto-profile.c | 11 ++---------
gcc/cp/ChangeLog | 5 +++++
gcc/cp/error.c | 10 ----------
gcc/langhooks.c | 10 ----------
gcc/omp-expand.c | 2 +-
gcc/optinfo-emit-json.cc | 6 ------
gcc/tree-inline.c | 2 +-
gcc/tree-pretty-print.c | 24 ------------------------
gcc/tree-ssa-live.c | 7 +------
gcc/tree.c | 17 +----------------
gcc/tree.h | 2 ++
12 files changed, 30 insertions(+), 83 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 5f9aecea0d RISC-V: Pc-rel to gp-rel relaxation function cleanup.
new f67ffa6a78 gdb: Change how frames are selected for 'frame' and 'info frame'.
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 | 39 ++
gdb/NEWS | 8 +
gdb/cli/cli-decode.c | 44 +-
gdb/command.h | 14 +
gdb/doc/ChangeLog | 8 +
gdb/doc/gdb.texinfo | 111 +++--
gdb/mi/mi-cmd-stack.c | 77 ++-
gdb/stack.c | 526 ++++++++++++++-------
gdb/stack.h | 6 +-
gdb/testsuite/ChangeLog | 5 +
.../bar.c => gdb.base/frame-selection.c} | 35 +-
gdb/testsuite/gdb.base/frame-selection.exp | 188 ++++++++
12 files changed, 851 insertions(+), 210 deletions(-)
copy gdb/testsuite/{gdb.ada/bp_c_mixed_case/bar.c => gdb.base/frame-selection.c} (71%)
create mode 100644 gdb/testsuite/gdb.base/frame-selection.exp
--
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 b9abfabb761 * config/sparc/sparc-protos.h (sparc_branch_cost): Declare [...]
new 5d580028ffe Simplify vec_merge according to the mask.
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/simplify-rtx.c | 136 +++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 146 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 ab5d6ab2dea [X86][Btver2] Fix BSF/BSR schedule
new 965ed082b4d [llvm-mca] Remove redundant namespace prefixes. 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:
tools/llvm-mca/lib/HardwareUnits/RegisterFile.cpp | 6 +++---
.../llvm-mca/lib/HardwareUnits/ResourceManager.cpp | 12 ++++++------
.../lib/HardwareUnits/RetireControlUnit.cpp | 2 +-
tools/llvm-mca/lib/InstrBuilder.cpp | 21 ++++++++++-----------
tools/llvm-mca/lib/Instruction.cpp | 4 ++--
tools/llvm-mca/lib/Pipeline.cpp | 12 ++++++------
tools/llvm-mca/lib/Stages/DispatchStage.cpp | 10 +++++-----
tools/llvm-mca/lib/Stages/ExecuteStage.cpp | 6 +++---
8 files changed, 36 insertions(+), 37 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.