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 27d45c3 gcc/ Backport from trunk r236632. 2016-05-24 Richard Sand [...]
new 651a533 gcc/testsuite/ Backport from trunk r239609. 2016-08-19 Pr [...]
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/testsuite/gcc.dg/cpp/warn-undef-2.c | 2 +-
gcc/testsuite/gcc.dg/cpp/warn-undef.c | 2 +-
libcpp/expr.c | 2 +-
3 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 774415b Remove unnecessary call to getAllocatableRegClass
new 1da68f6 AMDGPU: Make some scalar instructions commutable
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/AMDGPU/SOPInstructions.td | 11 +++++++++--
1 file 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 master
in repository llvm.
from 4cf44f1 [X86] Add hasSideEffects=0 to some instructions.
new 774415b Remove unnecessary call to getAllocatableRegClass
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/InstrEmitter.cpp | 24 +++++++++++++++---------
lib/Target/AMDGPU/SIRegisterInfo.h | 7 -------
lib/Target/AMDGPU/SIRegisterInfo.td | 6 ++++--
3 files changed, 19 insertions(+), 18 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 4ccc33a Revert "CodeGen: ensure that libcalls are always AAPCS CC"
new 83d6e11 [AVX-512] Add support for commuting masked instructions in fi [...]
new 4cf44f1 [X86] Add hasSideEffects=0 to some instructions.
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/Target/X86/X86InstrAVX512.td | 1 +
lib/Target/X86/X86InstrInfo.cpp | 24 ++++++++++++-
lib/Target/X86/X86InstrSSE.td | 7 ++--
test/CodeGen/X86/stack-folding-fp-avx512.ll | 52 +++++++++++++++++++++++++++++
4 files changed, 80 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 gcc.
from 2a39479 Daily bump.
new c6bc837 [SH] Move definitions for atomic models to sh.h from sh-protos.h.
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 | 12 ++++++++++
gcc/config/sh/sh-protos.h | 53 -------------------------------------------
gcc/config/sh/sh.h | 57 +++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 69 insertions(+), 53 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 libcxx.
from ac655ef Fix PR#30303 - no matching function for call to '__ptr_in_range'
new 3a3836f Avoid compile error by giving the test type a user defined 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:
.../optional.object/optional.object.assign/assign_value.pass.cpp | 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 libcxx.
from db4d7e9 Improve constexpr tests for std::any
new ac655ef Fix PR#30303 - no matching function for call to '__ptr_in_range'
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/string | 8 +++++++-
.../string.modifiers/string_append/iterator.pass.cpp | 9 +++++++++
.../string.modifiers/string_assign/iterator.pass.cpp | 9 +++++++++
.../string.modifiers/string_insert/iter_iter_iter.pass.cpp | 8 ++++++++
.../string_replace/iter_iter_iter_iter.pass.cpp | 14 ++++++++++++++
5 files changed, 47 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 36a0b39 Fix typo in comment, NFC
new 4ccc33a Revert "CodeGen: ensure that libcalls are always AAPCS CC"
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/TargetLoweringBase.cpp | 13 +--
test/CodeGen/ARM/arm32-rounding.ll | 85 +++++++++---------
test/CodeGen/ARM/tail-call-builtin.ll | 23 +++--
test/CodeGen/Thumb2/float-intrinsics-double.ll | 119 ++++++++++++-------------
test/CodeGen/Thumb2/float-intrinsics-float.ll | 115 ++++++++++++------------
test/CodeGen/Thumb2/float-ops.ll | 5 +-
6 files changed, 178 insertions(+), 182 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 libcxx.
from b9231a2 Fix PR30260 - optional<const T> not working.
new db4d7e9 Improve constexpr tests for std::any
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:
.../utilities/any/any.class/any.cons/default.pass.cpp | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 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.
Ryan Arnold pushed a change to branch abe-make-release-test
in repository toolchain/abe.
from 54a8cd8 scripts/MakeRelease.job: append GCC version to fileserver upl [...]
new 469c7ac MakeRelease.job should fail if 'date' isn't set or --release [...]
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:
scripts/MakeRelease.job | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.