This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a74c4ce4aa7 Add clobbers around IFN_LOAD/STORE_LANES
new 5feb8977664 regcprop: Avoid REG_CFA_REGISTER notes (PR85645)
new f42d848f384 regrename: Don't rename the dest of a REG_CFA_REGISTER (PR85645)
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:
gcc/ChangeLog | 12 ++++++++++++
gcc/regcprop.c | 6 ++++++
gcc/regrename.c | 19 +++++++++++++++----
3 files changed, 33 insertions(+), 4 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 d80aa1ad9d9 [CostModel][X86] Split off SLM checks
new 1ed49633b37 DWARFVerifier: Check "completeness" of .debug_names section
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/DebugInfo/DWARF/DWARFAcceleratorTable.h | 16 ++
include/llvm/DebugInfo/DWARF/DWARFVerifier.h | 7 +-
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp | 33 +++-
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 146 +++++++++++++++
.../X86/debug-names-verify-completeness.s | 195 +++++++++++++++++++++
5 files changed, 393 insertions(+), 4 deletions(-)
create mode 100644 test/tools/llvm-dwarfdump/X86/debug-names-verify-completeness.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 fa04d8ba31b [DebugInfo] Mark tests using -debug-only as REQUIRES: asserts
new be423e4d7b0 Revert "[InstCombine] snprintf optimizations"
new d80aa1ad9d9 [CostModel][X86] Split off SLM checks
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/Transforms/Utils/SimplifyLibCalls.h | 2 -
lib/Transforms/Utils/SimplifyLibCalls.cpp | 90 ---------------
test/Analysis/CostModel/X86/div.ll | 78 ++++++++++++-
test/Transforms/InstCombine/snprintf.ll | 138 -----------------------
4 files changed, 77 insertions(+), 231 deletions(-)
delete mode 100644 test/Transforms/InstCombine/snprintf.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 1c881df6d1d [X86] Cleanup WriteFStore/WriteVecStore schedules
new fa04d8ba31b [DebugInfo] Mark tests using -debug-only as REQUIRES: asserts
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/DebugInfo/Generic/debug-label-mi.ll | 1 +
test/DebugInfo/Generic/debug-label-opt.ll | 1 +
2 files changed, 2 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 binutils-gdb.
from 493ffac5aa Fix binary compatibility between GCC and the TI compiler for [...]
new 60cb2c8a33 Fix typo in od-macho.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:
binutils/ChangeLog | 4 ++++
binutils/od-macho.c | 2 +-
2 files changed, 5 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 llvm.
from beccc078200 [mips] Move conditional moves out of isCodeGenOnly
new 1c881df6d1d [X86] Cleanup WriteFStore/WriteVecStore schedules
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/X86InstrSSE.td | 2 +-
lib/Target/X86/X86SchedBroadwell.td | 17 +----
lib/Target/X86/X86SchedHaswell.td | 15 +---
lib/Target/X86/X86SchedSkylakeClient.td | 15 +---
lib/Target/X86/X86SchedSkylakeServer.td | 82 +---------------------
test/CodeGen/X86/avx512vl-intrinsics.ll | 4 +-
test/tools/llvm-mca/X86/Broadwell/resources-avx1.s | 8 +--
test/tools/llvm-mca/X86/Broadwell/resources-sse2.s | 2 +-
test/tools/llvm-mca/X86/Haswell/resources-avx1.s | 4 +-
test/tools/llvm-mca/X86/Haswell/resources-sse2.s | 2 +-
.../llvm-mca/X86/SkylakeClient/resources-avx1.s | 4 +-
.../llvm-mca/X86/SkylakeClient/resources-sse2.s | 4 +-
.../llvm-mca/X86/SkylakeServer/resources-avx1.s | 2 +-
.../llvm-mca/X86/SkylakeServer/resources-sse2.s | 2 +-
14 files changed, 26 insertions(+), 137 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 84f9f8c330 PR22069, Several instances of register accidentally spelled [...]
new 493ffac5aa Fix binary compatibility between GCC and the TI compiler for [...]
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 | 14 ++
bfd/elf32-pru.c | 163 ++++++++++++++++++---
gas/ChangeLog | 12 ++
gas/config/tc-pru.c | 18 ++-
gas/testsuite/gas/pru/illegal2.l | 2 +
.../gas/{mips/illegal.s => pru/illegal2.s} | 4 +-
gas/testsuite/gas/pru/ldi.d | 8 +-
gas/testsuite/gas/pru/pru.exp | 1 +
ld/ChangeLog | 11 ++
ld/scripttempl/pru.sc | 47 +++---
ld/testsuite/ld-pru/ldi32.d | 2 +-
ld/testsuite/ld-pru/norelax_ldi32-data.d | 8 +-
ld/testsuite/ld-pru/norelax_ldi32-dis.d | 28 ++--
ld/testsuite/ld-pru/relax_ldi32-data.d | 8 +-
ld/testsuite/ld-pru/relax_ldi32-dis.d | 20 +--
15 files changed, 265 insertions(+), 81 deletions(-)
create mode 100644 gas/testsuite/gas/pru/illegal2.l
copy gas/testsuite/gas/{mips/illegal.s => pru/illegal2.s} (51%)
--
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 openacc-gcc-7-branch
in repository gcc.
from 2ade13c98fe Backport libgomp gomp_copy_host2dev coalesce optimization f [...]
new 00564c51f5d backport "[nvptx] Make trap insn noreturn"
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.openacc | 9 +++++++++
gcc/config/nvptx/nvptx.md | 6 +++---
2 files changed, 12 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 gcc.
from 38017cabc15 [nvptx] Make trap insn noreturn
new a74c4ce4aa7 Add clobbers around IFN_LOAD/STORE_LANES
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 | 11 ++++++
gcc/cfgexpand.c | 22 ++++++++++-
gcc/testsuite/ChangeLog | 5 +++
.../gcc.target/aarch64/store_lane_spill_1.c | 21 +++++++++++
.../gcc.target/aarch64/sve/store_lane_spill_1.c | 19 ++++++++++
gcc/tree-vect-stmts.c | 44 ++++++++++++++--------
6 files changed, 105 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/store_lane_spill_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/store_lane_spill_1.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 ad7a1f939cb [COFF] Improve correctness of def parsing for GNU features
new beccc078200 [mips] Move conditional moves out of isCodeGenOnly
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/Mips/MicroMipsInstrFPU.td | 46 +++++++++++-----------
lib/Target/Mips/MicroMipsInstrFormats.td | 4 +-
lib/Target/Mips/MipsCondMov.td | 8 ++--
.../Disassembler/Mips/micromips32r3/valid-el.txt | 8 ++++
test/MC/Disassembler/Mips/micromips32r3/valid.txt | 8 ++++
test/MC/Mips/micromips-fpu-instructions.s | 16 ++++++++
6 files changed, 62 insertions(+), 28 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.