This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7c84ee231be NFC - Typo fixes lib/VMCore -> lib/IR
new 3be77b30e98 [X86] Fix typo in skylake-avx512 model for PMAXSD/PMINSD in [...]
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/X86SchedSkylakeServer.td | 40 ++++++++++++++++-----------------
1 file changed, 20 insertions(+), 20 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 223197ab455 [mips] Fix microMIPS loads and stores.
new 7c84ee231be NFC - Typo fixes lib/VMCore -> lib/IR
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:
docs/CommandLine.rst | 2 +-
utils/TableGen/IntrinsicEmitter.cpp | 2 +-
2 files changed, 2 insertions(+), 2 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 f07f7f418a2 2018-04-30 Richard Biener <rguenther(a)suse.de>
new 95dfb10f2a1 2018-04-30 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 | 6 ++++++
gcc/tree-cfg.c | 11 ++++-------
gcc/tree-chrec.h | 2 --
3 files changed, 10 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 15f591eb7de [AArch64][SVE] Asm: Improve diagnostics for gather loads.
new 223197ab455 [mips] Fix microMIPS loads and stores.
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/MicroMipsInstrInfo.td | 44 +-
lib/Target/Mips/MipsInstrInfo.td | 30 +-
test/CodeGen/Mips/llvm-ir/load.ll | 1022 +++++++++++++++++++++++++++++++++
test/CodeGen/Mips/llvm-ir/store.ll | 494 ++++++++++++++++
test/MC/Mips/micromips/invalid.s | 8 +-
test/MC/Mips/micromips32r6/invalid.s | 8 +-
6 files changed, 1565 insertions(+), 41 deletions(-)
create mode 100644 test/CodeGen/Mips/llvm-ir/load.ll
create mode 100644 test/CodeGen/Mips/llvm-ir/store.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 clang.
from ef91bd38cd PR37189 Fix incorrect end source location and spelling for a [...]
new 4388e8f820 [Targets] Implement getConstraintRegister for ARM and AArch64
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/clang/Basic/TargetInfo.h | 6 ++++++
lib/Basic/Targets/AArch64.h | 5 +++++
lib/Basic/Targets/ARM.h | 5 +++++
test/Sema/arm-asm.c | 7 +++++++
test/Sema/arm64-inline-asm.c | 6 ++++++
5 files changed, 29 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 gcc.
from dabafc2fc9f 2018-04-30 Richard Biener <rguenther(a)suse.de>
new f07f7f418a2 2018-04-30 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:
ChangeLog | 9 +++++++++
Makefile.in | 8 ++++----
Makefile.tpl | 8 ++++----
gcc/ChangeLog | 5 +++++
gcc/dwarf2out.c | 2 ++
5 files changed, 24 insertions(+), 8 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 compiler-rt.
from 635ae7056 [XRay][profiler] Part 1: XRay Allocator and Array Implementations
new e45c6d515 tsan: disable trace switching after multithreaded fork
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/tsan/rtl/tsan_rtl.cc | 4 ++++
lib/tsan/rtl/tsan_rtl.h | 2 ++
2 files changed, 6 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 gcc.
from b6807c6a115 Daily bump.
new dabafc2fc9f 2018-04-30 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 | 7 ++
gcc/testsuite/ChangeLog | 17 +++++
gcc/testsuite/gcc.dg/tree-ssa/20030710-1.c | 10 +--
gcc/testsuite/gcc.dg/tree-ssa/20030711-1.c | 8 +--
gcc/testsuite/gcc.dg/tree-ssa/copy-headers-5.c | 16 +++++
gcc/testsuite/gcc.dg/tree-ssa/cunroll-13.c | 54 +++++++++++++---
gcc/testsuite/gcc.dg/tree-ssa/ivopt_mult_1.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ivopt_mult_1g.c | 82 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/ivopt_mult_2.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ivopt_mult_2g.c | 79 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/predcom-8.c | 12 ++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c | 2 +-
gcc/tree-ssa-loop-ch.c | 5 ++
13 files changed, 276 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/copy-headers-5.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ivopt_mult_1g.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ivopt_mult_2g.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/predcom-8.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 1fe601794ad [X86] Add a Requires<[In64BitMode]> to FARJMP64
new 15f591eb7de [AArch64][SVE] Asm: Improve diagnostics for gather loads.
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/AArch64/AArch64RegisterInfo.td | 22 +++++++++++++++-------
lib/Target/AArch64/AArch64SVEInstrInfo.td | 16 ++++++++--------
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 19 +++++++++++++++----
test/MC/AArch64/SVE/ld1d-diagnostics.s | 4 ++--
test/MC/AArch64/SVE/ld1h-diagnostics.s | 8 ++++----
test/MC/AArch64/SVE/ld1sh-diagnostics.s | 8 ++++----
test/MC/AArch64/SVE/ld1sw-diagnostics.s | 8 ++++----
test/MC/AArch64/SVE/ld1w-diagnostics.s | 8 ++++----
test/MC/AArch64/SVE/ldff1d-diagnostics.s | 4 ++--
test/MC/AArch64/SVE/ldff1h-diagnostics.s | 8 ++++----
test/MC/AArch64/SVE/ldff1sh-diagnostics.s | 8 ++++----
test/MC/AArch64/SVE/ldff1sw-diagnostics.s | 8 ++++----
test/MC/AArch64/SVE/ldff1w-diagnostics.s | 8 ++++----
13 files changed, 74 insertions(+), 55 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 openacc-gcc-8-branch
in repository gcc.
at 941fafa56b5 PR c++/85437 PR c++/49171 * cp-tree.h (REINTERPRET_CAST_ [...]
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.