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 2aa9dd66a65 Fix __gnu_cxx::_Pointer_adapter for long long arithmetic
new 5385b8715ff 2018-10-12 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 | 19 ++++++
gcc/gimplify.c | 54 ++++++++++-------
gcc/testsuite/ChangeLog | 9 +++
gcc/testsuite/g++.dg/opt/pr80032.C | 121 +++++++++++++++++++++++++++++++++++++
4 files changed, 180 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr80032.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 clang-tools-extra.
from 083ebf67 [clang-tidy] White List Option for performance-unnecessary-va [...]
new 912d3b3f [clang-tidy] Fix check_clang_tidy.py trivially passing default CHECK
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:
test/clang-tidy/check_clang_tidy.py | 66 +++++++++++++++++--------------------
1 file changed, 31 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 638941f488d [llvm-mca] Remove method RegisterFileStatistics::initialize [...]
new cadc63b548f [X86][AVX] Regenerate tzcnt tests
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:
test/CodeGen/X86/vector-tzcnt-256.ll | 138 ++++++-----------------------------
1 file changed, 24 insertions(+), 114 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 6d7e7e5cc Remove SymbolTable::addAbsolute().
new 8462dae49 [ELF] - Remove dead declaration. 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:
ELF/SyntheticSections.h | 2 --
1 file changed, 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 clang-tools-extra.
from fc248382 [clangd] Support hover on "aut^o *".
new 083ebf67 [clang-tidy] White List Option for performance-unnecessary-va [...]
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:
clang-tidy/performance/ForRangeCopyCheck.cpp | 14 ++-
clang-tidy/performance/ForRangeCopyCheck.h | 1 +
.../performance/UnnecessaryCopyInitialization.cpp | 23 +++-
.../performance/UnnecessaryCopyInitialization.h | 5 +-
.../performance/UnnecessaryValueParamCheck.cpp | 18 ++-
.../performance/UnnecessaryValueParamCheck.h | 1 +
clang-tidy/utils/Matchers.h | 7 ++
.../checks/performance-for-range-copy.rst | 7 ++
...performance-unnecessary-copy-initialization.rst | 10 ++
.../checks/performance-unnecessary-value-param.rst | 6 +
.../performance-for-range-copy-allowed-types.cpp | 124 +++++++++++++++++++++
...necessary-copy-initialization-allowed-types.cpp | 98 ++++++++++++++++
...mance-unnecessary-value-param-allowed-types.cpp | 75 +++++++++++++
13 files changed, 378 insertions(+), 11 deletions(-)
create mode 100644 test/clang-tidy/performance-for-range-copy-allowed-types.cpp
create mode 100644 test/clang-tidy/performance-unnecessary-copy-initialization-all [...]
create mode 100644 test/clang-tidy/performance-unnecessary-value-param-allowed-types.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 gcc-6-branch
in repository gcc.
from 9597a94d755 PR libstdc++/77854 document size_type for containers
new db4caa1d540 i386: Don't pass -msse2avx to assembler for -mavx
new 60d8c28b7cb i386: Correct _mm512_mask3_fmaddsub_round_pd
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:
gcc/ChangeLog | 19 +++++++++++++++++++
gcc/config/i386/avx512fintrin.h | 2 +-
gcc/config/i386/gnu-user.h | 2 +-
gcc/config/i386/gnu-user64.h | 2 +-
4 files changed, 22 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 9a6d7be910d Fix documentation of MachineInstr::getNumOperands
new 638941f488d [llvm-mca] Remove method RegisterFileStatistics::initialize [...]
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:
tools/llvm-mca/Views/RegisterFileStatistics.cpp | 3 ++-
tools/llvm-mca/Views/RegisterFileStatistics.h | 7 +------
2 files changed, 3 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.