This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2bd18ec1734 [X86][ADX] Regenerate ADX intrinsics tests
new 15ccbc58e59 [llvm-dwarfdump] Hide .debug_str and DIE reference offsets [...]
new b251a7588a5 IR: Make stripDebugInfo robust against (invalid) empty basi [...]
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/DebugInfo/DWARF/DWARFFormValue.h | 3 +-
lib/DebugInfo/DWARF/DWARFDie.cpp | 18 ++--
lib/DebugInfo/DWARF/DWARFFormValue.cpp | 7 +-
lib/IR/DebugInfo.cpp | 3 +
test/tools/llvm-dwarfdump/X86/brief.s | 144 +++++++++++++++++++++-----
5 files changed, 134 insertions(+), 41 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 release_50
in repository llvm.
from 33d9c6a2533 Merging r310066: ------------------------------------------ [...]
new 7a5a1a849a5 Merging r311087: ------------------------------------------ [...]
new 492a29828ef Merging r310262: ------------------------------------------ [...]
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/DebugInfo/DWARF/DWARFVerifier.cpp | 8 ++--
.../Instrumentation/DataFlowSanitizer.cpp | 10 ++++
.../Inputs/shadow-args-abilist.txt | 8 ++++
test/Instrumentation/DataFlowSanitizer/abilist.ll | 10 ++--
.../DataFlowSanitizer/shadow-args-zext.ll | 54 ++++++++++++++++++++++
5 files changed, 81 insertions(+), 9 deletions(-)
create mode 100644 test/Instrumentation/DataFlowSanitizer/Inputs/shadow-args-abilist.txt
create mode 100644 test/Instrumentation/DataFlowSanitizer/shadow-args-zext.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 llvm.
from 47b90a07c72 fix typos in comments; NFC
new 2bd18ec1734 [X86][ADX] Regenerate ADX intrinsics tests
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/CodeGen/X86/adx-intrinsics.ll | 151 ++++++++++++++++++++++++++-----------
1 file changed, 106 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 release_50
in repository clang.
from ae3d7833d0 Merging r310776: ------------------------------------------- [...]
new 502461a8c9 Merging r311115: ------------------------------------------- [...]
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/AST/ExprConstant.cpp | 2 ++
test/SemaCXX/constant-expression-cxx1y.cpp | 6 ++++++
2 files changed, 8 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.
from 433560bf06 [Sema] Don't emit -Wunguarded-availability for switch cases
new 5ce0ae8c6a [clang-diff] Move the JSON export function to clang-diff
new ee444f1e76 [clang-diff] Move printing of matches and changes to clang-diff
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/clang/Tooling/ASTDiff/ASTDiff.h | 68 ++---
include/clang/Tooling/ASTDiff/ASTDiffInternal.h | 2 +
lib/Tooling/ASTDiff/ASTDiff.cpp | 364 +++++++++++-------------
test/Tooling/clang-diff-basic.cpp | 18 +-
test/Tooling/clang-diff-json.cpp | 27 ++
test/lit.cfg | 1 +
test/lit.site.cfg.in | 1 +
tools/clang-diff/ClangDiff.cpp | 136 ++++++++-
8 files changed, 368 insertions(+), 249 deletions(-)
create mode 100644 test/Tooling/clang-diff-json.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 hjl/pr18822
in repository glibc.
discards 164061e737 Mark internal unistd.h functions with attribute_hidden [BZ #18822]
discards 39d0805650 Mark internal argz functions with attribute_hidden [BZ #18822]
discards c75a944493 Mark internal argp functions with attribute_hidden [BZ #18822]
discards 2546cb10b5 Mark ____wcsto*_l_internal functions with attribute_hidden [ [...]
discards 56b39a518f Mark __internal_statvfs[64] with attribute_hidden [BZ #18822]
discards b37dedb40a Mark 3 *_internal functions with attribute_hidden [BZ #18822]
discards 695abbdf69 Mark internal functions with attribute_hidden [BZ #18822]
adds c22845744c Consolidate non cancellable open call
adds a3fe6a20bf Update nss tests to new skeleton
adds 486afa6d27 Use the range notation in charmaps/UTF-8 for all ranges of n [...]
adds 098b9dd468 x86-64: Check FMA_Usable in ifunc-mathvec-avx2.h [BZ #21966]
adds a748eb31c1 Consolidate non cancellable read call
adds c647fb885c Consolidate non cancellable write call
adds 47a67213a9 Do not use __builtin_types_compatible_p in C++ mode (bug 21930)
adds 6913ad65e0 Do not use generic selection in C++ mode
adds 62753d2c09 Add NT_GNU_PROPERTY_TYPE_0 macros
adds 65a086db91 Mark internal argz functions with attribute_hidden [BZ #18822]
new 681208b48d Mark internal functions with attribute_hidden [BZ #18822]
new 61fc22c5a5 Mark 3 *_internal functions with attribute_hidden [BZ #18822]
new 103e7a4f03 Mark __internal_statvfs[64] with attribute_hidden [BZ #18822]
new c0b4dad408 Mark ____wcsto*_l_internal functions with attribute_hidden [ [...]
new 8cba4573f6 Mark internal argp functions with attribute_hidden [BZ #18822]
new 5befb64630 Mark internal unistd.h functions with attribute_hidden [BZ #18822]
new aa8344ac8c Mark internal grp/pwd/shadow functions with attribute_hidden [...]
new 347991760e x86: Mark VDSO_SYMBOL(getcpu) with attribute_hidden [BZ #18822]
new 0f6d11758f x86-64: Mark internal symbols with attribute_hidden [BZ #18822]
new 8f53280430 Mark __dso_handle as hidden [BZ #18822]
new a01cad1962 Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]
new d9891da116 Mark internal nss symbols with attribute_hidden [BZ #18822]
new eadd96f82d Mark internal wchar functions with attribute_hidden [BZ #18822]
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 (164061e737)
\
N -- N -- N refs/heads/hjl/pr18822 (eadd96f82d)
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 13 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 | 193 +
catgets/open_catalog.c | 6 +-
csu/check_fds.c | 2 +-
csu/libc-start.c | 2 +-
dlfcn/modatexit.c | 2 -
dlfcn/modcxaatexit.c | 1 -
dlfcn/tstatexit.c | 8 -
dlfcn/tstcxaatexit.c | 8 -
elf/dl-open.c | 3 +-
elf/elf.h | 56 +
gmon/gmon.c | 8 +-
grp/initgroups.c | 2 +-
iconv/gconv_cache.c | 2 +-
include/argz.h | 35 +-
include/grp.h | 6 +-
include/pwd.h | 6 +-
include/shadow.h | 7 +-
include/stdlib.h | 4 +
include/sys/statvfs.h | 8 -
include/wchar.h | 38 +-
intl/loadmsgcat.c | 4 +-
libio/fileops.c | 6 +-
locale/loadarchive.c | 6 +-
locale/loadlocale.c | 6 +-
localedata/ChangeLog | 6 +
localedata/charmaps/UTF-8 | 113545 +-----------------
login/utmp_file.c | 18 +-
malloc/mtrace.c | 3 +-
math/math.h | 8 +-
misc/daemon.c | 2 +-
misc/sys/cdefs.h | 19 +-
nptl/pthread_atfork.c | 7 +-
nptl/tst-atfork2mod.c | 1 -
nss/bug17079.c | 23 +-
nss/getXXent.c | 2 +-
nss/nss_db/db-open.c | 2 +-
nss/nsswitch.h | 2 +-
nss/test-digits-dots.c | 5 +-
nss/test-netdb.c | 7 +-
nss/tst-field.c | 5 +-
nss/tst-nss-getpwent.c | 19 +-
nss/tst-nss-static.c | 5 +-
nss/tst-nss-test1.c | 5 +-
nss/tst-nss-test2.c | 5 +-
nss/tst-nss-test3.c | 6 +-
nss/tst-nss-test4.c | 6 +-
nss/tst-nss-test5.c | 5 +-
posix/wordexp-test.c | 4 +-
stdio-common/psiginfo.c | 2 +-
stdlib/at_quick_exit.c | 7 +-
stdlib/atexit.c | 8 +-
stdlib/tst-tls-atexit-lib.c | 2 -
string/argz.h | 26 -
sysdeps/generic/not-cancel.h | 12 +-
sysdeps/mach/hurd/opendir.c | 2 +-
sysdeps/posix/libc_fatal.c | 2 +-
sysdeps/posix/opendir.c | 4 +-
sysdeps/posix/spawni.c | 4 +-
sysdeps/unix/sysv/linux/Versions | 2 +
sysdeps/unix/sysv/linux/fips-private.h | 4 +-
sysdeps/unix/sysv/linux/fstatvfs.c | 2 +-
sysdeps/unix/sysv/linux/fstatvfs64.c | 2 +-
sysdeps/unix/sysv/linux/gethostid.c | 8 +-
sysdeps/unix/sysv/linux/getloadavg.c | 4 +-
sysdeps/unix/sysv/linux/getlogin_r.c | 4 +-
sysdeps/unix/sysv/linux/getsysstats.c | 10 +-
sysdeps/unix/sysv/linux/grantpt.c | 4 +-
sysdeps/unix/sysv/linux/i386/smp.h | 4 +-
sysdeps/unix/sysv/linux/ia64/has_cpuclock.c | 4 +-
sysdeps/unix/sysv/linux/internal_statvfs.c | 2 +-
.../unix/sysv/linux/internal_statvfs.h | 13 +-
sysdeps/unix/sysv/linux/libc_fatal.c | 8 +-
sysdeps/unix/sysv/linux/malloc-sysdep.h | 6 +-
sysdeps/unix/sysv/linux/not-cancel.h | 40 +-
sysdeps/unix/sysv/linux/open.c | 21 +
sysdeps/unix/sysv/linux/open64.c | 38 +-
sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c | 2 +-
sysdeps/unix/sysv/linux/pthread_getname.c | 4 +-
sysdeps/unix/sysv/linux/pthread_setname.c | 4 +-
sysdeps/unix/sysv/linux/read.c | 12 +
sysdeps/unix/sysv/linux/spawni.c | 2 +-
sysdeps/unix/sysv/linux/statvfs.c | 2 +-
sysdeps/unix/sysv/linux/statvfs64.c | 2 +-
sysdeps/unix/sysv/linux/sysconf.c | 4 +-
sysdeps/unix/sysv/linux/write.c | 12 +
sysdeps/unix/sysv/linux/x86/libc-vdso.h | 3 +-
sysdeps/unix/sysv/linux/x86_64/init-first.c | 3 +-
sysdeps/unix/sysv/linux/x86_64/makecontext.c | 2 +-
sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx2.h | 3 +-
89 files changed, 880 insertions(+), 113549 deletions(-)
copy bits/huge_val_flt128.h => sysdeps/unix/sysv/linux/internal_statvfs.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 aoliva/SFN
in repository gcc.
from 514e021fd52 IEPM: skip builtin-location markers, fix typo
new fa97508ea8c SFN: check INSN_VAR_LOCATION_DECL consistently
new f6ea443f61d SFN: drop rtx_writer::print_rtx support for earlier begin s [...]
new 8a462bd0b86 SFN+IEPM: rename debug_statement_frontiers opt flag to debu [...]
The 3 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/c/c-parser.c | 2 +-
gcc/common.opt | 4 ++--
gcc/cp/parser.c | 2 +-
gcc/dwarf2out.c | 6 +++---
gcc/function.c | 2 +-
gcc/loop-unroll.c | 1 +
gcc/print-rtl.c | 4 +---
gcc/rtl.h | 2 +-
gcc/toplev.c | 4 ++--
gcc/tree-inline.c | 2 +-
gcc/tree-ssa-live.c | 4 ++--
gcc/tree.h | 3 +--
12 files changed, 17 insertions(+), 19 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 release_50
in repository llvm.
from 6c71d138bc3 Merging r310498: ------------------------------------------ [...]
new 33d9c6a2533 Merging r310066: ------------------------------------------ [...]
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/AArch64LoadStoreOptimizer.cpp | 19 +++-
.../AArch64/arm64-ldst-unscaled-pre-post.mir | 115 +++++++++++++++++++++
2 files changed, 132 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AArch64/arm64-ldst-unscaled-pre-post.mir
--
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 3686d78a5c2 [PGO] Fixed assertion due to mismatched memcpy size type.
new 47b90a07c72 fix typos in 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:
include/llvm/Analysis/ValueTracking.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.