This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_50
in repository clang.
from 334f080ab3 Merging r323155: ------------------------------------------- [...]
new 26cac19a0d Backporting 325651:: --------------------------------------- [...]
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/DiagnosticDriverKinds.td | 4 +++
include/clang/Driver/Options.td | 3 +++
lib/Basic/Targets.cpp | 6 ++++-
lib/Driver/ToolChains/Arch/Mips.cpp | 39 ++++++++++++++++++++++++++++
lib/Driver/ToolChains/Arch/Mips.h | 1 +
test/Driver/mips-features.c | 6 +++++
6 files changed, 58 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 clang.
from 6241e31869 [MS] Fix bug in r327732 with devirtualized complete destruct [...]
new 950c61ebf7 Adding nocf_check attribute for cf-protection fine tuning
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/AST/Type.h | 28 +++++++++++++------
include/clang/Basic/Attr.td | 6 ++++
include/clang/Basic/AttrDocs.td | 18 ++++++++++++
include/clang/Basic/DiagnosticSemaKinds.td | 3 ++
include/clang/Basic/LangOptions.def | 1 +
include/clang/CodeGen/CGFunctionInfo.h | 12 ++++++--
include/clang/Sema/Sema.h | 4 +--
lib/AST/ASTContext.cpp | 2 ++
lib/AST/Type.cpp | 2 ++
lib/AST/TypePrinter.cpp | 4 ++-
lib/CodeGen/CGCall.cpp | 3 ++
lib/Frontend/CompilerInvocation.cpp | 6 ++++
lib/Sema/SemaDeclAttr.cpp | 32 ++++++++++------------
lib/Sema/SemaType.cpp | 28 +++++++++++++++++--
lib/Serialization/ASTReader.cpp | 10 ++++---
lib/Serialization/ASTWriter.cpp | 2 ++
test/CodeGen/attributes.c | 14 +++++++++-
test/CodeGen/cetintrin.c | 4 +--
test/CodeGen/x86-cf-protection.c | 4 +--
...pragma-attribute-supported-attributes-list.test | 3 +-
test/Sema/attr-nocf_check.c | 23 ++++++++++++++++
test/Sema/attr-nocf_check.cpp | 23 ++++++++++++++++
test/Sema/nocf_check_attr_not_allowed.c | 5 ++++
23 files changed, 193 insertions(+), 44 deletions(-)
create mode 100644 test/Sema/attr-nocf_check.c
create mode 100644 test/Sema/attr-nocf_check.cpp
create mode 100644 test/Sema/nocf_check_attr_not_allowed.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 gcc.
from 4ae884c2999 [NDS32] Use HOST_WIDE_INT_PRINT_DEC instead of %ld or %d.
new 0e370c84f27 [NDS32] Implment ADJUST_REG_ALLOC_ORDER for performance req [...]
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 | 8 ++++++++
gcc/config/nds32/nds32-protos.h | 5 +++++
gcc/config/nds32/nds32.c | 31 +++++++++++++++++++++++++++++++
gcc/config/nds32/nds32.h | 4 ++++
4 files changed, 48 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 340ae54ebe9 [NDS32] Optimize nds32_register_priority.
new 4ae884c2999 [NDS32] Use HOST_WIDE_INT_PRINT_DEC instead of %ld or %d.
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 | 6 ++++++
gcc/config/nds32/nds32.c | 22 +++++++++++++---------
2 files changed, 19 insertions(+), 9 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 75e0f93eb31 PR target/84902 * config/i386/i386.c (initial_ix86_tune_f [...]
new 340ae54ebe9 [NDS32] Optimize nds32_register_priority.
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 | 4 ++++
gcc/config/nds32/nds32.c | 21 ++++++++++++++++++---
2 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 gcc.
from 4ff5ef03aa0 Daily bump.
new 75e0f93eb31 PR target/84902 * config/i386/i386.c (initial_ix86_tune_f [...]
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 | 14 ++++++++++++++
gcc/config/i386/i386.c | 17 +++++++++--------
2 files changed, 23 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 llvm.
from 42bc90e1724 [SystemZ] computeKnownBitsForTargetNode() / ComputeNumSign [...]
new 0c44305d76d [SystemZ] Add 'REQUIRES: asserts' to test case using debug [...]
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/SystemZ/signbits.ll | 1 +
1 file changed, 1 insertion(+)
--
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 aoliva/testme
in repository gcc.
from e6f5dd1beb7 [PR c++/71251] out-of-range parms in tmpl arg substitution
new 09b9edeaed1 [PR c++/71965] silence multi-dim array init sorry without tf_error
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/cp/init.c | 19 ++++++++++++-------
gcc/testsuite/g++.dg/concepts/pr71965.C | 27 +++++++++++++++++++++++++++
2 files changed, 39 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/pr71965.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 llvm.
from eb9d4e05e65 [SelectionDAG] Handle big endian target BITCAST in compute [...]
new 42bc90e1724 [SystemZ] computeKnownBitsForTargetNode() / ComputeNumSign [...]
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/Target/SystemZ/SystemZISelLowering.cpp | 308 +++++++++++++-
lib/Target/SystemZ/SystemZISelLowering.h | 6 +
test/CodeGen/SystemZ/knownbits-intrinsics-binop.ll | 460 +++++++++++++++++++++
.../CodeGen/SystemZ/knownbits-intrinsics-unpack.ll | 384 +++++++++++++++++
test/CodeGen/SystemZ/knownbits.ll | 51 +++
test/CodeGen/SystemZ/signbits-intrinsics-binop.ll | 236 +++++++++++
test/CodeGen/SystemZ/signbits-intrinsics-unpack.ll | 97 +++++
test/CodeGen/SystemZ/signbits.ll | 36 ++
test/CodeGen/SystemZ/vec-trunc-to-i1.ll | 3 +-
9 files changed, 1560 insertions(+), 21 deletions(-)
create mode 100644 test/CodeGen/SystemZ/knownbits-intrinsics-binop.ll
create mode 100644 test/CodeGen/SystemZ/knownbits-intrinsics-unpack.ll
create mode 100644 test/CodeGen/SystemZ/knownbits.ll
create mode 100644 test/CodeGen/SystemZ/signbits-intrinsics-binop.ll
create mode 100644 test/CodeGen/SystemZ/signbits-intrinsics-unpack.ll
create mode 100644 test/CodeGen/SystemZ/signbits.ll
--
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 2755819705e [GlobalsAA] Fix a pretty terrible bug that has been in Glob [...]
new eb9d4e05e65 [SelectionDAG] Handle big endian target BITCAST in compute [...]
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 +++++------
test/CodeGen/SystemZ/dag-combine-03.ll | 29 +++++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/SystemZ/dag-combine-03.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.