This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-4_9-branch
in repository gcc.
from 861291f 2016-07-07 Richard Biener <rguenther(a)suse.de>
new 2e99ed7 Backported from mainline 2014-12-12 Richard Biener <rguen [...]
new 0303804 Backported from mainline 2016-03-02 Jakub Jelinek <jakub@ [...]
new cbaa774 Backported from mainline 2016-02-15 Jakub Jelinek <jakub@ [...]
new 172ae7e Backported from mainline 2016-02-16 Jakub Jelinek <jakub@ [...]
new 614259e Backported from mainline 2016-02-19 Jakub Jelinek <jakub@ [...]
new cecf035 Backported from mainline 2016-02-26 Jakub Jelinek <jakub@ [...]
The 6 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 | 25 ++++++++++++++++++++
gcc/c-family/ChangeLog | 9 +++++++
gcc/c-family/c-common.c | 2 +-
gcc/cp/ChangeLog | 10 ++++++++
gcc/cp/parser.c | 11 +++++----
gcc/dse.c | 2 ++
gcc/testsuite/ChangeLog | 34 ++++++++++++++++++++++++++
gcc/testsuite/c-c++-common/pr69797.c | 8 +++++++
gcc/testsuite/g++.dg/cpp0x/pr67767.C | 10 ++++++++
gcc/testsuite/g++.dg/torture/pr64280.C | 42 +++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr69802.c | 23 ++++++++++++++++++
gcc/testsuite/gcc.dg/pr70022.c | 1 +
gcc/testsuite/gcc.target/i386/pr69891.c | 30 +++++++++++++++++++++++
gcc/tree-cfg.c | 3 ++-
gcc/tree-ssa-reassoc.c | 40 ++++++++++++++++++++++++++++---
15 files changed, 241 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr69797.c
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr67767.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr64280.C
create mode 100644 gcc/testsuite/gcc.dg/pr69802.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69891.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 6a6fa34 [DSE] Remove dead stores in end blocks containing fence
new d0de2d9 [PM] Port InstSimplify to the new pass manager.
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:
.../llvm/Transforms/Utils/SimplifyInstructions.h | 31 ++++++
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Utils/SimplifyInstructions.cpp | 106 ++++++++++++---------
test/Transforms/InstSimplify/call.ll | 1 +
5 files changed, 96 insertions(+), 44 deletions(-)
create mode 100644 include/llvm/Transforms/Utils/SimplifyInstructions.h
--
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 adafb27 Add a missing semicolon.
new 6a6fa34 [DSE] Remove dead stores in end blocks containing fence
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/Transforms/Scalar/DeadStoreElimination.cpp | 8 +++++
test/Transforms/DeadStoreElimination/fence.ll | 48 ++++++++++++++++++++++++++
2 files changed, 56 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 llvm.
from a159545 Clang-format LoadStoreVectorizer
new 9a468ef Add a reference for Elf_Chdr type.
new adafb27 Add a missing semicolon.
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/Object/ELFTypes.h | 1 +
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 2 +-
2 files changed, 2 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 llvm.
from d72bce1 [AArch64] Change the preferred alignment for char and short t [...]
new a159545 Clang-format LoadStoreVectorizer
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/Transforms/Vectorize/LoadStoreVectorizer.cpp | 68 ++++++++++++------------
1 file changed, 33 insertions(+), 35 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 cb5f19e GlobalISel: remove redundant property setting. NFC.
new d72bce1 [AArch64] Change the preferred alignment for char and short t [...]
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/AArch64/AArch64TargetMachine.cpp | 4 ++--
test/CodeGen/AArch64/preferred-alignment.ll | 28 ++++++++++++++++++++++++++++
2 files changed, 30 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AArch64/preferred-alignment.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 4f3e0d2 [CUDA] s/OPT_nocuda_version_chec/OPT_no_cuda_version_check/.
new ad8c25b [AArch64] Change the preferred alignment for char and short.
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/Basic/Targets.cpp | 4 ++--
test/CodeGen/aarch64-type-sizes.c | 6 ++----
test/CodeGen/target-data.c | 2 +-
3 files changed, 5 insertions(+), 7 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 9e4419d Include SelectionDAGISel in the opt-bisect process
new cb5f19e GlobalISel: remove redundant property setting. 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:
include/llvm/Target/GenericOpcodes.td | 3 ---
1 file changed, 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 lldb.
from e4984fe Check whether Sema::CreateBuiltinUnaryOp returns an empty result.
new 460e263 Fix DWARF 4 bitfield support in LLDB to support the DW_AT_dat [...]
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:
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 26 +++++++++++++++-------
1 file changed, 18 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.