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 1d33042 [find-all-symbols] Save absolute file path instead of relativ [...]
new 62b3188 [find-all-symbols] Fix racy yaml file writing.
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-fixer/find-all-symbols/SymbolInfo.cpp | 9 ++-------
include-fixer/find-all-symbols/SymbolInfo.h | 7 ++++---
.../find-all-symbols/tool/FindAllSymbolsMain.cpp | 19 ++++++++++++++-----
3 files changed, 20 insertions(+), 15 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 016d030 S/390: Improve documentation of s390_reload_costs.
new 608e1e3 [ARC] Fix obsolete constraint.
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/ChangeLog | 6 ++++++
include/longlong.h | 12 ++++++------
2 files changed, 12 insertions(+), 6 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 0e2d28a Implementation of VlA of GNU C++ extension, by Vladimir Yakovlev.
new 32c45b5 [OPENMP] Fix detection of explicit data-sharing attributes in [...]
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/Sema/SemaOpenMP.cpp | 6 ++++++
test/OpenMP/task_firstprivate_messages.cpp | 11 +++++++++++
2 files changed, 17 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 clang-tools-extra.
from 10c1dd6 [include-fixer] Add Yaml database integration.
new 1d33042 [find-all-symbols] Save absolute file path instead of relativ [...]
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-fixer/find-all-symbols/FindAllSymbols.cpp | 27 +++++++++++++++++++----
1 file changed, 23 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 clang.
from 6fa49f4 [Clang][AVX512][Builtin] Adding intrinsics for compress instr [...]
new 0e2d28a Implementation of VlA of GNU C++ extension, by Vladimir Yakovlev.
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/CGClass.cpp | 2 +-
lib/CodeGen/CGExprCXX.cpp | 4 +-
lib/CodeGen/CodeGenFunction.h | 2 +-
lib/Sema/SemaType.cpp | 9 +-
test/CodeGenCXX/vla-consruct.cpp | 139 +++++++++++++++++++++++
test/SemaCXX/c99-variable-length-array-cxx11.cpp | 6 +-
test/SemaCXX/c99-variable-length-array.cpp | 4 +-
test/SemaCXX/vla-consruct.cpp | 48 ++++++++
8 files changed, 199 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGenCXX/vla-consruct.cpp
create mode 100644 test/SemaCXX/vla-consruct.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 4ae803e S/390: Replace LDER with LDR.
new d7377ee Clean up tests where a later dg-do completely overrides another.
new eb16928 PR/69089: C++-11: Ingore "alignas(0)".
new 016d030 S/390: Improve documentation of s390_reload_costs.
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 | 4 ++++
gcc/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-common.c | 2 +-
gcc/config/s390/s390.c | 6 ++++--
gcc/testsuite/ChangeLog | 24 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/alignas6.C | 29 +++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/cpp/mac-dir-2.c | 2 --
gcc/testsuite/gcc.dg/pr27003.c | 1 -
gcc/testsuite/gcc.dg/spec-options.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/cswtch.c | 1 -
gcc/testsuite/gcc.dg/tree-ssa/predcom-2.c | 1 -
gcc/testsuite/gcc.dg/tree-ssa/predcom-4.c | 1 -
gcc/testsuite/gcc.dg/tree-ssa/predcom-5.c | 1 -
gcc/testsuite/gcc.target/arc/mcrc.c | 1 -
gcc/testsuite/gcc.target/arc/mlock.c | 1 -
gcc/testsuite/gcc.target/arc/mmac-24.c | 1 -
gcc/testsuite/gcc.target/arc/mrtsc.c | 1 -
gcc/testsuite/gcc.target/arc/mswape.c | 1 -
gcc/testsuite/gcc.target/arc/mxy.c | 1 -
19 files changed, 69 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignas6.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 669f9af [clang-tidy] cppcoreguidelines-pro-type-member-init should no [...]
new 10c1dd6 [include-fixer] Add Yaml database integration.
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-fixer/CMakeLists.txt | 2 +
include-fixer/YamlXrefsDB.cpp | 64 ++++++++++++++++++++++++++
include-fixer/YamlXrefsDB.h | 35 ++++++++++++++
include-fixer/tool/ClangIncludeFixer.cpp | 11 ++++-
test/include-fixer/Inputs/fake_yaml_db.yaml | 11 +++++
test/include-fixer/{fixeddb.cpp => yamldb.cpp} | 6 +--
6 files changed, 125 insertions(+), 4 deletions(-)
create mode 100644 include-fixer/YamlXrefsDB.cpp
create mode 100644 include-fixer/YamlXrefsDB.h
create mode 100644 test/include-fixer/Inputs/fake_yaml_db.yaml
copy test/include-fixer/{fixeddb.cpp => yamldb.cpp} (51%)
--
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 efa1b7a avr-related reload fix from Senthil Kumar Selvaraj
new 7396c35 S/390: Memory constraint cleanup
new 4ae803e S/390: Replace LDER with LDR.
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 | 22 +++
gcc/config/s390/2964.md | 4 +-
gcc/config/s390/constraints.md | 15 +-
gcc/config/s390/s390.c | 31 ++--
gcc/config/s390/s390.md | 413 ++++++++++++++++++++++-------------------
gcc/config/s390/vector.md | 40 ++--
gcc/config/s390/vx-builtins.md | 6 +-
7 files changed, 291 insertions(+), 240 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 02cd01c AMDGPU/SI: Assembler: Unify parsing/printing of operands.
new ea52c95 [InstCombine][SSE] Added x86 pshufb undef mask 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/Transforms/InstCombine/x86-pshufb.ll | 38 ++++++++++++++++++++++++++++++-
1 file changed, 37 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.