This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 9f2619303 [lldbsuite] Mark the TestScriptedResolver tests as XFAIL on Windows
new 10481517f [SymbolFileNativePDB] Fix missing linkage to DebugInfoCodeView
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:
source/Plugins/SymbolFile/NativePDB/CMakeLists.txt | 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 master
in repository lld.
from fe11f7446 [NewPM] teach -passes= to emit meaningful error messages
new 23c11f5a2 [PPC64] Fix offset checks on rel24 call relocations.
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/Arch/PPC64.cpp | 3 ++-
test/ELF/ppc64-call-reach.s | 66 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/ppc64-call-reach.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 gcc.
from 68a7311760a 2018-10-18 Richard Biener <rguenther(a)suse.de>
new ce6b9c7814e PR libstdc++/87641 correctly initialize accumulator in vala [...]
new b9436c5b028 Fix ICE in substring-handling building 502.gcc_r (PR 87562)
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 | 9 ++++
gcc/input.c | 10 ++++-
gcc/testsuite/ChangeLog | 11 +++++
.../c-c++-common/substring-location-PR-87562-1-a.h | 7 ++++
.../substring-location-PR-87562-1-b.h} | 0
.../c-c++-common/substring-location-PR-87562-1.c | 15 +++++++
.../plugin/diagnostic-test-string-literals-1.c | 23 +++++++++++
gcc/testsuite/gcc.dg/plugin/pr87562-a.h | 7 ++++
.../phoobhar.h => gcc.dg/plugin/pr87562-b.h} | 0
libstdc++-v3/ChangeLog | 12 ++++++
libstdc++-v3/include/bits/valarray_array.h | 20 ++-------
libstdc++-v3/src/c++98/valarray.cc | 18 +++++---
.../86874.cc => 26_numerics/valarray/87641.cc} | 48 +++++++++++++++-------
13 files changed, 143 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/substring-location-PR-87562-1-a.h
copy gcc/testsuite/{g++.dg/cpp1y/testinc/phoobhar.h => c-c++-common/substring-loca [...]
create mode 100644 gcc/testsuite/c-c++-common/substring-location-PR-87562-1.c
create mode 100644 gcc/testsuite/gcc.dg/plugin/pr87562-a.h
copy gcc/testsuite/{g++.dg/cpp1y/testinc/phoobhar.h => gcc.dg/plugin/pr87562-b.h} (100%)
copy libstdc++-v3/testsuite/{20_util/variant/86874.cc => 26_numerics/valarray/8764 [...]
--
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 lldb.
from f2ff66d0d [Windows] Fix threads comparison on Windows
new 9f2619303 [lldbsuite] Mark the TestScriptedResolver tests as XFAIL on Windows
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:
.../functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py | 4 ++++
1 file changed, 4 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 518ddfcc [clangd] Enforce rules around "initialize" request, and creat [...]
new 5fbe4fc9 [clangd] Clear the semantic of RefSlab::size.
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/index/Background.cpp | 4 ++--
clangd/index/FileIndex.cpp | 4 ++--
clangd/index/Index.cpp | 4 +++-
clangd/index/Index.h | 9 +++++++--
clangd/index/Serialization.cpp | 10 +++++-----
5 files changed, 19 insertions(+), 12 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 c7fe2166e90 DivergenceAnalysisTest: fix use of uninitialized memory
new 9e75857c929 [LV] Fold tail by masking to vectorize loops of arbitrary t [...]
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/Analysis/VectorUtils.h | 21 ++-
.../Vectorize/LoopVectorizationLegality.h | 4 +
.../Vectorize/LoopVectorizationLegality.cpp | 55 +++++++
lib/Transforms/Vectorize/LoopVectorize.cpp | 126 ++++++++++-----
lib/Transforms/Vectorize/VPlan.cpp | 24 ++-
lib/Transforms/Vectorize/VPlan.h | 21 ++-
test/Transforms/LoopVectorize/X86/optsize.ll | 85 +++++++++-
test/Transforms/LoopVectorize/X86/small-size.ll | 172 +++++++++++++++++++--
.../LoopVectorize/X86/vect.omp.force.small-tc.ll | 47 ++++--
9 files changed, 489 insertions(+), 66 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.