This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 955bbdf11 Fix debugserver accepting remote connections
new 6acb014ca Fixing LLDB build after refactoring of clang's MacroInfo
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/ExpressionParser/Clang/ClangModulesDeclVendor.cpp | 8 ++++----
1 file changed, 4 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 glibc.
from ae5c498d93 Extend NSS test suite
new 91ac3a7d84 powerpc: Fix float128 IFUNC relocations [BZ #21707]
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:
ChangeLog | 27 +++++
csu/libc-start.c | 11 +-
elf/rtld.c | 4 +-
.../aarch64/libc-start.c => generic/libc-start.h} | 20 ++--
sysdeps/powerpc/Makefile | 10 +-
sysdeps/powerpc/powerpc64le/Makefile | 10 ++
.../tst-tlsifunc-static.c} | 6 +-
sysdeps/powerpc/tst-tlsifunc.c | 129 +++++++++++++++++++++
.../{aarch64/libc-start.c => powerpc/libc-start.h} | 19 +--
9 files changed, 210 insertions(+), 26 deletions(-)
copy sysdeps/{unix/sysv/linux/aarch64/libc-start.c => generic/libc-start.h} (67%)
copy sysdeps/{x86_64/multiarch/strcmp-sse4_2.S => powerpc/tst-tlsifunc-static.c} (88%)
create mode 100644 sysdeps/powerpc/tst-tlsifunc.c
copy sysdeps/unix/sysv/linux/{aarch64/libc-start.c => powerpc/libc-start.h} (69%)
--
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 ebe8bde593 Update use of llvm::CallingConv:X86_64_Win64 after LLVM comm [...]
new ba419afb84 [AArch64] Add support for __builtin_ms_va_list on aarch64
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-c/Index.h | 2 +-
include/clang/Basic/Builtins.def | 5 +++
include/clang/Basic/BuiltinsX86.def | 5 ---
include/clang/Basic/DiagnosticSemaKinds.td | 4 +-
include/clang/Basic/Specifiers.h | 2 +-
lib/AST/ItaniumMangle.cpp | 2 +-
lib/AST/MicrosoftMangle.cpp | 2 +-
lib/AST/Type.cpp | 2 +-
lib/AST/TypePrinter.cpp | 2 +-
lib/Basic/Targets.cpp | 6 ++-
lib/CodeGen/CGBuiltin.cpp | 52 ++++++++++++-----------
lib/CodeGen/CGCall.cpp | 4 +-
lib/CodeGen/CGDebugInfo.cpp | 2 +-
lib/Sema/SemaChecking.cpp | 17 ++++----
lib/Sema/SemaDeclAttr.cpp | 2 +-
test/CodeGen/ms_abi_aarch64.c | 68 ++++++++++++++++++++++++++++++
test/Sema/varargs-aarch64.c | 11 +++++
test/Sema/varargs-x86-32.c | 2 +-
tools/libclang/CXType.cpp | 2 +-
19 files changed, 138 insertions(+), 54 deletions(-)
create mode 100644 test/CodeGen/ms_abi_aarch64.c
create mode 100644 test/Sema/varargs-aarch64.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 compiler-rt.
from c8095ce74 Add MemoryMappedSection struct for two-level memory map iteration
new f36d180d7 Introduce SANITIZER_NETBSD in sanitizer_platform.h
new 0d60e8eeb Add NetBSD support in platform_interceptors.h
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:
lib/sanitizer_common/sanitizer_platform.h | 11 ++-
.../sanitizer_platform_interceptors.h | 98 +++++++++++++---------
2 files changed, 66 insertions(+), 43 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 2c87406eb [codeview] Remove TypeServerHandler and PDBTypeServerHandler
new 944538cc3 Fix tests for .ctors/.dtors.
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/ELF/Inputs/ctors_dtors_priority1.s | 4 ++--
test/ELF/Inputs/ctors_dtors_priority2.s | 4 ++--
test/ELF/Inputs/ctors_dtors_priority3.s | 4 ++--
test/ELF/ctors_dtors_priority.s | 31 +++++++++++++++++++------------
4 files changed, 25 insertions(+), 18 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 53034fb6bdf [codeview] Remove TypeServerHandler and PDBTypeServerHandler
new afcf19db87a [codeview] Don't use the type visitor to merge types
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/DebugInfo/CodeView/TypeStreamMerger.cpp | 129 +++++++++++++---------------
1 file changed, 58 insertions(+), 71 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 1e7750759be [AArch64][Falkor] Address some stylistic review comments. NFC.
new 53034fb6bdf [codeview] Remove TypeServerHandler and PDBTypeServerHandler
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/DebugInfo/CodeView/CVTypeVisitor.h | 16 +-
.../llvm/DebugInfo/CodeView/TypeServerHandler.h | 38 -----
include/llvm/DebugInfo/CodeView/TypeStreamMerger.h | 8 +-
.../DebugInfo/PDB/Native/PDBTypeServerHandler.h | 46 ------
lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 77 +--------
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 32 ++--
lib/DebugInfo/PDB/CMakeLists.txt | 1 -
lib/DebugInfo/PDB/Native/PDBTypeServerHandler.cpp | 125 --------------
lib/DebugInfo/PDB/Native/TpiStream.cpp | 1 -
tools/llvm-pdbutil/llvm-pdbutil.cpp | 4 +-
tools/llvm-readobj/COFFDumper.cpp | 3 +-
.../DebugInfo/CodeView/RandomAccessVisitorTest.cpp | 3 +-
unittests/DebugInfo/PDB/CMakeLists.txt | 3 +-
unittests/DebugInfo/PDB/TypeServerHandlerTest.cpp | 183 ---------------------
14 files changed, 32 insertions(+), 508 deletions(-)
delete mode 100644 include/llvm/DebugInfo/CodeView/TypeServerHandler.h
delete mode 100644 include/llvm/DebugInfo/PDB/Native/PDBTypeServerHandler.h
delete mode 100644 lib/DebugInfo/PDB/Native/PDBTypeServerHandler.cpp
delete mode 100644 unittests/DebugInfo/PDB/TypeServerHandlerTest.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 9d624081a [ELF] Use stable_sort for compareByFilePosition
new 2c87406eb [codeview] Remove TypeServerHandler and PDBTypeServerHandler
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:
COFF/PDB.cpp | 12 ++----------
test/COFF/pdb-type-server-missing.yaml | 3 +++
2 files changed, 5 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 hjl/pr21744/master
in repository glibc.
discards 894a306f95 Don't all __access_noerrno with stack protector from __tunab [...]
adds 512d245bc3 Add HWCAP_ macros from Linux 4.12 to AArch64 bits/hwcap.h.
adds 3261ddfc14 Write "Latin" in title case in "title" in hif_FJ locale
adds 7317a97020 Fix yesexpr in new agr_PE locale
adds 6eb5f3b7c7 Use U+02BB MODIFIER LETTER TURNED COMMA instead of U+0027 AP [...]
adds 204b3d4d20 Fix country_name in li_NL
adds 48145e1c7d hppa: Fix clone exit syscall argument passing (BZ#21512)
adds ae5c498d93 Extend NSS test suite
new d1145c6980 Don't call __access_noerrno with stack protector from __tuna [...]
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 (894a306f95)
\
N -- N -- N refs/heads/hjl/pr21744/master (d1145c6980)
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:
ChangeLog | 26 ++
elf/dl-support.c | 1 +
localedata/ChangeLog | 17 ++
localedata/locales/agr_PE | 4 +-
localedata/locales/hif_FJ | 2 +-
localedata/locales/li_NL | 3 +-
localedata/locales/to_TO | 8 +-
nss/Makefile | 27 +-
nss/nss_test.h | 308 ++++++++++++++++++++
nss/nss_test.ver | 4 +
nss/nss_test1.c | 311 ++++++++++++++++-----
.../float128/float1282mpn.c => nss/nss_test2.c | 6 +-
nss/tst-nss-test1.c | 76 ++++-
nss/tst-nss-test2.c | 136 +++++++++
nss/tst-nss-test3.c | 150 ++++++++++
nss/tst-nss-test4.c | 137 +++++++++
nss/tst-nss-test5.c | 108 +++++++
shlib-versions | 1 +
sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h | 3 +
sysdeps/unix/sysv/linux/hppa/clone.S | 2 +-
20 files changed, 1226 insertions(+), 104 deletions(-)
create mode 100644 nss/nss_test.h
create mode 100644 nss/nss_test.ver
copy sysdeps/ieee754/float128/float1282mpn.c => nss/nss_test2.c (85%)
create mode 100644 nss/tst-nss-test2.c
create mode 100644 nss/tst-nss-test3.c
create mode 100644 nss/tst-nss-test4.c
create mode 100644 nss/tst-nss-test5.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 llvm.
from 6c132cb7499 [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well
new 1e7750759be [AArch64][Falkor] Address some stylistic review comments. 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:
lib/Target/AArch64/AArch64FalkorHWPFFix.cpp | 30 ++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.