This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b905fdae0c2 [libFuzzer] simplify two more tests
new 2bc0cace0b8 Revert "[PEI] Separate saving and restoring CSRs into diffe [...]
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/PrologEpilogInserter.cpp | 117 ++++++++++++++++++++---------------
1 file changed, 66 insertions(+), 51 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 d76a2f16ee This feature allows the analyzer to consider loops to comple [...]
new 6005cae969 [StaticAnalyzer] Completely unrolling specific loops with kn [...]
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:
.../Core/PathSensitive/LoopUnrolling.h | 33 ++++
lib/StaticAnalyzer/Core/LoopUnrolling.cpp | 203 +++++++++++++++++++++
test/Analysis/loop-unrolling.cpp | 181 ++++++++++++++++++
3 files changed, 417 insertions(+)
create mode 100644 include/clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h
create mode 100644 lib/StaticAnalyzer/Core/LoopUnrolling.cpp
create mode 100644 test/Analysis/loop-unrolling.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 lnt.
from b59af57 Add machine->fieldchange relation
new 3a20ecb Spelling
new b3b9fdf Unused + whitespace cleanup
new 109fbc9 LNT API run roundtrips
new c999a1e Match the format of the rest of the file
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:
lnt/server/db/testsuitedb.py | 5 ++++-
lnt/server/ui/api.py | 40 +++++++++++++++++++++-----------------
tests/server/ui/test_api.py | 15 ++++++++------
tests/server/ui/test_api_modify.py | 11 ++++++-----
4 files changed, 41 insertions(+), 30 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/pie/static
in repository glibc.
discards cd7478ab2f Add _startup_sbrk and _startup_fatal
new f7e95b54a2 Add _startup_sbrk and _startup_fatal
new d7e33d1628 tunables: Use direct syscall for access (BZ#21744)
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 (cd7478ab2f)
\
N -- N -- N refs/heads/hjl/pie/static (d7e33d1628)
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:
elf/dl-tunables.c | 10 +++++++--
include/unistd.h | 7 ------
.../multiarch/bcopy-ia32.S => generic/not-errno.h} | 5 ++---
sysdeps/unix/sysv/linux/access.c | 15 -------------
.../linux/{open_by_handle_at.c => not-errno.h} | 25 ++++++++--------------
5 files changed, 19 insertions(+), 43 deletions(-)
copy sysdeps/{i386/i686/multiarch/bcopy-ia32.S => generic/not-errno.h} (86%)
copy sysdeps/unix/sysv/linux/{open_by_handle_at.c => not-errno.h} (63%)
--
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 2018ef80ae PR ld/16656: Add missing annotation to the relevant ChangeLo [...]
new 8e8f892f70 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-8.0-branch
in repository binutils-gdb.
from 25332436f3 Automatic date update in version.in
new 178ce89b07 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_29-branch
in repository binutils-gdb.
from 5d93f652c9 Automatic date update in version.in
new de287d86dd Automatic date update in version.in
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:
bfd/version.h | 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 master
in repository llvm.
from 0775d243ea9 [AsmPrinter] Constify needsCFIMoves. NFC
new 98f9792e7ca [LLVM][llvm-objcopy] Added basic plumbing to get things started
new b905fdae0c2 [libFuzzer] simplify two more tests
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/Fuzzer/test/caller-callee.test | 2 +-
lib/Fuzzer/test/reduce_inputs.test | 4 +-
test/CMakeLists.txt | 1 +
test/tools/llvm-objcopy/basic-copy.test | 47 ++++
test/tools/llvm-objcopy/empty-section.s | 55 +++++
test/tools/llvm-objcopy/program-headers.test | 68 ++++++
tools/LLVMBuild.txt | 1 +
tools/llvm-objcopy/CMakeLists.txt | 9 +
tools/{ => llvm-objcopy}/LLVMBuild.txt | 43 +---
tools/llvm-objcopy/Object.cpp | 330 +++++++++++++++++++++++++++
tools/llvm-objcopy/Object.h | 148 ++++++++++++
tools/llvm-objcopy/llvm-objcopy.cpp | 99 ++++++++
tools/llvm-objcopy/llvm-objcopy.h | 32 +++
13 files changed, 798 insertions(+), 41 deletions(-)
create mode 100644 test/tools/llvm-objcopy/basic-copy.test
create mode 100644 test/tools/llvm-objcopy/empty-section.s
create mode 100644 test/tools/llvm-objcopy/program-headers.test
create mode 100644 tools/llvm-objcopy/CMakeLists.txt
copy tools/{ => llvm-objcopy}/LLVMBuild.txt (53%)
create mode 100644 tools/llvm-objcopy/Object.cpp
create mode 100644 tools/llvm-objcopy/Object.h
create mode 100644 tools/llvm-objcopy/llvm-objcopy.cpp
create mode 100644 tools/llvm-objcopy/llvm-objcopy.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 clang.
from f4040a42bf [X86] Put avx512vpopcntdq in the right spot in the validateC [...]
new d76a2f16ee This feature allows the analyzer to consider loops to comple [...]
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:
.../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 9 +++++++-
.../Checkers/ExprInspectionChecker.cpp | 1 +
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 6 ++++++
lib/StaticAnalyzer/Core/CMakeLists.txt | 2 ++
lib/StaticAnalyzer/Core/ExprEngine.cpp | 24 +++++++++++++++++++++-
test/Analysis/analyzer-config.c | 3 ++-
test/Analysis/analyzer-config.cpp | 3 ++-
7 files changed, 44 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 hjl/pr21744/master
in repository glibc.
discards d1145c6980 Don't call __access_noerrno with stack protector from __tuna [...]
adds 91ac3a7d84 powerpc: Fix float128 IFUNC relocations [BZ #21707]
adds 00d7a37773 [AArch64] Fix out of bound array access regression
adds 0757b139fc Fix or add int_select international_call_prefixes
adds 82e0660050 [AArch64] Update dl-procinfo for new HWCAP flags in Linux 4.12
adds 2b4fca86d7 Don't add stack_chk_fail_local.o to libc.a [BZ #21740]
adds 47f2739659 i386: Test memmove_chk and memset_chk only in libc.so [BZ #21741]
adds 43cd85db51 Fix consistency in country_isbn in various locales and add c [...]
adds 3f31d8bbad Fix country_post "Country Postal Abbreviations"
adds 4f329ea996 Add country_name to iu_CA locale
adds f8cef4d07d Fix cast-after-dereference
adds d500130f31 alpha: Fix clone exit syscall argument passing (BZ#21512)
new f07ef0c517 tunables: Use direct syscall for access (BZ#21744)
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 (d1145c6980)
\
N -- N -- N refs/heads/hjl/pr21744/master (f07ef0c517)
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 | 60 ++++++++++
config.h.in | 4 -
configure | 6 -
configure.ac | 3 -
csu/libc-start.c | 11 +-
debug/Makefile | 4 +
elf/dl-support.c | 9 +-
elf/dl-tunables.c | 5 +-
elf/dl-tunables.h | 14 ---
elf/rtld.c | 4 +-
grp/grp-merge.c | 2 +-
include/unistd.h | 7 --
io/access.c | 2 -
localedata/ChangeLog | 43 +++++++
localedata/locales/ar_AE | 3 +-
localedata/locales/ar_BH | 2 +-
localedata/locales/ar_IQ | 2 +-
localedata/locales/bo_CN | 2 +-
localedata/locales/cy_GB | 2 +-
localedata/locales/es_CU | 6 +-
localedata/locales/fa_IR | 2 +-
localedata/locales/hy_AM | 2 +-
localedata/locales/iu_CA | 5 +-
localedata/locales/ja_JP | 2 +
localedata/locales/lg_UG | 4 +-
localedata/locales/mn_MN | 2 +-
localedata/locales/nan_TW@latin | 4 +-
localedata/locales/nr_ZA | 4 +-
localedata/locales/om_KE | 3 +-
localedata/locales/ps_AF | 2 +-
localedata/locales/sm_WS | 4 +-
localedata/locales/sr_RS | 5 +-
localedata/locales/sr_RS@latin | 4 +-
localedata/locales/ug_CN | 2 +-
localedata/locales/yue_HK | 2 +-
localedata/locales/zh_CN | 2 +-
localedata/locales/zh_TW | 4 +-
.../aarch64/libc-start.c => generic/libc-start.h} | 20 ++--
.../float1282mpn.c => generic/not-errno.h} | 5 +-
sysdeps/i386/i686/multiarch/ifunc-impl-list.c | 4 +
sysdeps/mach/hurd/access.c | 2 -
sysdeps/powerpc/Makefile | 10 +-
sysdeps/powerpc/powerpc64le/Makefile | 10 ++
.../tst-tlsifunc-static.c} | 6 +-
sysdeps/powerpc/tst-tlsifunc.c | 129 +++++++++++++++++++++
sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c | 6 +-
sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h | 40 ++-----
sysdeps/unix/sysv/linux/access.c | 17 ---
sysdeps/unix/sysv/linux/alpha/clone.S | 1 +
.../linux/{open_by_handle_at.c => not-errno.h} | 25 ++--
.../{aarch64/libc-start.c => powerpc/libc-start.h} | 19 +--
51 files changed, 362 insertions(+), 176 deletions(-)
copy sysdeps/{unix/sysv/linux/aarch64/libc-start.c => generic/libc-start.h} (67%)
copy sysdeps/{ieee754/float128/float1282mpn.c => generic/not-errno.h} (86%)
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/{open_by_handle_at.c => not-errno.h} (63%)
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.