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 a9ab173079c 2018-10-15 Richard Biener <rguenther(a)suse.de>
new dbf23ea433e PR libstdc++/86751 default assignment operators for std::pair
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:
libstdc++-v3/ChangeLog | 15 ++++++
libstdc++-v3/include/bits/stl_pair.h | 23 +++++----
libstdc++-v3/python/libstdcxx/v6/printers.py | 34 +++++++++++++
.../{duration/cons/dr3050.cc => pair/86751.cc} | 17 +++++--
.../dr2188.cc => 20_util/pair/ref_assign.cc} | 59 ++++++++++++++++------
5 files changed, 119 insertions(+), 29 deletions(-)
copy libstdc++-v3/testsuite/20_util/{duration/cons/dr3050.cc => pair/86751.cc} (83%)
copy libstdc++-v3/testsuite/{24_iterators/reverse_iterator/dr2188.cc => 20_util/pa [...]
--
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-tools-extra.
from a031e644 Move some helpers from the global namespace into anonymous ones.
new 89fc2074 [clangd] Fix some references missing in dynamic index.
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:
clangd/index/SymbolCollector.cpp | 36 +++++++++++++-------------
unittests/clangd/FileIndexTests.cpp | 51 +++++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+), 17 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 734d3b27985 2018-10-15 Richard Biener <rguenther(a)suse.de>
new 21e5a1b6a53 PR tree-optimization/87022 * tree-loop-distribution.c (pg [...]
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/tree-ssa/pr87022.c | 36 +++++++++++++++++++++++++++++++++
gcc/tree-loop-distribution.c | 3 ++-
4 files changed, 49 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr87022.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 4b284c14ecd [NewPM] implement SCC printing for -print-before-all/-print [...]
new 69b3f302bf6 AMDGPU: Test showing a scalar buffer load deficiency
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/CodeGen/AMDGPU/smrd.ll | 23 +++++++++++++++++++++++
1 file changed, 23 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 d4323ae99b0 S/390: Fix problem with vec_init expander
new 734d3b27985 2018-10-15 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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/restrict-6.c | 24 ++++++++++++++++++++++++
gcc/tree-ssa-structalias.c | 15 ++++++++++++---
4 files changed, 51 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/restrict-6.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 gcc-6-branch
in repository gcc.
from abdb6f9ac67 Daily bump.
new a9ab173079c 2018-10-15 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 | 15 +++++++++++++++
gcc/testsuite/ChangeLog | 13 +++++++++++++
gcc/testsuite/gcc.dg/pr87024.c | 14 ++++++++++++++
gcc/testsuite/gcc.dg/torture/pr86505.c | 32 ++++++++++++++++++++++++++++++++
gcc/tree-inline.c | 33 +++++++++++++++++++++++++++------
5 files changed, 101 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr87024.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr86505.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 2b7e80d846d [TI removal] Rework `InstVisitor` to support visiting instr [...]
new d8d83714690 [TI removal] Make `getTerminator()` return a generic `Instr [...]
new 4b284c14ecd [NewPM] implement SCC printing for -print-before-all/-print [...]
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:
include/llvm/IR/BasicBlock.h | 21 ++++++-------
lib/IR/BasicBlock.cpp | 7 +++--
lib/Passes/StandardInstrumentations.cpp | 32 ++++++++++++++++---
lib/Transforms/Coroutines/CoroFrame.cpp | 2 +-
lib/Transforms/Scalar/GVNHoist.cpp | 2 +-
lib/Transforms/Vectorize/SLPVectorizer.cpp | 18 +++++------
test/Other/scc-pass-printer.ll | 49 ++++++++++++++++++++++++++++++
tools/bugpoint/CrashDebugger.cpp | 2 +-
tools/llvm-diff/DifferenceEngine.cpp | 4 +--
unittests/IR/DominatorTreeTest.cpp | 2 +-
unittests/IR/IRBuilderTest.cpp | 2 +-
11 files changed, 107 insertions(+), 34 deletions(-)
create mode 100644 test/Other/scc-pass-printer.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 clang.
from e3de7bb263 [Hexagon] Update tests account for non-hardcoded linker name.
new e9f1b74ccc [TI removal] Make `getTerminator()` return a generic `Instruction`.
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/CGCleanup.cpp | 4 ++--
lib/CodeGen/CGException.cpp | 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 master
in repository llvm.
from 2aaf7228e0e [TI removal] Make variables declared as `TerminatorInst` an [...]
new 2b7e80d846d [TI removal] Rework `InstVisitor` to support visiting instr [...]
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/IR/InstVisitor.h | 43 +++++++++++++++++++++++++++++++-----------
lib/IR/Verifier.cpp | 32 +++++++++++++++----------------
lib/Transforms/Scalar/SCCP.cpp | 16 ++++++++--------
3 files changed, 56 insertions(+), 35 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.