This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c3c9b6da7b3 Compare predictor values with these defined in predict.def.
new eb37fcdcde9 Remove dump_file_info::dump_file_info and replace it with macro.
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/dumpfile.c | 42 ++++++++++++++----------------------------
gcc/dumpfile.h | 7 -------
3 files changed, 19 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 gcc.
from ea946a2193b Daily bump.
new d879f5ad156 Fix coding style.
new c3c9b6da7b3 Compare predictor values with these defined in predict.def.
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:
contrib/ChangeLog | 6 ++++
contrib/analyze_brprob.py | 80 ++++++++++++++++++++++++++++++++++++------
contrib/analyze_brprob_spec.py | 4 +++
gcc/ChangeLog | 4 +++
gcc/predict.def | 7 ++--
5 files changed, 88 insertions(+), 13 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 gcc-5-branch
in repository gcc.
from 0bf16e3688a Daily bump.
new 8658abbb32e Backported from mainline 2016-07-21 Jakub Jelinek <jaku [...]
new a97b3e85f13 Backported from mainline 2016-08-09 Jakub Jelinek <jaku [...]
new be790391fd3 Backported from mainline 2016-08-11 Jakub Jelinek <jaku [...]
new 637bdcf3325 Backported from mainline 2016-08-11 Jakub Jelinek <jaku [...]
new ce619982a7e Backported from mainline 2016-08-12 Jakub Jelinek <jaku [...]
new 63999ebd0c7 Backported from mainline 2016-08-15 Martin Liska <mlisk [...]
new 0453389fbc9 Backported from mainline 2016-08-16 Jakub Jelinek <jaku [...]
new 4c176a9726d Backported from mainline 2016-08-30 Jakub Jelinek <jaku [...]
The 8 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 | 34 ++++++++++++++++++
gcc/asan.c | 5 +--
gcc/c/ChangeLog | 18 ++++++++++
gcc/c/c-decl.c | 2 ++
gcc/c/c-typeck.c | 4 ++-
gcc/cp/ChangeLog | 8 +++++
gcc/cp/constexpr.c | 6 ++++
gcc/simplify-rtx.c | 7 ++--
gcc/testsuite/ChangeLog | 41 ++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/constexpr-switch4.C | 27 ++++++++++++++
gcc/testsuite/g++.dg/gomp/pr71910.C | 13 +++++++
.../gcc.c-torture/execute/ieee/pr72824-2.c | 21 +++++++++++
gcc/testsuite/gcc.c-torture/execute/ieee/pr72824.c | 19 ++++++++++
gcc/testsuite/gcc.dg/pr67410.c | 15 ++++++++
gcc/testsuite/gcc.dg/pr72816.c | 9 +++++
gcc/testsuite/gcc.target/i386/pr77377.c | 6 ++++
gcc/tree-cfg.c | 25 ++++++++-----
gcc/tree-loop-distribution.c | 31 +++++++++++++++-
18 files changed, 274 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-switch4.C
create mode 100644 gcc/testsuite/g++.dg/gomp/pr71910.C
create mode 100644 gcc/testsuite/gcc.c-torture/execute/ieee/pr72824-2.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/ieee/pr72824.c
create mode 100644 gcc/testsuite/gcc.dg/pr67410.c
create mode 100644 gcc/testsuite/gcc.dg/pr72816.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr77377.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 328a635eb4e NewGVN: Fix PR33194, memory corruption by putting temporary [...]
new 0ef24304b86 NewGVN: Compute hash value of expression on demand and use [...]
new 21ff45022b5 Fix PR33031: correct the estimate of maximum offset for ins [...]
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/Transforms/Scalar/GVNExpression.h | 11 +++++-
lib/Target/AArch64/AArch64FrameLowering.cpp | 35 ++++++++++++++---
lib/Transforms/Scalar/NewGVN.cpp | 42 ++++++---------------
test/CodeGen/AArch64/reg-scavenge-frame.mir | 52 ++++++++++++++++++++++++++
4 files changed, 104 insertions(+), 36 deletions(-)
create mode 100644 test/CodeGen/AArch64/reg-scavenge-frame.mir
--
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 38012725da6 Added LLVM_FALLTHROUGH to address warning: this statement m [...]
new 328a635eb4e NewGVN: Fix PR33194, memory corruption by putting temporary [...]
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/NewGVN.cpp | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 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 f709b9aef7 [OpenCL] An error shall occur if any scalar operand has grea [...]
new e2d94330ab [OpenCL] Added diagnostic for implicit declaration of functi [...]
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/clang/Basic/DiagnosticSemaKinds.td | 2 +
lib/Sema/SemaDecl.cpp | 3 ++
test/SemaOpenCL/clang-builtin-version.cl | 59 ++++++++++++++++++++----------
test/SemaOpenCL/to_addr_builtin.cl | 2 +-
4 files changed, 46 insertions(+), 20 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 e92bf814f [ELF] Filter out non InputSection members from InputSections
new 6cc30a5a0 [ELF] - Do not crash when linkerscript applies fill to .bss.
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 | 3 +++
test/ELF/linkerscript/bss-fill.s | 7 +++++++
2 files changed, 10 insertions(+)
create mode 100644 test/ELF/linkerscript/bss-fill.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 clang.
from bb482b389e Diagnose attempts to build a preprocessed module that define [...]
new f709b9aef7 [OpenCL] An error shall occur if any scalar operand has grea [...]
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/clang/Basic/DiagnosticSemaKinds.td | 3 +++
lib/Sema/SemaExpr.cpp | 28 ++++++++++++++++++++--------
test/SemaOpenCL/arithmetic-conversions.cl | 23 +++++++++++++++++++++++
test/SemaOpenCL/cond.cl | 2 +-
4 files changed, 47 insertions(+), 9 deletions(-)
create mode 100644 test/SemaOpenCL/arithmetic-conversions.cl
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.