This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 38d76fe515b 2017-03-01 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new 11459620f2f PR c++/71569 - decltype of template.
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/cp/ChangeLog | 5 +++++
gcc/cp/parser.c | 7 +++++++
gcc/testsuite/g++.dg/cpp0x/decltype-33837.C | 4 ++--
gcc/testsuite/g++.dg/cpp0x/decltype43.C | 2 +-
gcc/testsuite/g++.dg/cpp1y/var-templ59.C | 14 ++++++++++++++
5 files changed, 29 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ59.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 zorg.
from 762c195 Reduce number of jobs for LIT testing
new b6c67a0 Reduce number of jobs for LIT testing. Now the right way for [...]
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:
buildbot/osuosl/master/config/builders.py | 4 ++--
1 file changed, 2 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 435d0a8937c AMDGPU/GlobalISel: Define instruction mapping for G_IMPLICIT_DEF
new 78411cf8946 AMDGPU/GlobalISel: Make i32 mul legal
new 92b4d60ae07 AMDGPU/GlobalISel: Define InstrMappings for G_ICMP
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/AMDGPU/AMDGPUGenRegisterBankInfo.def | 23 +++++--
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 1 +
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 75 +++++++++++++++++++++-
lib/Target/AMDGPU/AMDGPURegisterBankInfo.h | 16 ++---
lib/Target/AMDGPU/AMDGPURegisterBanks.td | 2 +
.../{legalize-xor.mir => legalize-mul.mir} | 8 +--
.../AMDGPU/GlobalISel/regbankselect-icmp.mir | 67 +++++++++++++++++++
7 files changed, 173 insertions(+), 19 deletions(-)
copy test/CodeGen/AMDGPU/GlobalISel/{legalize-xor.mir => legalize-mul.mir} (74%)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-icmp.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 41f826cda5c AMDGPU/GlobalISel: Mark 32-bit G_FPTOSI as legal
new 7537e26848d AMDGPU/GlobalISel: Mark 32/64-bit G_FCMP as legal
new 5b58d668a10 AMDGPU/GlobalISel: Make i32 xor legal
new 3e435c46b5a AMDGPU/GlobalISel: Add copyCost for VGPR->SGPR copies
new e4d2cea91d0 AMDGPU/GlobalISel: Define instruction mapping for G_FCONSTANT
new 435d0a8937c AMDGPU/GlobalISel: Define instruction mapping for G_IMPLICIT_DEF
The 5 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/AMDGPULegalizerInfo.cpp | 11 ++++-
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 17 +++++--
test/CodeGen/AMDGPU/GlobalISel/legalize-fcmp.mir | 35 +++++++++++++++
.../{legalize-shl.mir => legalize-xor.mir} | 18 +++-----
.../AMDGPU/GlobalISel/regbankselect-default.mir | 52 ++++++++++++++++++++++
5 files changed, 116 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-fcmp.mir
copy test/CodeGen/AMDGPU/GlobalISel/{legalize-shl.mir => legalize-xor.mir} (54%)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-default.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 clang.
from 89453f7204 [analyzer] Enable cfg-temporary-dtors by default.
new 5220c87fff Driver: hoist `-fno-rtti-data` to a driver flag
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/Driver/CC1Options.td | 2 --
include/clang/Driver/Options.td | 2 ++
test/Driver/fno-rtti-data.cpp | 2 ++
3 files changed, 4 insertions(+), 2 deletions(-)
create mode 100644 test/Driver/fno-rtti-data.cpp
--
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 bf9e13723dc [ARM] Fix copysign_softfloat_1.c option directives
new 95a88c7b110 PR c++/84639 * c-attribs.c (common_handle_aligned_attribu [...]
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/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-attribs.c | 11 +++++++----
2 files changed, 13 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 182921352f0 [WebAssembly] Fix broken gcc build after rL326454
new 41f826cda5c AMDGPU/GlobalISel: Mark 32-bit G_FPTOSI as legal
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/AMDGPULegalizerInfo.cpp | 3 +++
test/CodeGen/AMDGPU/GlobalISel/legalize-fptosi.mir | 14 ++++++++++++++
2 files changed, 17 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-fptosi.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 zorg.
from fc7aafa [zorg] Update testsuite parallelism settings for Linaro AArch [...]
new 762c195 Reduce number of jobs for LIT testing
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:
buildbot/osuosl/master/config/builders.py | 3 ++-
1 file 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 lld.
from 00f1d3302 Where possible use --long-opt=value in lld man page
new a4e4e75d2 Correct man page description for --section-start
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:
docs/ld.lld.1 | 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 clang.
from c476211d8b Resubmit [analyzer] Support for naive cross translation unit [...]
new 89453f7204 [analyzer] Enable cfg-temporary-dtors by default.
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/StaticAnalyzer/Core/AnalyzerOptions.cpp | 4 ++--
test/Analysis/analyzer-config.c | 2 +-
test/Analysis/analyzer-config.cpp | 7 ++++---
test/Analysis/inlining/temp-dtors-path-notes.cpp | 2 +-
test/Analysis/lifetime-cfg-output.cpp | 2 +-
test/Analysis/lifetime-extension.cpp | 4 ++--
test/Analysis/temporaries.cpp | 2 +-
7 files changed, 12 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.