This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f09294c09f Introduce some infrastructure for adding C attributes with [ [...]
new 3536cf0151 PR33503: When a qualified name in a redeclaration names a pr [...]
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/SemaDecl.cpp | 64 +++++++++++++++++++++++++++------
test/CXX/dcl.decl/dcl.meaning/p1-0x.cpp | 21 +++++++++++
2 files changed, 75 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 gcc.
from 33fe23796c0 Make vectorizable_load/store handle IFN_MASK_LOAD/STORE
new 625c5395ad0 PR tree-optimization/83603 - ICE in builtin_memref at gcc/g [...]
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 | 9 +++
gcc/calls.c | 23 ++++++--
gcc/gimple-ssa-warn-restrict.c | 4 +-
gcc/testsuite/ChangeLog | 3 +
gcc/testsuite/gcc.dg/Wrestrict-4.c | 110 +++++++++++++++++++++++++++++++++++++
5 files changed, 144 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wrestrict-4.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 aoliva/testme
in repository gcc.
discards ac50639a5df [PR81611] add post-inc stmt to post_p seq
discards d5e27c3a88a [PR81611] sink IV increments within their BBs
new 219fdb8eaf8 [PR81611] turn inc-and-use-of-orig into auto-inc
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ac50639a5df)
\
N -- N -- N refs/heads/aoliva/testme (219fdb8eaf8)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/auto-inc-dec.c | 46 +++++++++++++++++++++++++--
gcc/gimplify.c | 2 +-
gcc/tree-ssa-sink.c | 91 ++++++-----------------------------------------------
3 files changed, 54 insertions(+), 85 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 51038dff2 Use getLocation to improve error message.
new 5c505a32e Mention symbol name in 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:
ELF/Relocations.cpp | 7 +++----
test/ELF/aarch64-fpic-abs16.s | 2 +-
test/ELF/aarch64-fpic-prel16.s | 2 +-
test/ELF/aarch64-fpic-prel32.s | 2 +-
test/ELF/aarch64-fpic-prel64.s | 2 +-
test/ELF/x86-64-dyn-rel-error.s | 2 +-
test/ELF/x86-64-dyn-rel-error2.s | 2 +-
test/ELF/x86-64-reloc-32-fpic.s | 2 +-
test/ELF/x86-64-reloc-pc32-fpic.s | 2 +-
test/ELF/x86-64-reloc-tpoff32-fpic.s | 2 +-
test/ELF/znotext-weak-undef.s | 2 +-
11 files changed, 13 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 llvm.
from 93ce37dbdf2 [PRE] Add a bunch of test cases for LICM-like PRE patterns
new fed80828328 [DAGCombine] Handle out of range EXTRACT_VECTOR_ELT indices
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/DAGCombiner.cpp | 4 ++++
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 +-
test/CodeGen/X86/extract-insert.ll | 18 ++++++++++++++++++
3 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/extract-insert.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 lld.
from 419880153 Update code as this also handles GOT relocations.
new 51038dff2 Use getLocation to improve 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:
ELF/Relocations.cpp | 4 ++--
test/ELF/copy-errors.s | 9 +++++++--
2 files changed, 9 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 llvm.
from 063121dfe8f [CodeGen][NFC] Remove unused function declaration
new 93ce37dbdf2 [PRE] Add a bunch of test cases for LICM-like PRE patterns
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/GVN/PRE/load-pre-licm.ll | 168 +++++++++++++++++++++++++++++++
1 file changed, 168 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.
from b15c783295 [OpenMP] Initial implementation of code generation for pragm [...]
new f09294c09f Introduce some infrastructure for adding C attributes with [ [...]
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/Attr.td | 11 +++++++----
test/Sema/annotate.c | 6 +++++-
utils/TableGen/ClangAttrEmitter.cpp | 2 ++
3 files changed, 14 insertions(+), 5 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 compiler-rt.
from 3e3b3f006 [hwasan] Add heap tag randomization.
new 127df3a59 Add MSan interceptor for fstat(2)
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/msan/msan_interceptors.cc | 15 +++++++++++++++
test/msan/fstat.cc | 15 +++++++++++++++
2 files changed, 30 insertions(+)
create mode 100644 test/msan/fstat.cc
--
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 5f459b04 Docs, release notes: update version to 7.0.0
new 3005fd7f [clang-tidy] Update fuchsia-overloaded-operator to check for [...]
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/fuchsia/OverloadedOperatorCheck.cpp | 8 ++++++--
test/clang-tidy/fuchsia-overloaded-operator.cpp | 3 +++
2 files changed, 9 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.