This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 92849725c88 Fix use of config.h in public headers.
new 3bfd36caff6 [MC][X86] Add teet case from PR32807
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/MC/Disassembler/X86/x86-64.txt | 3 +++
1 file changed, 3 insertions(+)
--
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 42f670fb492 PR 44292 Handle large record lengths
new ed0831a9b84 * cgraphclones.c (cgraph_edge::clone): Rename gcov_count 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:
gcc/ChangeLog | 27 ++++++++++++++++++++++
gcc/cgraphclones.c | 33 +++++++++------------------
gcc/ipa-cp.c | 15 +++----------
gcc/ipa-inline-transform.c | 12 +++++-----
gcc/ipa-inline.c | 5 +++--
gcc/ipa-split.c | 6 +++++
gcc/predict.c | 10 +++------
gcc/profile-count.c | 27 ++++++++++++++++++----
gcc/profile-count.h | 41 ++++++++++++++++++++++++++++-----
gcc/tree-inline.c | 56 +++++++++++++++++++++++-----------------------
10 files changed, 144 insertions(+), 88 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 907754a980f [X86][AVX512VL] Add AVX512VL tests to the vselect packss tests.
new 92849725c88 Fix use of config.h in public headers.
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/llvm/Support/CodeGenCoverage.h | 1 -
lib/Support/CodeGenCoverage.cpp | 1 +
2 files 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 gcc.
from 6f6749f3f67 2017-11-18 Edward Smith-Rowland <3dw4rd(a)verizon.net>
new 42f670fb492 PR 44292 Handle large record lengths
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:
libgfortran/ChangeLog | 9 +++++++++
libgfortran/io/transfer.c | 37 ++++++++++++++++++++-----------------
2 files changed, 29 insertions(+), 17 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 c977a5f028 Automatic date update in version.in
new 160b1a618a PR22443, Global buffer overflow in _bfd_elf_get_symbol_versi [...]
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:
binutils/ChangeLog | 12 ++++++++++++
binutils/nm.c | 17 ++++++++++-------
binutils/objdump.c | 6 +++---
3 files changed, 25 insertions(+), 10 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.
from c7a86303f9 [CodeGen] change const-ness of complex calls
new 77805a3a0f [OpenMP] Show error if VLAs are not supported
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/Basic/DiagnosticSemaKinds.td | 6 +
include/clang/Basic/TargetInfo.h | 4 +
include/clang/Sema/Sema.h | 10 +-
lib/Basic/TargetInfo.cpp | 1 +
lib/Basic/Targets/NVPTX.cpp | 1 +
lib/Basic/Targets/SPIR.h | 1 +
lib/Sema/SemaOpenMP.cpp | 31 +++--
lib/Sema/SemaType.cpp | 6 +
test/OpenMP/target_vla_messages.cpp | 201 +++++++++++++++++++++++++++++
9 files changed, 248 insertions(+), 13 deletions(-)
create mode 100644 test/OpenMP/target_vla_messages.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 ebbd5506fa1 PR 83036 Make NEXTREC specifier for INQUIRE work for large [...]
new 6f6749f3f67 2017-11-18 Edward Smith-Rowland <3dw4rd(a)verizon.net>
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:
libstdc++-v3/ChangeLog | 11 ++
libstdc++-v3/include/bits/specfun.h | 72 ++++++++++++
libstdc++-v3/include/tr1/modified_bessel_func.tcc | 13 ++-
.../special_functions/airy_ai}/check_nan.cc | 15 ++-
.../ext/special_functions/airy_ai/check_value.cc | 126 +++++++++++++++++++++
.../special_functions/airy_ai}/compile.cc | 12 +-
.../special_functions/airy_bi}/check_nan.cc | 15 ++-
.../ext/special_functions/airy_bi/check_value.cc | 126 +++++++++++++++++++++
.../special_functions/airy_bi}/compile.cc | 12 +-
9 files changed, 373 insertions(+), 29 deletions(-)
copy libstdc++-v3/testsuite/{special_functions/16_laguerre => ext/special_function [...]
create mode 100644 libstdc++-v3/testsuite/ext/special_functions/airy_ai/check_value.cc
copy libstdc++-v3/testsuite/{special_functions/14_expint => ext/special_functions/ [...]
copy libstdc++-v3/testsuite/{special_functions/16_laguerre => ext/special_function [...]
create mode 100644 libstdc++-v3/testsuite/ext/special_functions/airy_bi/check_value.cc
copy libstdc++-v3/testsuite/{special_functions/14_expint => ext/special_functions/ [...]
--
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 5d6db15d330 [X86] Add another gather test with v8i8 sign extended indices.
new 907754a980f [X86][AVX512VL] Add AVX512VL tests to the vselect packss 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/vselect-packss.ll | 398 +++++++++++++++++++++++++------------
1 file changed, 266 insertions(+), 132 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 7cbd080b [clangd] Release the old preamble before building a new one.
new 7007ecbd [clang-tidy] Add new hicpp-multiway-paths-covered check for m [...]
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/hicpp/CMakeLists.txt | 1 +
clang-tidy/hicpp/HICPPTidyModule.cpp | 3 +
clang-tidy/hicpp/MultiwayPathsCoveredCheck.cpp | 179 ++++++++
clang-tidy/hicpp/MultiwayPathsCoveredCheck.h | 51 +++
docs/ReleaseNotes.rst | 5 +
.../checks/hicpp-multiway-paths-covered.rst | 95 +++++
docs/clang-tidy/checks/list.rst | 1 +
.../hicpp-multiway-paths-covered-else.cpp | 57 +++
test/clang-tidy/hicpp-multiway-paths-covered.cpp | 467 +++++++++++++++++++++
9 files changed, 859 insertions(+)
create mode 100644 clang-tidy/hicpp/MultiwayPathsCoveredCheck.cpp
create mode 100644 clang-tidy/hicpp/MultiwayPathsCoveredCheck.h
create mode 100644 docs/clang-tidy/checks/hicpp-multiway-paths-covered.rst
create mode 100644 test/clang-tidy/hicpp-multiway-paths-covered-else.cpp
create mode 100644 test/clang-tidy/hicpp-multiway-paths-covered.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 clang.
from b5ae52f3db [AST] Fix some Clang-tidy modernize and Include What You Use [...]
new c7a86303f9 [CodeGen] change const-ness of complex calls
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/Basic/Builtins.def | 216 ++++++++++++++++++------------------
test/CodeGen/complex-builtins.c | 78 ++++++-------
test/CodeGen/complex-libcalls.c | 82 +++++++-------
test/CodeGen/libcall-declarations.c | 72 ++++++------
4 files changed, 224 insertions(+), 224 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.