This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 327d010bc8 When we see a '<' operator, check whether it's a probable ty [...]
new a2e82a51ce Add ASTMatchRefactorer and ReplaceNodeWithTemplate to Refact [...]
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/Tooling/RefactoringCallbacks.h | 49 ++++++++
lib/Tooling/RefactoringCallbacks.cpp | 154 +++++++++++++++++++++++--
unittests/Tooling/RefactoringCallbacksTest.cpp | 91 ++++++++++++---
3 files changed, 265 insertions(+), 29 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 10fb53affba Daily bump.
new 822ef44e14d 2017-05-10 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 | 31 ++++++++++++++++++++
gcc/fold-const.c | 3 +-
gcc/gimple-fold.c | 7 +++--
gcc/testsuite/ChangeLog | 23 +++++++++++++++
gcc/testsuite/g++.dg/pr80222.C | 13 +++++++++
gcc/testsuite/g++.dg/torture/pr80334.C | 19 +++++++++++++
gcc/testsuite/gcc.dg/torture/pr80122.c | 52 ++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr80539.c | 22 ++++++++++++++
gcc/tree-chrec.c | 14 +++++++--
gcc/tree-inline.c | 8 ++++--
gcc/tree-inline.h | 2 +-
gcc/tree-ssa-loop-ivopts.c | 6 +++-
12 files changed, 189 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr80222.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr80334.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr80122.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr80539.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.
Yvan Roux pushed a change to branch linaro-local/gcc-7-integration-branch
in repository toolchain/gcc.
from 367477dfd61 gcc/ Backport from trunk r247504. 2017-04-27 Tamar Chri [...]
new 0ce44c6c40e gcc/ Backport from trunk r247542. 2017-05-03 Thomas Pre [...]
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/config/arm/arm.c | 31 +++++++++++++++++++++++--------
gcc/config/arm/iterators.md | 7 +++++++
gcc/config/arm/sync.md | 12 ++++++------
3 files changed, 36 insertions(+), 14 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.
Yvan Roux pushed a change to branch linaro-local/gcc-7-integration-branch
in repository toolchain/gcc.
from 5f883f4030c Create Linaro branch from gcc-7-branch at r247521.
new 367477dfd61 gcc/ Backport from trunk r247504. 2017-04-27 Tamar Chri [...]
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/simplify-rtx.c | 12 ++++++----
gcc/testsuite/gcc.dg/{asr_div1.c => lsr-div1.c} | 32 ++++++++++++-------------
2 files changed, 23 insertions(+), 21 deletions(-)
copy gcc/testsuite/gcc.dg/{asr_div1.c => lsr-div1.c} (55%)
--
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 glibc.
from 8fa11673d6 Fix rawmemchr build with GCC 8.
new faa9066c4b Use test-driver in ntpl/tst-fork1.c
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:
ChangeLog | 5 +++++
nptl/tst-fork1.c | 6 ++++--
2 files changed, 9 insertions(+), 2 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-6-branch
in repository gcc.
from 0e990162fcd Daily bump.
new 4d32cb520de 2017-05-10 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 | 59 ++++++++++
gcc/gimple-fold.c | 7 +-
gcc/graphite-isl-ast-to-gimple.c | 14 ++-
gcc/plugin.c | 24 ++++-
gcc/testsuite/ChangeLog | 23 ++++
gcc/testsuite/g++.dg/torture/pr80075.C | 27 +++++
gcc/testsuite/g++.dg/torture/pr80171.C | 183 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/graphite/pr80167.c | 24 +++++
gcc/testsuite/gcc.dg/torture/pr80122.c | 52 +++++++++
gcc/tree-eh.c | 36 ++++---
gcc/tree-inline.c | 8 +-
gcc/tree-inline.h | 2 +-
gcc/tree-vect-data-refs.c | 15 ++-
13 files changed, 443 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr80075.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr80171.C
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr80167.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr80122.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 731974e96e2 gcc/ Backport from trunk r240379. 2016-09-22 Andre Viei [...]
new a7046c549d7 gcc/ Backport from trunk r247640. 2017-05-05 Andre Viei [...]
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/config/arm/arm.c | 21 +++++++++---
gcc/config/arm/arm.md | 9 ++----
gcc/config/arm/vfp.md | 37 ++++++++++++++++++++++
...low-flash-data.c => thumb2-slow-flash-data-1.c} | 0
.../gcc.target/arm/thumb2-slow-flash-data-2.c | 28 ++++++++++++++++
.../gcc.target/arm/thumb2-slow-flash-data-3.c | 25 +++++++++++++++
.../gcc.target/arm/thumb2-slow-flash-data-4.c | 26 +++++++++++++++
.../gcc.target/arm/thumb2-slow-flash-data-5.c | 14 ++++++++
.../gcc.target/arm/tls-disable-literal-pool.c | 15 +++++++++
9 files changed, 164 insertions(+), 11 deletions(-)
rename gcc/testsuite/gcc.target/arm/{thumb2-slow-flash-data.c => thumb2-slow-flash [...]
create mode 100644 gcc/testsuite/gcc.target/arm/thumb2-slow-flash-data-2.c
create mode 100644 gcc/testsuite/gcc.target/arm/thumb2-slow-flash-data-3.c
create mode 100644 gcc/testsuite/gcc.target/arm/thumb2-slow-flash-data-4.c
create mode 100644 gcc/testsuite/gcc.target/arm/thumb2-slow-flash-data-5.c
create mode 100644 gcc/testsuite/gcc.target/arm/tls-disable-literal-pool.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.
Christophe Lyon pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 339d292 TestRelease.job: Add --tcwg-regression-rev option.
new eff23be TestRelease.job: Clone tcwg-regression with full history.
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:
TestRelease.job | 2 +-
1 file changed, 1 insertion(+), 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 1df940a102a [UnreachableBlockElim] Check return value of constrainRegClass().
new 4d70cb577b7 [GlobalISel][X86] G_ZEXT i1 to i32/i64 support.
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/X86/X86InstructionSelector.cpp | 52 +++++++++++++++++-
lib/Target/X86/X86LegalizerInfo.cpp | 4 +-
test/CodeGen/X86/GlobalISel/ext-x86-64.ll | 14 ++++-
test/CodeGen/X86/GlobalISel/ext.ll | 18 ++++++
.../CodeGen/X86/GlobalISel/legalize-ext-x86-64.mir | 64 ++++++++++++++++++++++
test/CodeGen/X86/GlobalISel/legalize-ext.mir | 64 ++++++++++++++++++++++
test/CodeGen/X86/GlobalISel/select-ext-x86-64.mir | 38 +++++++++++++
test/CodeGen/X86/GlobalISel/select-ext.mir | 33 +++++++++++
8 files changed, 283 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 llvm.
from bf31cb7a60d [CodeGen] Don't require AA in TwoAddress at -O0.
new 1df940a102a [UnreachableBlockElim] Check return value of constrainRegClass().
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/UnreachableBlockElim.cpp | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.