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 362c708a65d [LVU] reset view at function entry
new ffb8f66164c [LVU] reset view at function entry
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 (362c708a65d)
\
N -- N -- N refs/heads/aoliva/testme (ffb8f66164c)
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/dwarf2out.c | 26 +++++++++++++++++---------
1 file changed, 17 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 clang.
from f816682dc8 Clean up use of C allocation functions
new 39c53a9a3a In C++14 onwards, it is permitted to read mutable members 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/AST/ExprConstant.cpp | 32 ++++++++++++++++++++----------
test/SemaCXX/constant-expression-cxx1y.cpp | 23 +++++++++++++++++++++
2 files changed, 45 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-tools-extra.
from 492cf6c4 [clangd] Fix formatting in XRefs.cpp
new f2845bc1 [clangd] #include statements support for Open definition
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:
clangd/ClangdUnit.cpp | 110 +++++++++++++++++++++++++++++++---------
clangd/ClangdUnit.h | 10 +++-
clangd/Protocol.h | 6 +++
clangd/SourceCode.cpp | 10 +++-
clangd/SourceCode.h | 6 +++
clangd/XRefs.cpp | 27 +++++-----
unittests/clangd/XRefsTests.cpp | 68 +++++++++++++++++++++++++
7 files changed, 198 insertions(+), 39 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 315b188f45 [Sema] Fix some Clang-tidy modernize and Include What You Us [...]
new f816682dc8 Clean up use of C allocation functions
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/Sema/ParsedTemplate.h | 3 +--
lib/AST/NestedNameSpecifier.cpp | 2 +-
lib/Frontend/CacheTokens.cpp | 3 ++-
lib/Frontend/Rewrite/HTMLPrint.cpp | 7 +++----
lib/Lex/MacroArgs.cpp | 3 ++-
tools/c-index-test/c-index-test.c | 14 ++++++++++++++
tools/libclang/BuildSystem.cpp | 5 +++--
tools/libclang/CIndex.cpp | 3 ++-
tools/libclang/CXString.cpp | 2 +-
9 files changed, 29 insertions(+), 13 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 1c629279f17 revert r325515: [TTI CostModel] change default cost of FP o [...]
new fd30c2ddf8c [BDCE] Salvage debug info from dying insts
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/Transforms/Scalar/BDCE.cpp | 2 ++
test/Transforms/BDCE/basic.ll | 11 +++++++++++
2 files changed, 13 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 llvm.
from 652f5b5017a [lit] Fix a problem with spaces in the python path by addin [...]
new 1c629279f17 revert r325515: [TTI CostModel] change default cost of FP o [...]
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/CodeGen/BasicTTIImpl.h | 10 +-
test/Analysis/CostModel/X86/arith-fp.ll | 324 ++++++++++-----------
test/Analysis/CostModel/X86/intrinsic-cost.ll | 4 +-
test/Analysis/CostModel/X86/reduction.ll | 8 +-
.../LoopVectorize/X86/imprecise-through-phis.ll | 45 ++-
test/Transforms/SLPVectorizer/AArch64/remarks.ll | 2 +-
test/Transforms/SLPVectorizer/X86/PR36280.ll | 19 +-
test/Transforms/SLPVectorizer/X86/cse.ll | 21 +-
test/Transforms/SLPVectorizer/X86/horizontal.ll | 148 ++++++----
test/Transforms/SLPVectorizer/X86/reorder_phi.ll | 59 ++--
test/Transforms/SLPVectorizer/X86/simplebb.ll | 12 +-
11 files changed, 355 insertions(+), 297 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 0a0f7ec18a [X86] Disable CLWB in Cannon Lake
new 315b188f45 [Sema] Fix some Clang-tidy modernize and Include What You Us [...]
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/Sema/DelayedDiagnostic.h | 71 +++++----
include/clang/Sema/IdentifierResolver.h | 55 +++----
include/clang/Sema/Initialization.h | 203 ++++++++++++++++++++------
include/clang/Sema/Lookup.h | 112 +++++++-------
include/clang/Sema/Overload.h | 249 +++++++++++++++++++++++---------
lib/Sema/DelayedDiagnostic.cpp | 8 +-
lib/Sema/IdentifierResolver.cpp | 37 +++--
7 files changed, 485 insertions(+), 250 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 931063957a0 [X86] Disable CLWB for Cannon Lake
new 652f5b5017a [lit] Fix a problem with spaces in the python path by addin [...]
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/tools/llvm-cov/showLineExecutionCounts.cpp | 2 +-
test/tools/llvm-symbolizer/pdb/pdb.test | 2 +-
test/tools/llvm-symbolizer/ppc64.test | 2 +-
3 files changed, 3 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 c0a6346b9 [lit] Fix a problem with spaces in the python path by adding [...]
new c16360c00 [WebAssembly] Use stable sort when sorting ctore functions
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:
wasm/Writer.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.