This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 99e4092db60 * dumpfile.c (opt_info_switch_p_1): Ignore '-' if it appea [...]
new 915549a3bba PR c/89061 * c-tree.h (C_DECL_COMPOUND_LITERAL_P): Define [...]
new cc4ffc4c17b PR c++/89105 * config/i386/i386.c (ix86_warn_parameter_pa [...]
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 | 7 +++++++
gcc/c/ChangeLog | 8 ++++++++
gcc/c/c-decl.c | 9 +++++++++
gcc/c/c-tree.h | 4 ++++
gcc/config/i386/i386.c | 4 ++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.target/i386/pr89105.C | 16 ++++++++++++++++
gcc/testsuite/gcc.dg/pr89061.c | 27 +++++++++++++++++++++++++++
8 files changed, 83 insertions(+)
create mode 100644 gcc/testsuite/g++.target/i386/pr89105.C
create mode 100644 gcc/testsuite/gcc.dg/pr89061.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 d4347343de9 [X86] Add FPSW as a Def on some FP instructions that were m [...]
new f12a02a64d6 [X86] Remove a couple places where we unnecessarily pass 0 [...]
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/X86InstrInfo.td | 8 ++++----
1 file changed, 4 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 gcc.
from 8421f31a6ec PR middle-end/88956 - ICE: Floating point exception on a me [...]
new 99e4092db60 * dumpfile.c (opt_info_switch_p_1): Ignore '-' if it appea [...]
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 | 5 +++++
gcc/dumpfile.c | 5 ++---
2 files changed, 7 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 llvm.
from 4c0da8a5c42 [NFC] fix trivial typos in comments
new d4347343de9 [X86] Add FPSW as a Def on some FP instructions that were m [...]
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/X86InstrFPStack.td | 10 +++++-----
1 file changed, 5 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 gcc-8-branch
in repository gcc.
from 02db113bb4a Daily bump.
new 6d6383b499c 2019-01-30 Kewen Lin <linkw(a)gcc.gnu.org> Backport fro [...]
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/config/rs6000/rs6000-c.c | 20 +++
gcc/doc/extend.texi | 11 ++
gcc/testsuite/ChangeLog | 14 ++
.../gcc.target/powerpc/altivec_vld_vst_addr-1.c | 184 +++++++++++++++++++++
.../gcc.target/powerpc/altivec_vld_vst_addr-2.c | 92 +++++++++++
6 files changed, 332 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/altivec_vld_vst_addr-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/altivec_vld_vst_addr-2.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 lld.
from cf47f8dd1 lld/coff: Implement some support for the comdat selection field
new 67c4aed19 Recognize FreeBSD specific BFD names in OUTPUT_FORMAT
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:
ELF/ScriptParser.cpp | 8 ++++++--
test/ELF/emulation-aarch64.s | 23 +++++++++++++++++++++++
test/ELF/emulation-ppc.s | 32 ++++++++++++++++++++++++++++++++
test/ELF/emulation-x86.s | 10 ++++++++--
4 files changed, 69 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 aoliva/testme
in repository gcc.
from 659d7fd3b22 2019-01-29 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 4ac10198321 [PR87770] test partial specializations for type dependence
new 5f1e18611de [PR86218] handle ck_aggr in compare_ics in both and either [...]
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/cp/call.c | 9 +++++----
gcc/cp/pt.c | 32 +++++++++++++++++++++++++++++++-
gcc/testsuite/g++.dg/cpp0x/pr86218.C | 11 +++++++++++
gcc/testsuite/g++.dg/pr87770.C | 11 +++++++++++
4 files changed, 58 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr86218.C
create mode 100644 gcc/testsuite/g++.dg/pr87770.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 clang.
from 8060008472 Cleanup: replace uses of CallSite with CallBase.
new ad352e87e1 [ModuleDependencyCollector] Use llvm::sys::fs::real_path (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:
lib/Frontend/ModuleDependencyCollector.cpp | 24 +++---------------------
1 file changed, 3 insertions(+), 21 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 42ff6f1cd [libFuzzer] refactor the handling of instrumentation counters [...]
new 3ba2b09f3 [libFuzzer] remove stale code, 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:
lib/fuzzer/CMakeLists.txt | 4 --
lib/fuzzer/FuzzerDriver.cpp | 29 -----------
lib/fuzzer/FuzzerFlags.def | 2 -
lib/fuzzer/FuzzerInternal.h | 1 -
lib/fuzzer/FuzzerLoop.cpp | 35 -------------
lib/fuzzer/FuzzerShmem.h | 68 ------------------------
lib/fuzzer/FuzzerShmemFuchsia.cpp | 37 -------------
lib/fuzzer/FuzzerShmemPosix.cpp | 107 --------------------------------------
lib/fuzzer/FuzzerShmemWindows.cpp | 63 ----------------------
9 files changed, 346 deletions(-)
delete mode 100644 lib/fuzzer/FuzzerShmem.h
delete mode 100644 lib/fuzzer/FuzzerShmemFuchsia.cpp
delete mode 100644 lib/fuzzer/FuzzerShmemPosix.cpp
delete mode 100644 lib/fuzzer/FuzzerShmemWindows.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.