This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 39c264a5b78 [JumpTables] Let targets decide which switch instructions a [...]
new d49ac948c39 [InstCombine] Add debug location to new caller.
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/InstCombine/InstCombineCalls.cpp | 1 +
.../InstCombine/2011-09-03-Trampoline.ll | 23 ++++++++++++++++++----
2 files changed, 20 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 gcc.
from e5c3036ac09 [PATCH, PR83492] Fix selection of aarch64 big-endian shift [...]
new 5c5d012be3c PR testsuite/83131 - c-c++/common/attr-nonstring-3 failure [...]
new 1d6fb925fff PR testsuite/83483 - [8 Regression] gcc.dg/memcpy-6.c FAILs
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 | 7 +
gcc/builtins.c | 500 +++++++++++++-------------
gcc/testsuite/ChangeLog | 10 +
gcc/testsuite/c-c++-common/attr-nonstring-4.c | 79 ++++
gcc/testsuite/gcc.dg/memcpy-6.c | 8 +-
5 files changed, 353 insertions(+), 251 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/attr-nonstring-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 master
in repository clang.
from aacf253198 [clang] Add BeforeExecute method to PrecompiledPreamble
new 7d32ec8fb0 Make DiagnosticIDs::getAllDiagnostics use std::vector. NFC.
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/DiagnosticIDs.h | 2 +-
lib/Basic/Diagnostic.cpp | 2 +-
lib/Basic/DiagnosticIDs.cpp | 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 clang.
from 81af67cbfc [Complex] Don't use __div?c3 when building with fast-math.
new aacf253198 [clang] Add BeforeExecute method to PrecompiledPreamble
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/PrecompiledPreamble.h | 4 ++++
lib/Frontend/PrecompiledPreamble.cpp | 2 ++
2 files changed, 6 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 libcxx.
from 4b54e0fc2 libcxx: Fix for basic_stringbuf::seekoff() after r320604.
new de0811ac7 Fix the definitions of 'reference' and 'pointer' in string_vi [...]
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/string_view | 4 +-
test/std/strings/string.view/types.pass.cpp | 77 +++++++++++++++++++++++++++++
2 files changed, 79 insertions(+), 2 deletions(-)
create mode 100644 test/std/strings/string.view/types.pass.cpp
--
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 69fe0a7db Use a reference for a value that is never null. NFC.
new d3f87705a Use a reference for a value that is never null. NFC.
new a03547d48 Use a reference for the shared symbol file.
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:
ELF/InputFiles.cpp | 8 ++++----
ELF/MarkLive.cpp | 2 +-
ELF/Relocations.cpp | 10 +++++-----
ELF/SymbolTable.cpp | 26 +++++++++++++-------------
ELF/SymbolTable.h | 4 ++--
ELF/Symbols.h | 8 ++++----
ELF/SyntheticSections.cpp | 12 ++++++------
7 files changed, 35 insertions(+), 35 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 5d9c7147b [ELF] Fix an assignment command at the end of an .ARM.exidx section.
new 69fe0a7db Use a reference for a value that is never null. NFC.
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/InputFiles.cpp | 10 +++++-----
ELF/SymbolTable.cpp | 8 ++++----
ELF/SymbolTable.h | 2 +-
3 files changed, 10 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 d1ca8b92 [clangd] Made UniqueFunction's bool conversion explicit
new ecb55af7 [clangd] Switch xrefs and documenthighlight to annotated-code [...]
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/clangd/definitions.test | 421 ---------------------------------
test/clangd/documenthighlight.test | 42 ----
test/clangd/xrefs.test | 67 ++++++
unittests/clangd/Annotations.cpp | 87 +++++++
unittests/clangd/Annotations.h | 69 ++++++
unittests/clangd/CMakeLists.txt | 2 +
unittests/clangd/CodeCompleteTests.cpp | 55 ++---
unittests/clangd/Matchers.h | 1 +
unittests/clangd/XRefsTests.cpp | 218 +++++++++++++++++
9 files changed, 462 insertions(+), 500 deletions(-)
delete mode 100644 test/clangd/definitions.test
delete mode 100644 test/clangd/documenthighlight.test
create mode 100644 test/clangd/xrefs.test
create mode 100644 unittests/clangd/Annotations.cpp
create mode 100644 unittests/clangd/Annotations.h
create mode 100644 unittests/clangd/XRefsTests.cpp
--
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 08191e917b [Frontend] Handle skipped bodies in template instantiations
new 81af67cbfc [Complex] Don't use __div?c3 when building with fast-math.
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/CGExprComplex.cpp | 37 ++++++++---
test/CodeGen/complex-math.c | 139 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 168 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 d73abb30a4d Revert r320548:[SLP] Vectorize jumbled memory loads
new 39c264a5b78 [JumpTables] Let targets decide which switch instructions a [...]
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/TargetLowering.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.