This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4ebf85b PR c/71742 * c-decl.c (finish_struct): Rephrase an error message.
new 9efe5be PR c/71853 * c-parser.c (c_parser_switch_statement): Initia [...]
new 4c4548bb PR c/71573 * c-decl.c (implicitly_declare): Return decl ear [...]
new 8ae7060 PR c/71926 * c-common.c (c_common_truthvalue_conversion): U [...]
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/c-family/ChangeLog | 4 ++++
gcc/c-family/c-common.c | 5 +++--
gcc/c/ChangeLog | 8 ++++++++
gcc/c/c-decl.c | 2 +-
gcc/c/c-parser.c | 1 +
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/semantics.c | 4 ++--
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/g++.dg/warn/Wparentheses-30.C | 11 +++++++++++
gcc/testsuite/gcc.dg/Wparentheses-14.c | 11 +++++++++++
gcc/testsuite/gcc.dg/noncompile/pr71573.c | 14 ++++++++++++++
gcc/testsuite/gcc.dg/noncompile/pr71853.c | 9 +++++++++
12 files changed, 80 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wparentheses-30.C
create mode 100644 gcc/testsuite/gcc.dg/Wparentheses-14.c
create mode 100644 gcc/testsuite/gcc.dg/noncompile/pr71573.c
create mode 100644 gcc/testsuite/gcc.dg/noncompile/pr71853.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.
from 8cbdbbd Initial vectorization support for svml calls (short vector ma [...]
new 82a36b9 Fix a typo in document.
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/LibASTMatchersReference.html | 12 ++++++------
include/clang/ASTMatchers/ASTMatchers.h | 4 ++--
2 files changed, 8 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 gcc.
from ad23bd2 include/ * libiberty.h (MAX_ALLOCA_SIZE): New macro.
new 4ebf85b PR c/71742 * c-decl.c (finish_struct): Rephrase an error message.
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/ChangeLog | 5 +++++
gcc/c/c-decl.c | 3 ++-
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/940510-1.c | 2 +-
gcc/testsuite/gcc.dg/c99-flex-array-1.c | 4 ++--
gcc/testsuite/gcc.dg/c99-flex-array-typedef-1.c | 4 ++--
6 files changed, 19 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 llvm.
from c1359c9 MachinePipeliner pass that implements Swing Modulo Scheduling
new c9b195c [GlobalISel] Add LLT raw_ostream operator<< overload.
new 8d4e8d2 [AArch64][GlobalISel] Select G_LOAD/G_STORE.
new d8a8826 [GlobalISel] Add G_XOR.
new a4174a2 [AArch64][GlobalISel] Select G_XOR.
The 4 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/CodeGen/LowLevelType.h | 5 +
include/llvm/Target/GenericOpcodes.td | 8 ++
include/llvm/Target/TargetOpcodes.def | 3 +
lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 +
lib/CodeGen/GlobalISel/InstructionSelector.cpp | 8 +-
lib/Target/AArch64/AArch64InstructionSelector.cpp | 61 ++++++++
.../AArch64/GlobalISel/arm64-instructionselect.mir | 157 +++++++++++++++++++++
.../AArch64/GlobalISel/arm64-irtranslator.ll | 23 +++
8 files changed, 265 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 release_39
in repository llvm.
from 53abc28 Merging r276980: -------------------------------------------- [...]
new 4105790 Merging r277135: -------------------------------------------- [...]
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/SelectionDAG/SelectionDAG.cpp | 11 +++++++++--
1 file changed, 9 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 clang.
from 2e5a2bf [ASTMatcher] Add templateName matcher.
new 8cbdbbd Initial vectorization support for svml calls (short vector ma [...]
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/Frontend/CodeGenOptions.def | 2 +-
include/clang/Frontend/CodeGenOptions.h | 5 +++--
lib/CodeGen/BackendUtil.cpp | 3 +++
lib/Frontend/CompilerInvocation.cpp | 2 ++
4 files changed, 9 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 gcc.
from 07ce0c8 * config/avr/avr.c (avr_out_compare): Use const0_rtx instead [...]
new ad23bd2 include/ * libiberty.h (MAX_ALLOCA_SIZE): New macro.
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 | 4 ++++
include/libiberty.h | 11 +++++++++++
libiberty/ChangeLog | 5 +++++
libiberty/make-relative-prefix.c | 11 ++++++++---
4 files changed, 28 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 lld.
from d2d97fc Remove dead declaration.
new d1b3f31 [ELF] - Linkerscript: implemented SIZEOF(section)
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/LinkerScript.cpp | 55 ++++++++++++++++++++++-------
ELF/LinkerScript.h | 9 ++---
ELF/Writer.cpp | 18 +++++-----
test/ELF/linkerscript/linkerscript-sizeof.s | 53 +++++++++++++++++++++++++++
4 files changed, 108 insertions(+), 27 deletions(-)
create mode 100644 test/ELF/linkerscript/linkerscript-sizeof.s
--
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 a517bf8 Remove inline-comment-2.ll until I can debug why it fails on [...]
new f6b677f Reinstate optnone test for GVN Hoisting, removed in r276479.
new 1147bf6 [GlobalISel] Add unittests for LowLevelType.
new ade60aa [GlobalISel] Fix LLT::unsized to match LLT(LabelTy).
new eda1b46 [GlobalISel] Add LLT::operator!=().
new 8ad8fd6 [GlobalISel] Auto-brief LowLevelType. NFC.
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:
include/llvm/CodeGen/LowLevelType.h | 61 +++++-----
test/Feature/optnone-opt.ll | 3 +-
unittests/CodeGen/CMakeLists.txt | 1 +
unittests/CodeGen/LowLevelTypeTest.cpp | 216 +++++++++++++++++++++++++++++++++
4 files changed, 249 insertions(+), 32 deletions(-)
create mode 100644 unittests/CodeGen/LowLevelTypeTest.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.