This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 8856048c38 Revert r308327
new e21c0578a4 Don't set TUScope to null when generating a module in increm [...]
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/Sema/Sema.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 lnt.
from efebf1c Set `lnt runserver` logger to info; Print external testsuite [...]
new 81e91ff Add info about auth keys and DELETE in the API
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:
docs/api.rst | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 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 e9ec240bfb4 [DAG] Avoid deleting nodes before combining them.
new 4ea9a7811e0 fix typos in a document; 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:
docs/CodingStandards.rst | 6 +++---
1 file 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 hl/pie/static
in repository glibc.
from f2cf7b332d Add _dl_setup_static_pie
new 7056c7ea9e Update _dl_setup_static_pie
new 3e2dcb0800 Remove hidden visibility from _dl_setup_static_pie
new 5009796d98 Use hidden attribute for HAVE_STATIC_PIE
new 9c2fea4b82 Don't change __symbol_set_attribute
The 4 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/dl-support.c | 1 -
include/libc-symbols.h | 3 ++-
sysdeps/generic/ldsodefs.h | 3 +--
3 files changed, 3 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 llvm.
from 5472b31175f AMDGPU: Annotate necessity of flat-scratch-init
new 5d7d0e869f7 llvm: add llvm-dlltool support to the archiver
new e9ec240bfb4 [DAG] Avoid deleting nodes before combining them.
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/Object/COFFModuleDefinition.h | 7 +-
.../llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h | 24 ++++
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 33 ++++-
lib/Object/ArchiveWriter.cpp | 3 +-
lib/Object/COFFImportFile.cpp | 117 +++++++++++++--
lib/Object/COFFModuleDefinition.cpp | 22 ++-
lib/Object/COFFObjectFile.cpp | 5 +-
lib/ToolDrivers/CMakeLists.txt | 1 +
lib/ToolDrivers/LLVMBuild.txt | 2 +-
lib/ToolDrivers/llvm-dlltool/CMakeLists.txt | 9 ++
lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp | 160 +++++++++++++++++++++
lib/ToolDrivers/{ => llvm-dlltool}/LLVMBuild.txt | 10 +-
lib/ToolDrivers/llvm-dlltool/Options.td | 26 ++++
test/CodeGen/X86/avx512-mask-op.ll | 5 +-
test/CodeGen/X86/pr32515.ll | 29 ++++
test/DllTool/coff-exports.def | 13 ++
test/DllTool/coff-weak-exports.def | 19 +++
test/DllTool/lit.local.cfg | 1 +
tools/llvm-ar/CMakeLists.txt | 2 +
tools/llvm-ar/llvm-ar.cpp | 6 +-
20 files changed, 453 insertions(+), 41 deletions(-)
create mode 100644 include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h
create mode 100644 lib/ToolDrivers/llvm-dlltool/CMakeLists.txt
create mode 100644 lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp
copy lib/ToolDrivers/{ => llvm-dlltool}/LLVMBuild.txt (80%)
create mode 100644 lib/ToolDrivers/llvm-dlltool/Options.td
create mode 100644 test/CodeGen/X86/pr32515.ll
create mode 100644 test/DllTool/coff-exports.def
create mode 100644 test/DllTool/coff-weak-exports.def
create mode 100644 test/DllTool/lit.local.cfg
--
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 95c5cdeb80 Add a warning for missing '#pragma pack (pop)' and suspiciou [...]
new 8856048c38 Revert r308327
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/DiagnosticGroups.td | 3 +-
include/clang/Basic/DiagnosticSemaKinds.td | 10 ------
include/clang/Sema/Sema.h | 31 +++--------------
include/clang/Serialization/ASTReader.h | 1 -
lib/Parse/ParsePragma.cpp | 9 ++---
lib/Sema/Sema.cpp | 54 ------------------------------
lib/Sema/SemaAttr.cpp | 37 +-------------------
lib/Serialization/ASTReader.cpp | 6 ++--
lib/Serialization/ASTWriter.cpp | 1 -
test/OpenMP/declare_simd_messages.cpp | 2 +-
test/PCH/pragma-pack.c | 30 ++++++++---------
test/PCH/suspicious-pragma-pack.c | 8 -----
test/Parser/pragma-options.c | 2 +-
test/Parser/pragma-options.cpp | 2 +-
test/Parser/pragma-pack.c | 2 +-
test/Sema/Inputs/pragma-pack1.h | 23 -------------
test/Sema/Inputs/pragma-pack2.h | 6 ----
test/Sema/pragma-pack.c | 5 ---
test/Sema/suspicious-pragma-pack.c | 44 ------------------------
test/SemaObjC/Inputs/empty.h | 1 -
test/SemaObjC/suspicious-pragma-pack.m | 6 ----
21 files changed, 30 insertions(+), 253 deletions(-)
delete mode 100644 test/PCH/suspicious-pragma-pack.c
delete mode 100644 test/Sema/Inputs/pragma-pack1.h
delete mode 100644 test/Sema/Inputs/pragma-pack2.h
delete mode 100644 test/Sema/suspicious-pragma-pack.c
delete mode 100644 test/SemaObjC/Inputs/empty.h
delete mode 100644 test/SemaObjC/suspicious-pragma-pack.m
--
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 149c4361fb [OPENMP] Generalization of sema analysis of reduction-based [...]
new 95c5cdeb80 Add a warning for missing '#pragma pack (pop)' and suspiciou [...]
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/DiagnosticGroups.td | 3 +-
include/clang/Basic/DiagnosticSemaKinds.td | 10 ++++++
include/clang/Sema/Sema.h | 31 ++++++++++++++---
include/clang/Serialization/ASTReader.h | 1 +
lib/Parse/ParsePragma.cpp | 9 +++--
lib/Sema/Sema.cpp | 54 ++++++++++++++++++++++++++++++
lib/Sema/SemaAttr.cpp | 37 +++++++++++++++++++-
lib/Serialization/ASTReader.cpp | 6 ++--
lib/Serialization/ASTWriter.cpp | 1 +
test/OpenMP/declare_simd_messages.cpp | 2 +-
test/PCH/pragma-pack.c | 30 ++++++++---------
test/PCH/suspicious-pragma-pack.c | 8 +++++
test/Parser/pragma-options.c | 2 +-
test/Parser/pragma-options.cpp | 2 +-
test/Parser/pragma-pack.c | 2 +-
test/Sema/Inputs/pragma-pack1.h | 23 +++++++++++++
test/Sema/Inputs/pragma-pack2.h | 6 ++++
test/Sema/pragma-pack.c | 5 +++
test/Sema/suspicious-pragma-pack.c | 44 ++++++++++++++++++++++++
test/SemaObjC/Inputs/empty.h | 1 +
test/SemaObjC/suspicious-pragma-pack.m | 6 ++++
21 files changed, 253 insertions(+), 30 deletions(-)
create mode 100644 test/PCH/suspicious-pragma-pack.c
create mode 100644 test/Sema/Inputs/pragma-pack1.h
create mode 100644 test/Sema/Inputs/pragma-pack2.h
create mode 100644 test/Sema/suspicious-pragma-pack.c
create mode 100644 test/SemaObjC/Inputs/empty.h
create mode 100644 test/SemaObjC/suspicious-pragma-pack.m
--
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 2071889dd30 [AArch64][Falkor] Avoid HW prefetcher tag collisions (step 2)
new da7ac1f435e AMDGPU: Figure out private memory regs after lowering
new 5472b31175f AMDGPU: Annotate necessity of flat-scratch-init
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/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp | 19 +++++-
lib/Target/AMDGPU/SIFrameLowering.cpp | 11 ++--
lib/Target/AMDGPU/SIISelLowering.cpp | 65 ++++++++++++-------
lib/Target/AMDGPU/SIISelLowering.h | 2 +
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 28 +++++----
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 5 +-
lib/Target/AMDGPU/SIRegisterInfo.cpp | 4 ++
lib/Target/AMDGPU/SIRegisterInfo.td | 13 +++-
.../AMDGPU/annotate-kernel-features-hsa-call.ll | 41 ++++++++++++
test/CodeGen/AMDGPU/scratch-simple.ll | 72 ++++++++++++++--------
.../vgpr-spill-emergency-stack-slot-compute.ll | 36 ++++++++---
.../AMDGPU/vgpr-spill-emergency-stack-slot.ll | 6 +-
12 files changed, 219 insertions(+), 83 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 hl/pie/static
in repository glibc.
discards 02cca6ac51 Add _dl_setup_static_pie
discards 6aa3d3ca9a Define pie-default/default-pie-ldflag for --enable-static-pie
new e30ee5627e Define pie-default/default-pie-ldflag for --enable-static-pie
new f2cf7b332d Add _dl_setup_static_pie
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 (02cca6ac51)
\
N -- N -- N refs/heads/hl/pie/static (f2cf7b332d)
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 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:
Makeconfig | 2 +-
1 file changed, 1 insertion(+), 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 hjl/pr21740
in repository glibc.
discards b13306f7e0 Add __stack_chk_fail_local alias only to libc.so [BZ #21740]
discards 6660ede768 Don't all __access_noerrno with stack protector from __tunab [...]
adds 2759a2c1d8 Fix failing sNaN tests on hppa.
adds 075385f98a Fix guard alignment in allocate_stack when stack grows up.
adds 32d9b0e7a6 Fix [BZ locale/19838].
adds 66cd050f26 Regenerate libc.pot
adds df3d455b23 Fix [BZ 20098].
adds 4d42d18029 Remove extra braces from sysdeps/hppa/__longjmp.c.
adds a363f70336 Remove _exit entry from sysdeps/unix/sysv/linux/hppa/localplt.data.
adds d71400dca6 Fix syscall cancellation on hppa.
adds 07f94b7a96 Fix __setcontext return value on hppa.
adds cc407f4e81 Fix stack offset for r19 load in __getcontext.
adds ce1917d0bf Add CFI annotation.
adds 1903b38c65 Return to caller if dl_fixup fails to resolve callee on hppa.
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
adds 91ac3a7d84 powerpc: Fix float128 IFUNC relocations [BZ #21707]
adds 00d7a37773 [AArch64] Fix out of bound array access regression
new 47d95763a3 Don't add stack_chk_fail_local.o to libc.a [BZ #21740]
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 (b13306f7e0)
\
N -- N -- N refs/heads/hjl/pr21740 (47d95763a3)
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 | 120 +++
config.h.in | 4 -
configure | 6 -
configure.ac | 3 -
csu/libc-start.c | 11 +-
debug/Makefile | 4 +
debug/stack_chk_fail.c | 4 -
elf/dl-support.c | 8 +-
elf/dl-tunables.c | 3 +-
elf/dl-tunables.h | 14 -
elf/rtld.c | 4 +-
io/access.c | 2 -
localedata/ChangeLog | 17 +
localedata/locales/agr_PE | 4 +-
localedata/locales/hif_FJ | 2 +-
localedata/locales/li_NL | 3 +-
localedata/locales/to_TO | 8 +-
nptl/allocatestack.c | 10 +-
nss/Makefile | 27 +-
nss/nss_test.h | 308 ++++++
nss/nss_test.ver | 4 +
nss/nss_test1.c | 311 ++++--
debug/stack_chk_fail.c => nss/nss_test2.c | 24 +-
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 ++
po/libc.pot | 1095 ++++++++++----------
shlib-versions | 1 +
.../generic/libc-start.h | 30 +-
sysdeps/hppa/__longjmp.c | 2 -
sysdeps/hppa/dl-fptr.c | 64 +-
sysdeps/hppa/dl-trampoline.S | 12 +
.../stack_chk_fail.c => sysdeps/hppa/math-tests.h | 24 +-
sysdeps/mach/hurd/access.c | 2 -
sysdeps/powerpc/Makefile | 10 +-
sysdeps/powerpc/powerpc64le/Makefile | 10 +
.../powerpc/tst-tlsifunc-static.c | 23 +-
sysdeps/powerpc/tst-tlsifunc.c | 129 +++
sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h | 3 +
sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h | 38 +-
sysdeps/unix/sysv/linux/access.c | 2 -
sysdeps/unix/sysv/linux/hppa/bits/shm.h | 2 +-
sysdeps/unix/sysv/linux/hppa/clone.S | 5 +-
sysdeps/unix/sysv/linux/hppa/getcontext.S | 5 +-
sysdeps/unix/sysv/linux/hppa/localplt.data | 1 -
sysdeps/unix/sysv/linux/hppa/pt-vfork.S | 3 +
sysdeps/unix/sysv/linux/hppa/setcontext.S | 5 +-
sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h | 47 +-
sysdeps/unix/sysv/linux/hppa/sysdep.h | 15 +-
.../unix/sysv/linux/powerpc/libc-start.h | 29 +-
52 files changed, 2173 insertions(+), 892 deletions(-)
create mode 100644 nss/nss_test.h
create mode 100644 nss/nss_test.ver
copy debug/stack_chk_fail.c => nss/nss_test2.c (61%)
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
copy debug/stack_chk_fail.c => sysdeps/generic/libc-start.h (61%)
copy debug/stack_chk_fail.c => sysdeps/hppa/math-tests.h (61%)
copy debug/stack_chk_fail.c => sysdeps/powerpc/tst-tlsifunc-static.c (61%)
create mode 100644 sysdeps/powerpc/tst-tlsifunc.c
copy debug/stack_chk_fail.c => sysdeps/unix/sysv/linux/powerpc/libc-start.h (62%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.