This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d22f7fee81a [C++ PATCH] Renames/adjustments of 1z to 17
new f64621cdf2a /cp 2017-09-15 Manuel Lopez-Ibanez <manu(a)gcc.gnu.org> [...]
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/cp/ChangeLog | 7 +++++++
gcc/cp/decl2.c | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/other/anon-union4.C | 3 +++
gcc/testsuite/g++.old-deja/g++.law/union4.C | 2 +-
gcc/testsuite/g++.old-deja/g++.other/anon1.C | 2 +-
6 files changed, 21 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/other/anon-union4.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 22b2c0d9c2e Fix selecting legal types in TypeInfer::getLegalTypes
new d3108e59e53 [WebAssembly] MC: Fix crash in getProvitionalValue on weak [...]
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/MC/WasmObjectWriter.cpp | 30 ++++++++++++-------------
test/MC/WebAssembly/weak-alias.ll | 46 ++++++++++++++++++++++++++++++++++++---
2 files changed, 58 insertions(+), 18 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 users/hjl/pr22101
in repository binutils-gdb.
discards 2a78dd875f Remove .dynamic section with --only-keep-debug
new c35b4e8cee Remove invalid .dynamic section with --only-keep-debug
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2a78dd875f)
\
N -- N -- N refs/heads/users/hjl/pr22101 (c35b4e8cee)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/elf.c | 4 +---
binutils/objcopy.c | 2 ++
2 files changed, 3 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 users/hjl/pr22101
in repository binutils-gdb.
at 2a78dd875f Remove .dynamic section with --only-keep-debug
This branch includes the following new commits:
new 2a78dd875f Remove .dynamic section with --only-keep-debug
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.
--
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 libcxx.
from ca79c159d [libc++] Remove unnecessary struct tag
new ffe371592 [libc++] Account for Microsoft CRT const overloads
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/wchar.h | 4 ++++
1 file changed, 4 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 compiler-rt.
from dc6a7dbdb [sanitizer][mips64] fix MIPS64 kernel_stat_to_stat()
new 1a95a19d0 ubsan: Stop building the DLL version of the runtime library o [...]
new 958f7a8d5 cfi: Enable ThinLTO tests on Windows.
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/ubsan/CMakeLists.txt | 46 +++++++++++++++++++++++-----------------------
test/cfi/CMakeLists.txt | 2 +-
2 files changed, 24 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 llvm.
from 126ab47270f Revert r313343 "[X86] PR32755 : Improvement in CodeGen inst [...]
new 22b2c0d9c2e Fix selecting legal types in TypeInfer::getLegalTypes
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:
utils/TableGen/CodeGenDAGPatterns.cpp | 12 +++---------
1 file changed, 3 insertions(+), 9 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 ab804ca68c1 Fix indentation.
new 126ab47270f Revert r313343 "[X86] PR32755 : Improvement in CodeGen inst [...]
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/MachineInstr.h | 3 +-
include/llvm/CodeGen/SelectionDAG.h | 3 -
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 11 -
lib/Target/X86/X86ISelDAGToDAG.cpp | 85 +----
lib/Target/X86/X86OptimizeLEAs.cpp | 404 +--------------------
test/CodeGen/X86/GlobalISel/callingconv.ll | 2 +-
test/CodeGen/X86/GlobalISel/gep.ll | 34 +-
test/CodeGen/X86/GlobalISel/memop-scalar.ll | 2 +-
test/CodeGen/X86/lea-opt-cse1.ll | 14 +-
test/CodeGen/X86/lea-opt-cse2.ll | 42 ++-
test/CodeGen/X86/lea-opt-cse3.ll | 40 +-
test/CodeGen/X86/lea-opt-cse4.ll | 76 ++--
test/CodeGen/X86/mul-constant-i16.ll | 12 +-
test/CodeGen/X86/mul-constant-i32.ll | 15 +-
test/CodeGen/X86/mul-constant-i64.ll | 9 +-
test/CodeGen/X86/mul-constant-result.ll | 14 +-
test/CodeGen/X86/umul-with-overflow.ll | 16 +-
.../LoopStrengthReduce/X86/ivchain-X86.ll | 6 +-
18 files changed, 176 insertions(+), 612 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 de72ac63942 Fix Bug 30978 by emitting cv file checksums.
new ab804ca68c1 Fix indentation.
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/DebugInfo/DIContext.h | 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 b3088b9352f * MAINTAINERS: Remove myself as a vxworks maintainer.
new d22f7fee81a [C++ PATCH] Renames/adjustments of 1z to 17
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/doc/standards.texi | 20 +++++++++-----------
2 files changed, 14 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.