This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from eca7b74f1 [LTO] Make processing of combined module more consistent
new b9405cfdf [WebAssembly] Move code for copying of data segment relocation. 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:
wasm/InputFiles.cpp | 17 +++++++++++++++--
wasm/Writer.cpp | 6 ------
2 files changed, 15 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 gcc-6-branch
in repository gcc.
from 50c38f7c937 Daily bump.
new 065adcb8531 Backport from mainline 2017-12-03 John David Anglin <da [...]
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 | 9 +++++++++
gcc/config/pa/pa.c | 9 ++++++++-
2 files changed, 17 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 gcc-7-branch
in repository gcc.
from 941dbdf1b75 Daily bump.
new 3b9cd6c9c11 Backport from mainline 2017-12-03 John David Anglin <da [...]
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 | 9 +++++++++
gcc/config/pa/pa.c | 9 ++++++++-
2 files changed, 17 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 gcc.
from e4c143fea26 Correct imul (r64) latency for modern Intel CPUs
new 003e134b91f Support -std=f2018
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/fortran/ChangeLog | 18 ++++
gcc/fortran/decl.c | 2 +-
gcc/fortran/error.c | 9 ++
gcc/fortran/gfortran.texi | 108 +++++++++++++--------
gcc/fortran/interface.c | 2 +-
gcc/fortran/invoke.texi | 62 ++++++------
gcc/fortran/lang.opt | 6 +-
gcc/fortran/libgfortran.h | 5 +-
gcc/fortran/match.c | 2 +-
gcc/fortran/options.c | 14 ++-
gcc/testsuite/ChangeLog | 10 +-
gcc/testsuite/gfortran.dg/error_stop_3.f90 | 5 +-
gcc/testsuite/gfortran.dg/error_stop_4.f90 | 5 +-
gcc/testsuite/gfortran.dg/implicit_14.f90 | 4 +-
.../gfortran.dg/spellcheck-procedure_2.f90 | 2 +-
15 files changed, 167 insertions(+), 87 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 4521272d734 Remove superfluous break after a return. NFCI.
new 8b7a7660a39 Treat sret arguments as being dereferenceable in getPointer [...]
new 7bf95b403d5 Revert "Treat sret arguments as being dereferenceable in ge [...]
new ce542fd0ceb Revert "Properly handle multi-element and dynamically sized [...]
The 3 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/llvm/IR/Value.h | 2 +-
lib/IR/Value.cpp | 10 ++++------
test/Analysis/ValueTracking/memory-dereferenceable.ll | 17 -----------------
3 files changed, 5 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 clang.
from 8e9263d3f4 [Driver, CodeGen] pass through and apply -fassociative-math
new 054fd17ac8 [ASTImporter] Support importing FunctionTemplateDecl and CXX [...]
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/ASTImporter.cpp | 126 ++++++++++++++++++++++++++++++++++++++
unittests/AST/ASTImporterTest.cpp | 29 +++++++++
2 files changed, 155 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 158b45b4d48 2017-12-16 Sandra Loosemore <sandra(a)codesourcery.com>
new e4c143fea26 Correct imul (r64) latency for modern Intel CPUs
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/config/i386/x86-tune-costs.h | 9 ++---
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.target/i386/wmul-3.c | 66 ++++++++++++++++++++++++++++++++++
4 files changed, 80 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/wmul-3.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 eb51e213d1c [X86DomainReassignment] Store legal domains in a std::bitse [...]
new 4521272d734 Remove superfluous break after a return. NFCI.
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.cpp | 1 -
1 file changed, 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 gcc.
from 08cabe9d76a Daily bump.
new 158b45b4d48 2017-12-16 Sandra Loosemore <sandra(a)codesourcery.com>
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 | 4 ++++
gcc/doc/invoke.texi | 12 ++++++------
2 files changed, 10 insertions(+), 6 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 b2ce4832432 Properly handle byval arguments in getPointerDereferenceabl [...]
new eb51e213d1c [X86DomainReassignment] Store legal domains in a std::bitse [...]
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/X86DomainReassignment.cpp | 34 +++++++++++++++++---------------
1 file changed, 18 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.