This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f38a7e77a5 [Frontend] Treat function with skipped body as definition
new 6c3c48f7a3 Warn if we find a Unicode homoglyph for a symbol in an identifier.
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/DiagnosticLexKinds.td | 3 ++
lib/Lex/Lexer.cpp | 79 ++++++++++++++++++++++++++++++-
test/Lexer/unicode.c | 5 ++
3 files changed, 86 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 5f4b5f89ed IRGen: When performing CFI checks, load vtable pointer from [...]
new f38a7e77a5 [Frontend] Treat function with skipped body as 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:
include/clang/AST/Decl.h | 4 ++--
test/Index/skipped_function_bodies.cpp | 9 +++++++++
2 files changed, 11 insertions(+), 2 deletions(-)
create mode 100644 test/Index/skipped_function_bodies.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 binutils-gdb.
from 4baeffab22 binutils nm testsuite tidy
new 863f7a5f48 Update the address of the FSF in the copyright notice of fil [...]
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:
COPYING.LIBGLOSS | 8 ++++----
ChangeLog | 4 ++++
bfd/ChangeLog | 11 +++++++++++
bfd/cpu-mt.c | 4 ++--
bfd/elf32-m32c.c | 3 ++-
bfd/elf32-mt.c | 4 ++--
bfd/elf32-rl78.c | 3 ++-
bfd/elf32-rx.c | 3 ++-
bfd/elf32-rx.h | 6 +++---
bfd/elf32-spu.h | 5 +++--
bfd/hosts/x86-64linux.h | 8 ++++----
etc/ChangeLog | 4 ++++
etc/add-log.el | 6 +++---
gas/ChangeLog | 10 ++++++++++
gas/config/tc-m32c.c | 6 +++---
gas/config/tc-m32c.h | 6 +++---
gas/config/tc-mt.c | 6 +++---
gas/config/tc-mt.h | 6 +++---
gas/config/tc-visium.c | 6 +++---
gas/config/tc-visium.h | 6 +++---
gas/testsuite/gas/rx/explode | 6 +++---
ld/ChangeLog | 5 +++++
ld/testsuite/ld-mn10300/mn10300.exp | 3 ++-
23 files changed, 84 insertions(+), 45 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 glibc.
from e6a1c5dc77 sparc: M7 optimized memset/bzero
new 4ca945e9c5 x86-64: Remove sysdeps/x86_64/fpu/s_cosf.S
new f58bd7f055 support: Simplify compiling most of support/ outside of glibc
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:
ChangeLog | 18 ++
support/check_addrinfo.c | 1 +
support/check_dns_packet.c | 1 +
support/check_hostent.c | 1 +
support/check_netent.c | 1 +
support/support_can_chroot.c | 2 +-
support/support_format_addrinfo.c | 1 +
support/support_format_dns_packet.c | 1 +
support/support_format_hostent.c | 1 +
support/support_format_netent.c | 1 +
support/support_write_file_string.c | 2 +-
support/xdlfcn.c | 1 +
sysdeps/x86_64/fpu/s_cosf.S | 533 ------------------------------------
13 files changed, 29 insertions(+), 535 deletions(-)
delete mode 100644 sysdeps/x86_64/fpu/s_cosf.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 clang-tools-extra.
from 04fa78d7 [clangd] Construct SymbolSlab from YAML format.
new bcbc1297 [clangd] Fix a potential use-after-move bug.
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:
unittests/clangd/IndexTests.cpp | 3 ++-
1 file changed, 2 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-tools-extra.
from 56892337 [clangd] Symbol index interfaces and an in-memory index imple [...]
new 04fa78d7 [clangd] Construct SymbolSlab from YAML format.
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/CMakeLists.txt | 1 +
clangd/index/Index.cpp | 18 ++--
clangd/index/Index.h | 12 +++
clangd/index/SymbolYAML.cpp | 148 ++++++++++++++++++++++++++++++
clangd/index/SymbolYAML.h | 37 ++++++++
unittests/clangd/SymbolCollectorTests.cpp | 45 +++++++++
6 files changed, 255 insertions(+), 6 deletions(-)
create mode 100644 clangd/index/SymbolYAML.cpp
create mode 100644 clangd/index/SymbolYAML.h
--
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 74c2e955760 [AVX512] Adding support for load truncate store of I1
new 87c8e440451 Inserting several lit tests to reflect current behaviour
new e3c92f3b0d3 Any Target Asm comments should start from MachineInstr::TAs [...]
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:
include/llvm/CodeGen/MachineInstr.h | 4 +-
lib/Target/X86/InstPrinter/X86InstComments.h | 5 +-
test/Transforms/InstCombine/or-shifted-masks.ll | 88 +++++++++++++++++
.../InstCombine/select-bitext-bitwise-ops.ll | 110 +++++++++++++++++++++
4 files changed, 205 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/InstCombine/select-bitext-bitwise-ops.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 binutils-gdb.
from 8af5c486ea DWARF-5 .debug_names DW_IDX_type_unit fix
new 4baeffab22 binutils nm testsuite tidy
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:
binutils/ChangeLog | 7 ++++++
binutils/testsuite/binutils-all/nm.exp | 41 +++++++++++++---------------------
binutils/testsuite/lib/utils-lib.exp | 1 -
3 files changed, 23 insertions(+), 26 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 gcc-7-branch
in repository gcc.
from 5a86824aaea gcc/ Backport from mainline 2017-12-13 Peter Bergner <b [...]
new 6f0b1062224 PR libstdc++/59568 don't use putback or update value when e [...]
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:
libstdc++-v3/ChangeLog | 9 +
libstdc++-v3/include/std/complex | 10 +-
.../complex/inserters_extractors/char/59568.cc | 191 +++++++++++++++++++++
3 files changed, 206 insertions(+), 4 deletions(-)
create mode 100644 libstdc++-v3/testsuite/26_numerics/complex/inserters_extractors [...]
--
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 gcc-6-branch
in repository gcc.
from daed38a6d3d Daily bump.
new bdc57113d1c PR libstdc++/59568 don't use putback or update value when e [...]
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:
libstdc++-v3/ChangeLog | 9 +
libstdc++-v3/include/std/complex | 10 +-
.../complex/inserters_extractors/char/59568.cc | 191 +++++++++++++++++++++
3 files changed, 206 insertions(+), 4 deletions(-)
create mode 100644 libstdc++-v3/testsuite/26_numerics/complex/inserters_extractors [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.