This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f9fa035577c PR libstdc++/86292 fix exception safety of std::vector<Inpu [...]
new 4606c7b9b95 gcc_qsort: avoid overlapping memcpy (PR 86311)
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/sort.cc | 4 ++--
2 files changed, 8 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 gcc-6-branch
in repository gcc.
from 14a61cea647 Backported from mainline 2018-03-27 Jakub Jelinek <jaku [...]
new 96aaaa83588 Backported from mainline 2018-03-27 Jakub Jelinek <jaku [...]
new 5f5c6d24a51 Backported from mainline 2018-03-30 Jakub Jelinek <jaku [...]
new 3457d1c3b10 Backported from mainline 2018-04-03 Jakub Jelinek <jaku [...]
new 99cab88e3e8 Backported from mainline 2018-04-03 Jakub Jelinek <jaku [...]
new 0d8e0b5337c Backported from mainline 2018-04-03 Jakub Jelinek <jaku [...]
new 21189e88d36 Backported from mainline 2018-04-06 Jakub Jelinek <jaku [...]
new 989b490e263 Backported from mainline 2018-04-07 Jakub Jelinek <jaku [...]
new 33d0ff635ff Backported from mainline 2018-04-10 Jakub Jelinek <jaku [...]
new 9bf53ea2233 Backported from mainline 2018-04-10 Jakub Jelinek <jaku [...]
The 9 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 | 29 +++++++++++++++++++++++
gcc/combine.c | 12 ++++++----
gcc/cp/ChangeLog | 20 ++++++++++++++++
gcc/cp/name-lookup.c | 3 +++
gcc/cp/pt.c | 2 +-
gcc/cp/semantics.c | 6 ++++-
gcc/cp/tree.c | 4 ++++
gcc/dwarf2out.c | 2 ++
gcc/fold-const.c | 2 +-
gcc/fortran/ChangeLog | 6 +++++
gcc/fortran/openmp.c | 8 ++-----
gcc/shrink-wrap.c | 9 +++++---
gcc/testsuite/ChangeLog | 37 ++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/gen-attrs-64.C | 4 ++++
gcc/testsuite/g++.dg/cpp0x/pr85147.C | 9 ++++++++
gcc/testsuite/g++.dg/cpp1y/pr85076.C | 6 +++++
gcc/testsuite/g++.dg/gomp/pr84791.C | 15 ++++++++++++
gcc/testsuite/gcc.dg/debug/pr85252.c | 11 +++++++++
gcc/testsuite/gcc.dg/pr85167.c | 16 +++++++++++++
gcc/testsuite/gcc.dg/pr85257.c | 20 ++++++++++++++++
gcc/testsuite/gcc.dg/pr85300.c | 16 +++++++++++++
gcc/testsuite/gfortran.dg/gomp/pr85313.f90 | 25 ++++++++++++++++++++
gcc/tree-ssa-sccvn.c | 10 ++++----
23 files changed, 250 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/gen-attrs-64.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr85147.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr85076.C
create mode 100644 gcc/testsuite/g++.dg/gomp/pr84791.C
create mode 100644 gcc/testsuite/gcc.dg/debug/pr85252.c
create mode 100644 gcc/testsuite/gcc.dg/pr85167.c
create mode 100644 gcc/testsuite/gcc.dg/pr85257.c
create mode 100644 gcc/testsuite/gcc.dg/pr85300.c
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr85313.f90
--
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 9dee2b4694 [MachineOutliner] Make last of -moutline/-mno-outline win
new 7f4f83642f [MachineOutliner] Outline from linkonceodrs by default in LT [...]
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/Driver/ToolChains/Clang.cpp | 8 ++++++++
test/Driver/aarch64-outliner.c | 4 ++++
2 files changed, 12 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 gcc-6-branch
in repository gcc.
from 2917c9eb5b5 Backported from mainline 2018-03-15 Jakub Jelinek <jaku [...]
new 38d270492ef Backported from mainline 2018-03-16 Jakub Jelinek <jaku [...]
new a0942c99f03 Backported from mainline 2018-03-16 Jakub Jelinek <jaku [...]
new 3fd4a663821 Backported from mainline 2018-03-16 Jakub Jelinek <jaku [...]
new 90f79013026 Backported from mainline 2018-03-20 Jakub Jelinek <jaku [...]
new 2b867034c76 Backported from mainline 2018-03-20 Jakub Jelinek <jaku [...]
new 9cb2ab7ae51 Backported from mainline 2018-03-22 Jakub Jelinek <jaku [...]
new 3e4adebd6f8 Backported from mainline 2018-03-23 Jakub Jelinek <jaku [...]
new f809bdb5c7a Backported from mainline 2018-03-23 Jakub Jelinek <jaku [...]
new dd04272d4df Backported from mainline 2018-03-23 Jakub Jelinek <jaku [...]
new 14a61cea647 Backported from mainline 2018-03-27 Jakub Jelinek <jaku [...]
The 10 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 | 37 ++++++++++++++++++++++++++++
gcc/alias.c | 3 ++-
gcc/builtins.c | 2 +-
gcc/cp/ChangeLog | 12 +++++++++
gcc/cp/class.c | 17 +++++++------
gcc/cp/decl.c | 14 +++++++++--
gcc/dce.c | 27 +++++++++++++++++---
gcc/emit-rtl.c | 2 +-
gcc/function.c | 5 ++--
gcc/postreload.c | 12 +++++----
gcc/testsuite/ChangeLog | 37 ++++++++++++++++++++++++++++
gcc/testsuite/c-c++-common/torture/pr85022.c | 9 +++++++
gcc/testsuite/g++.dg/cpp1z/desig7.C | 18 ++++++++++++++
gcc/testsuite/g++.dg/cpp1z/desig8.C | 18 ++++++++++++++
gcc/testsuite/g++.dg/inherit/covariant22.C | 19 ++++++++++++++
gcc/testsuite/gcc.dg/pr84875.c | 28 +++++++++++++++++++++
gcc/testsuite/gcc.dg/pr84899.c | 12 +++++++++
gcc/testsuite/gcc.dg/pr84941.c | 10 ++++++++
gcc/testsuite/gcc.dg/pr84953.c | 11 +++++++++
gcc/testsuite/gcc.target/i386/pr85034.c | 11 +++++++++
20 files changed, 281 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/torture/pr85022.c
create mode 100644 gcc/testsuite/g++.dg/cpp1z/desig7.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/desig8.C
create mode 100644 gcc/testsuite/g++.dg/inherit/covariant22.C
create mode 100644 gcc/testsuite/gcc.dg/pr84875.c
create mode 100644 gcc/testsuite/gcc.dg/pr84899.c
create mode 100644 gcc/testsuite/gcc.dg/pr84941.c
create mode 100644 gcc/testsuite/gcc.dg/pr84953.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr85034.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 f1fc2a32d73 [SelectionDAG] Remove debug locations from ConstantSD(FP)Nodes
new 5ae690aaab8 [X86] Allow base and index for gather instructions to appea [...]
new 3dbf0c9ce7f [X86] Sort the static memory folding tables by reg opcode. [...]
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:
lib/Target/X86/AsmParser/X86AsmParser.cpp | 11 +
lib/Target/X86/X86InstrInfo.cpp | 10732 ++++++++++++++--------------
lib/Target/X86/X86InstrInfo.h | 15 +-
test/MC/X86/intel-syntax.s | 5 +
4 files changed, 5344 insertions(+), 5419 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 983e34e0d7 Use Triple::isMIPS() instead of enumerating all Triples. NFC
new 9dee2b4694 [MachineOutliner] Make last of -moutline/-mno-outline win
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/Driver/ToolChains/Clang.cpp | 10 ++++++----
test/Driver/aarch64-outliner.c | 8 ++------
2 files changed, 8 insertions(+), 10 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 c0e4b39df [libFuzzer] Use Vector rather than std::vector.
new c0234d2ae [HWASan] Initalize shadow earler.
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/hwasan/hwasan.cc | 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 gcc-8-branch
in repository gcc.
from bfe7d5657b1 2018-06-25 Jakub Jelinek <jakub(a)redhat.com>
new 29e614e8d2b 2018-04-20 Jan Hubicka <jh(a)suse.cz> * lto-partition.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:
gcc/lto/ChangeLog | 17 +++++
gcc/lto/lto-partition.c | 169 ++++++++++++++++++++++++++++++------------------
2 files changed, 123 insertions(+), 63 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 lld.
from 10e24b695 [ELF] Change test files for style consistency. NFC
new 7619c6a0d [ELF] Fix sort-non-script.s
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/ELF/linkerscript/sort-non-script.s | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.