This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-7.12-branch
in repository binutils-gdb.
from 4cdedf5 Automatic date update in version.in
new 1cb0fc9 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_28-branch
in repository binutils-gdb.
from 3553db7 Automatic date update in version.in
new a8b5a47 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from cdc2ace [Hexagon] Undo shift folding where it could simplify addressing mode
new 8f5a7d6 [WebAssembly] Add support for using a wasm global for the sta [...]
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/llvm/CodeGen/MachineModuleInfoImpls.h | 27 ++++++
lib/CodeGen/MachineModuleInfoImpls.cpp | 1 +
lib/MC/WasmObjectWriter.cpp | 24 +++++
.../MCTargetDesc/WebAssemblyTargetStreamer.cpp | 23 +++++
.../MCTargetDesc/WebAssemblyTargetStreamer.h | 5 +
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 6 ++
.../WebAssembly/WebAssemblyFrameLowering.cpp | 86 ++++++++++-------
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 34 +++++--
test/CodeGen/WebAssembly/stack-alignment.ll | 102 ++++++++++++---------
9 files changed, 221 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 release_40
in repository llvm.
from b02403e Revert r288115 for PR31847.
new c867e9f ReleaseNotes: drop in-progress warning
new 9fb511e ReleaseNotes: drop empty sections
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:
docs/ReleaseNotes.rst | 67 +++++++--------------------------------------------
1 file changed, 9 insertions(+), 58 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 53ff96a [WebAssembly] Basic support for Wasm object file encoding.
new cdc2ace [Hexagon] Undo shift folding where it could simplify addressing mode
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/Hexagon/HexagonISelDAGToDAG.cpp | 78 ++++++++++++++++++++++++++++--
test/CodeGen/Hexagon/undo-dag-shift.ll | 59 ++++++++++++++++++++++
2 files changed, 134 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/Hexagon/undo-dag-shift.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 release_40
in repository clang.
from 07c8cf2 ReleaseNotes: drop in-progress warning
new 666e1dc ReleaseNotes: tweaks
new a475f7d ReleaseNotes: drop dead sections
new a2362c8 RelaseNotes: tweaks
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:
docs/ReleaseNotes.rst | 117 ++++++--------------------------------------------
1 file changed, 14 insertions(+), 103 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 774755a [Test] Make Lit tests C++11 compatible #10
new 0edc6e7 [ODRHash] Finish FieldDecl support by handling mutable and 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:
.../clang/Basic/DiagnosticSerializationKinds.td | 10 ++++-
lib/AST/ODRHash.cpp | 3 ++
lib/Serialization/ASTReader.cpp | 49 ++++++++++++++++++++-
test/Modules/odr_hash.cpp | 50 ++++++++++++++++++++++
4 files changed, 109 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 09fd09e PR c/79677 * opts.h (handle_generated_option): Add GENERATE [...]
new 6b9a0bc 2017-02-25 Dominique d'Humieres <dominiq(a)lps.ens.fr>
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 | 12 ++++++++++++
gcc/fortran/interface.c | 6 +++---
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gfortran.dg/dtio_6.f90 | 2 +-
.../{interface_operator_1.f90 => interface_operator_2.f90} | 2 +-
5 files changed, 27 insertions(+), 5 deletions(-)
copy gcc/testsuite/gfortran.dg/{interface_operator_1.f90 => interface_operator_2.f [...]
--
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 ccb64f9 [Test] Make Lit tests C++11 compatible #9
new 774755a [Test] Make Lit tests C++11 compatible #10
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/Modules/Inputs/merge-using-decls/b.h | 6 ++
test/Modules/merge-using-decls.cpp | 13 ++++
test/SemaCXX/PR9572.cpp | 43 +++++++++--
test/SemaCXX/default-assignment-operator.cpp | 87 ++++++++++++++++++-----
test/SemaCXX/default-constructor-initializers.cpp | 81 +++++++++++++++++----
test/SemaCXX/warn-thread-safety-parsing.cpp | 30 +++++---
6 files changed, 216 insertions(+), 44 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 release_40
in repository clang.
from 7d2f60d Merging r293604: -------------------------------------------- [...]
new 07c8cf2 ReleaseNotes: drop in-progress warning
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:
docs/ReleaseNotes.rst | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.