This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fc065812f34 [JumpThreading][LVI] Invalidate LVI information after block [...]
new 10c94f2dd7c Allow truncated and extend memory operations in Store Merge. 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/CodeGen/SelectionDAG/DAGCombiner.cpp | 70 +++++++++++++++++++++-----------
1 file changed, 46 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 gcc.
from 34df3cfba90 2017-06-19 Richard Biener <rguenther(a)suse.de>
new 613ef09e230 PR sanitizer/81111 * ubsan.c (ubsan_encode_value): If cur [...]
new 9fb7b753267 PR sanitizer/81125 * ubsan.h (enum ubsan_encode_value_pha [...]
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 | 21 ++++++++++++++
gcc/testsuite/ChangeLog | 8 ++++++
gcc/testsuite/g++.dg/ubsan/pr81111.C | 45 +++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/ubsan/pr81125.C | 20 +++++++++++++
gcc/ubsan.c | 55 ++++++++++++++++++++++++------------
gcc/ubsan.h | 10 ++++++-
6 files changed, 140 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr81111.C
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr81125.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 d9d2f4eb1fc Add test for store merge with noimplicitfloat
new 8db6b005721 [TRE] Improve code motion in TRE, use AA to tell whether a [...]
new fc065812f34 [JumpThreading][LVI] Invalidate LVI information after block [...]
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/Transforms/Scalar/JumpThreading.cpp | 31 ++++++++
lib/Transforms/Scalar/TailRecursionElimination.cpp | 46 +++++++-----
.../LazyValueAnalysis/lvi-after-jumpthreading.ll | 87 ++++++++++++++++++++++
test/Transforms/TailCallElim/reorder_load.ll | 27 +++++++
4 files changed, 172 insertions(+), 19 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 b64633d89 [ELF] Emit only one error if -z max-page-size without value
new 487a77626 [LLD][LinkerScript] Add support for segment NONE.
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/LinkerScript.cpp | 18 +++++++++++++----
test/ELF/linkerscript/segment-none.s | 39 ++++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+), 4 deletions(-)
create mode 100644 test/ELF/linkerscript/segment-none.s
--
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 fe252ffdaa6 [AArch64] Fix order of checks in shouldScheduleAdjacent.
new d9d2f4eb1fc Add test for store merge with noimplicitfloat
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:
.../CodeGen/AArch64/mergestores_noimplicitfloat.ll | 23 ++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 test/CodeGen/AArch64/mergestores_noimplicitfloat.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 master
in repository gcc.
from edd07ff676d 2017-06-19 Richard Biener <rguenther(a)suse.de>
new 34df3cfba90 2017-06-19 Richard Biener <rguenther(a)suse.de>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr81118.c | 14 ++++++++++++++
gcc/tree-cfgcleanup.c | 7 ++++++-
4 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr81118.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 gcc.
from 2ac9ce4647a PR ipa/81112 * g++.dg/torture/pr81112.C: Add -Wno-psabi t [...]
new edd07ff676d 2017-06-19 Richard Biener <rguenther(a)suse.de>
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 | 10 ++++++++++
gcc/c/ChangeLog | 5 +++++
gcc/c/gimple-parser.c | 16 ++++++++++++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/pr80887.c | 32 ++++++++++++++++++++++++++++++++
gcc/tree-ssa-sccvn.c | 21 +++++++++++++++++++--
6 files changed, 85 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr80887.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 binutils-gdb.
from bc21b167eb Fix address violations when reading corrupt VMS records.
new d16fdddb4e Fix address violation when attempting to display disassembled data.
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:
binutils/ChangeLog | 6 ++++++
binutils/objdump.c | 27 +++++++++++++++------------
2 files changed, 21 insertions(+), 12 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 27337711cd Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc"
new 0e83c02b0c clang-format: Fix C99 designated initializers corner cases
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/Format/ContinuationIndenter.cpp | 4 +++-
lib/Format/FormatToken.h | 1 +
lib/Format/TokenAnnotator.cpp | 17 ++++++++++++-----
unittests/Format/FormatTest.cpp | 17 +++++++++++++++++
4 files changed, 33 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 hjl/ifunc/master
in repository glibc.
discards b85780c437 x86-64: Implement strcmp family IFUNC selectors in C
new 13041a24da x86-64: Implement strcmp family IFUNC selectors in C
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 (b85780c437)
\
N -- N -- N refs/heads/hjl/ifunc/master (13041a24da)
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:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.