This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c7e248c3291 [PowerPC] fix incorrect vectorization of abs() on POWER9
new a87cddafd1b [X86][X87] Add missing fldlg2 schedule test
new 3d458841dcc [llvm-mca][X86] Add X87 resource tests
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:
test/CodeGen/X86/x87-schedule.ll | 12 +-
test/tools/llvm-mca/X86/Broadwell/resources-x87.s | 524 ++++++++++++++++++++
test/tools/llvm-mca/X86/BtVer2/resources-x87.s | 528 +++++++++++++++++++++
test/tools/llvm-mca/X86/Haswell/resources-x87.s | 524 ++++++++++++++++++++
test/tools/llvm-mca/X86/SLM/resources-x87.s | 522 ++++++++++++++++++++
.../tools/llvm-mca/X86/SandyBridge/resources-x87.s | 522 ++++++++++++++++++++
.../llvm-mca/X86/SkylakeClient/resources-x87.s | 524 ++++++++++++++++++++
.../llvm-mca/X86/SkylakeServer/resources-x87.s | 524 ++++++++++++++++++++
test/tools/llvm-mca/X86/Znver1/resources-x87.s | 526 ++++++++++++++++++++
9 files changed, 4205 insertions(+), 1 deletion(-)
create mode 100644 test/tools/llvm-mca/X86/Broadwell/resources-x87.s
create mode 100644 test/tools/llvm-mca/X86/BtVer2/resources-x87.s
create mode 100644 test/tools/llvm-mca/X86/Haswell/resources-x87.s
create mode 100644 test/tools/llvm-mca/X86/SLM/resources-x87.s
create mode 100644 test/tools/llvm-mca/X86/SandyBridge/resources-x87.s
create mode 100644 test/tools/llvm-mca/X86/SkylakeClient/resources-x87.s
create mode 100644 test/tools/llvm-mca/X86/SkylakeServer/resources-x87.s
create mode 100644 test/tools/llvm-mca/X86/Znver1/resources-x87.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 78ffb44f174 [AArch64] Don't crash trying to resolve __stack_chk_guard.
new c7e248c3291 [PowerPC] fix incorrect vectorization of abs() on POWER9
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/PowerPC/PPCISelDAGToDAG.cpp | 95 ++++++++++++++++++++++++++++++++++
lib/Target/PowerPC/PPCInstrAltivec.td | 14 -----
test/CodeGen/PowerPC/ppc64-P9-vabsd.ll | 26 ++++++----
3 files changed, 112 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 openacc-gcc-7-branch
in repository gcc.
from 0799576d11a backport "Workaround PR83046 in gang-static-2.c"
new b957d7c71a0 [nvptx, openacc] Don't emit barriers for empty loops
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 | 6 ++++
gcc/config/nvptx/nvptx.c | 15 +++++++---
libgomp/ChangeLog.openacc | 9 ++++++
.../libgomp.oacc-c-c++-common/pr85381-2.c | 35 ++++++++++++++++++++++
.../libgomp.oacc-c-c++-common/pr85381-3.c | 34 +++++++++++++++++++++
.../libgomp.oacc-c-c++-common/pr85381-4.c | 26 ++++++++++++++++
.../libgomp.oacc-c-c++-common/pr85381-5.c | 23 ++++++++++++++
.../testsuite/libgomp.oacc-c-c++-common/pr85381.c | 17 +++++++++++
8 files changed, 161 insertions(+), 4 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr85381-2.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr85381-3.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr85381-4.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr85381-5.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr85381.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 binutils-gdb.
from 3d75146d2b Automatic date update in version.in
new 5a8edf8ece Test that gcc -B picks up new ld
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:
ld/ChangeLog | 5 +++++
ld/testsuite/lib/ld-lib.exp | 18 ++++++++++++++++++
2 files changed, 23 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 be6b6ce8499 Daily bump.
new 136d0207f5f RISC-V: Pass --no-relax to linker if -mno-relax is present.
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/config/riscv/elf.h | 1 +
gcc/config/riscv/linux.h | 1 +
3 files changed, 8 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 5dd3768d28f Fix typo in test (verify-machine-instrs -> verify-machineinstrs)
new 78ffb44f174 [AArch64] Don't crash trying to resolve __stack_chk_guard.
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/CodeGen/TargetLoweringBase.cpp | 7 +++++--
test/CodeGen/AArch64/stackguard-internal.ll | 21 +++++++++++++++++++++
2 files changed, 26 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AArch64/stackguard-internal.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 10f9f23c921 PR c/85365 - -Wrestrict false positives with -fsanitize=undefined
new be6b6ce8499 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-7-branch
in repository gcc.
from dcf1bf9b649 gcc/ Backport from mainline 2018-03-09 Peter Bergner <b [...]
new f387801632f Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-6-branch
in repository gcc.
from cd95b30c4e2 Daily bump.
new ae7c5b991df Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 binutils-gdb.
from 7106056554 RISC-V: Add new option -mrelax/-mno-relax.
new 3d75146d2b Automatic date update in version.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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.