This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 064f53e7e70 cmd/go: pass down testing gccgo in TestScript
new 965cbb4ac73 * config/i386/i386.md (frndintxf2_mask_pm): Remove. (frnd [...]
new cb80685b1f1 internal/bytealg, internal/cpu, internal/poll: portabil [...]
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 | 20 +++++++
gcc/config/i386/i386.c | 16 ------
gcc/config/i386/i386.h | 2 -
gcc/config/i386/i386.md | 79 ++++++++------------------
gcc/go/gofrontend/MERGE | 2 +-
gcc/reg-stack.c | 1 -
libgo/Makefile.am | 11 ++++
libgo/Makefile.in | 10 ++++
libgo/go/internal/bytealg/indexbyte_generic.go | 2 +-
libgo/go/internal/cpu/cpu_arm.go | 7 ---
libgo/go/internal/cpu/cpu_arm64.go | 2 -
libgo/go/internal/cpu/cpu_mips.go | 7 ---
libgo/go/internal/cpu/cpu_mips64.go | 7 ---
libgo/go/internal/cpu/cpu_mips64le.go | 7 ---
libgo/go/internal/cpu/cpu_mipsle.go | 7 ---
libgo/go/internal/cpu/cpu_ppc64x.go | 2 -
libgo/go/internal/cpu/cpu_s390x.go | 2 -
libgo/go/internal/cpu/cpu_wasm.go | 7 ---
libgo/go/internal/cpu/cpu_x86.go | 2 -
libgo/go/internal/poll/splice_linux.go | 9 ++-
libgo/mksysinfo.sh | 5 ++
21 files changed, 78 insertions(+), 129 deletions(-)
delete mode 100644 libgo/go/internal/cpu/cpu_arm.go
delete mode 100644 libgo/go/internal/cpu/cpu_mips.go
delete mode 100644 libgo/go/internal/cpu/cpu_mips64.go
delete mode 100644 libgo/go/internal/cpu/cpu_mips64le.go
delete mode 100644 libgo/go/internal/cpu/cpu_mipsle.go
delete mode 100644 libgo/go/internal/cpu/cpu_wasm.go
--
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 bbb11065cb [VFS] Add a proxy FS that delegates calls to underlying FS b [...]
new d6cae43ad5 [clang-cl] Provide separate flags for all the /O variants
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/Driver/CLCompatOptions.td | 62 +++++++++++++++++++++++----------
lib/Driver/ToolChains/MSVC.cpp | 1 +
test/Driver/Xarch.c | 12 +++----
3 files changed, 51 insertions(+), 24 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 a50c524245f i386: Compile pr82699-5.c and pr82699-6.c with -fno-pic
new 064f53e7e70 cmd/go: pass down testing gccgo in TestScript
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/go/gofrontend/MERGE | 2 +-
libgo/go/cmd/go/internal/load/pkg.go | 10 ++++++++--
libgo/go/cmd/go/script_test.go | 1 +
libgo/go/cmd/go/testdata/script/mod_internal.txt | 4 ++--
4 files changed, 12 insertions(+), 5 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 644e014e9cc [llvm-exegesis] Fix broken test.
new 7167e4d196a [llvm-exegesis] Add lit tests (v2).
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/CMakeLists.txt | 1 +
test/lit.cfg.py | 21 ++++++++--------
.../llvm-exegesis/X86/latency-by-opcode-name.s | 6 +++++
test/tools/llvm-exegesis/X86/lit.local.cfg | 29 ++++++++++++++++++++++
test/tools/llvm-exegesis/X86/uops-by-opcode-name.s | 6 +++++
.../Generic => tools/llvm-exegesis}/lit.local.cfg | 1 -
tools/llvm-exegesis/lib/BenchmarkRunner.cpp | 6 ++---
7 files changed, 55 insertions(+), 15 deletions(-)
create mode 100644 test/tools/llvm-exegesis/X86/latency-by-opcode-name.s
create mode 100644 test/tools/llvm-exegesis/X86/lit.local.cfg
create mode 100644 test/tools/llvm-exegesis/X86/uops-by-opcode-name.s
copy test/{CodeGen/MIR/Generic => tools/llvm-exegesis}/lit.local.cfg (98%)
--
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 3c607d94b4 [AST] Squeeze some bits in LinkageComputer::QueryType
new bbb11065cb [VFS] Add a proxy FS that delegates calls to underlying FS b [...]
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/VirtualFileSystem.h | 36 +++++++++++++++++++++++++++++++++
1 file changed, 36 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 a6cc63a1bc9 * gfortran.dg/coarray_lock_7.f90: Adjust scan-tree-dump-ti [...]
new a50c524245f i386: Compile pr82699-5.c and pr82699-6.c with -fno-pic
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/i386/pr82699-5.c | 1 +
gcc/testsuite/gcc.target/i386/pr82699-6.c | 2 +-
3 files changed, 8 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 clang-tools-extra.
from c25aa9c0 [clangd] Fix some buildbots after r342965
new 0eddbe90 [clangd] NFC: Simplify code, enforce LLVM Coding Standards
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:
clangd/index/dex/Dex.cpp | 2 +-
clangd/index/dex/Dex.h | 19 ++++++++++---------
clangd/index/dex/Iterator.cpp | 38 +++++++++++++++++---------------------
clangd/index/dex/Iterator.h | 39 ++++++++++++++++++++-------------------
clangd/index/dex/Token.h | 23 ++++++++++++-----------
clangd/index/dex/Trigram.h | 25 +++++++++++++------------
6 files changed, 73 insertions(+), 73 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 e95bc8bb1d Couple of minor tweaks to the linker testsuite.
new 49b036f1e0 Remove dead code from gdbserver's configure
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/gdbserver/ChangeLog | 5 +++++
gdb/gdbserver/configure | 5 -----
gdb/gdbserver/configure.ac | 6 ------
3 files changed, 5 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 clang.
from bb7689b583 [OpenCL] Allow zero assignment and comparisons between queue [...]
new 3c607d94b4 [AST] Squeeze some bits in LinkageComputer::QueryType
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/AST/Linkage.h | 11 ++++++++---
1 file changed, 8 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 8973f96cc71 2018-09-25 Richard Biener <rguenther(a)suse.de>
new 5bbce865376 * vr-values.c (vr_values::vr_values): Initialize to_remove [...]
new a6cc63a1bc9 * gfortran.dg/coarray_lock_7.f90: Adjust scan-tree-dump-ti [...]
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 | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/coarray_lock_7.f90 | 4 ++--
gcc/vr-values.c | 4 ++--
4 files changed, 15 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.