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 5a221e8 Fix style in some Clang-tidy checks documentation.
new d868421 [clang-tidy] readability-non-const-parameter: add new check t [...]
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/readability/CMakeLists.txt | 1 +
clang-tidy/readability/NonConstParameterCheck.cpp | 214 ++++++++++++++++
clang-tidy/readability/NonConstParameterCheck.h | 64 +++++
clang-tidy/readability/ReadabilityTidyModule.cpp | 3 +
docs/ReleaseNotes.rst | 6 +
docs/clang-tidy/checks/list.rst | 1 +
.../checks/readability-non-const-parameter.rst | 44 ++++
.../clang-tidy/readability-non-const-parameter.cpp | 279 +++++++++++++++++++++
8 files changed, 612 insertions(+)
create mode 100644 clang-tidy/readability/NonConstParameterCheck.cpp
create mode 100644 clang-tidy/readability/NonConstParameterCheck.h
create mode 100644 docs/clang-tidy/checks/readability-non-const-parameter.rst
create mode 100644 test/clang-tidy/readability-non-const-parameter.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 be0be2d S/390: Add splitter for "and" with complement.
new 434d429 S/390: Improve result verification in test case vec-genmask-1.c.
new bd8ac46 S/390: Fix insv-1.c test with -m31.
new 72f03d0 Drop excess size used for run time allocated stack variables.
The 3 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 | 7 +++++++
gcc/explow.c | 14 ++++++++++----
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.target/s390/insv-1.c | 8 ++++----
.../gcc.target/s390/zvector/vec-genmask-1.c | 20 ++++++++++++++------
5 files changed, 44 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.
unknown user pushed a change to branch master
in repository gcc.
from 7feac65 2016-08-23 Richard Biener <rguenther(a)suse.de>
new be0be2d S/390: Add splitter for "and" with complement.
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/config/s390/s390.md | 27 ++++++++++
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/s390/md/andc-splitter-1.c | 61 ++++++++++++++++++++++
gcc/testsuite/gcc.target/s390/md/andc-splitter-2.c | 61 ++++++++++++++++++++++
5 files changed, 159 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/s390/md/andc-splitter-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/md/andc-splitter-2.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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/spec2xxx-utils.
from e09643b Update CPU2006 settings
new 8e237b4 Add O2g and O3g extensions
new 4caac98 Rework handling of options
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:
cpu2xxx.cfg | 17 ++++++++++++-
spec2xxx-config | 73 +++++++++++++++++++++++++++++++++++---------------------
spec2xxx-install | 7 +++++-
3 files changed, 68 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 users/ARM/sve
in repository binutils-gdb.
at 2e2bd2d [AArch64] Add SVE condition codes
This branch includes the following new commits:
new 2d0a5f0 [AArch64][SVE 01/32] Remove parse_neon_operand_type
new 5bf9a9a [AArch64][SVE 02/32] Avoid hard-coded limit in indented_print
new e39d6e2 [AArch64][SVE 03/32] Rename neon_el_type to vector_el_type
new 5ec1d31 [AArch64][SVE 04/32] Rename neon_type_el to vector_type_el
new 497e0d6 [AArch64][SVE 05/32] Rename parse_neon_type_for_operand
new 65a4acb [AArch64][SVE 06/32] Generalise parse_neon_reg_list
new ea3c894 [AArch64][SVE 07/32] Replace hard-coded uses of REG_TYPE_R_Z_BHSDQ_V
new a32fde0 [AArch64][SVE 08/32] Generalise aarch64_double_precision_fmovable
new 2167a76 [AArch64][SVE 09/32] Improve error messages for invalid floats
new 10b362d [AArch64][SVE 10/32] Move range check out of parse_aarch64_imm_float
new 389db08 [AArch64][SVE 11/32] Tweak aarch64_reg_parse_32_64 interface
new 6305541 [AArch64][SVE 12/32] Make more use of bfd_boolean
new 07cd3a8 [AArch64][SVE 13/32] Add an F_STRICT flag
new e9ed696 [AArch64][SVE 14/32] Make aarch64_logical_immediate_p take an [...]
new d4cee23 [AArch64][SVE 15/32] Add {insert,extract}_all_fields helpers
new 1d11f23 [AArch64][SVE 16/32] Use specific insert/extract methods for fpimm
new 478fd47 [AArch64][SVE 17/32] Add a prefix parameter to print_register_list
new df59b4e [AArch64][SVE 18/32] Tidy definition of aarch64-opc.c:int_reg
new 136982a [AArch64][SVE 19/32] Refactor address-printing code
new 6cb68a9 [AArch64][SVE 20/32] Add support for tied operands
new 7ab6baa [AArch64][SVE 21/32] Add Zn and Pn registers
new 6b1bf5e [AArch64][SVE 22/32] Add qualifiers for merging and zeroing p [...]
new ce9ec4c [AArch64][SVE 23/32] Add SVE pattern and prfop operands
new 8f2245c [AArch64][SVE 24/32] Add AARCH64_OPND_SVE_PATTERN_SCALED
new aeec16c [AArch64][SVE 25/32] Add support for SVE addressing modes
new eb76614 [AArch64][SVE 26/32] Add SVE MUL VL addressing modes
new 947256f [AArch64][SVE 27/32] Add SVE integer immediate operands
new af2b6e9 [AArch64][SVE 28/32] Add SVE FP immediate operands
new 936b529 [AArch64][SVE 29/32] Add new SVE core & FP register operands
new 3205438 [AArch64][SVE 30/32] Add SVE instruction classes
new 771a147 [AArch64][SVE 31/32] Add SVE instructions
new 1fdbf59 [AArch64][SVE 32/32] Add SVE tests
new 2e2bd2d [AArch64] Add SVE condition codes
The 33 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.
--
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 binutils-gdb.
from 344bde0 [AArch64] Add V8_2_INSN macro
new 6342be7 Fix seg-fault in ARM linker when trying to parse a binary file.
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:
bfd/ChangeLog | 5 +++++
bfd/elf32-arm.c | 2 +-
2 files changed, 6 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 compiler-rt.
from e0728bc [asan] Fix OOB_char on arm 32bit
new 9bdf886 [TSan][MIPS] Changes mips memory layout to support pie with a [...]
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/tsan/rtl/tsan_platform.h | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 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 binutils-gdb.
from d44ea5d Fix duplicate FAILs from ld testsuite
new 9d30b0b [AArch64] Add OP parameter to aarch64-tbl.h macros
new 5ce912d [AArch64] Make more use of CORE/FP/SIMD_INSN
new 344bde0 [AArch64] Add V8_2_INSN macro
The 3 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:
opcodes/ChangeLog | 15 +
opcodes/aarch64-tbl.h | 1584 +++++++++++++++++++++++++------------------------
2 files changed, 808 insertions(+), 791 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.