This is an automated email from the git hooks/post-receive script.
git pushed a change to branch master
in repository lldb.
from cb2f9f4 Fixed a crash if a FunctionDecl couldn't be imported.
new 1bb838a Remove a should have been deleted extra assignment to a varia [...]
new 3db99a8 Some changes to prevent searching down the stack for saved re [...]
new f0bd4e1 Work around android-arm NDK bug exposed by rL269992
new 653b6ee [LLDB][MIPS] Fix floating point handling in case of thread step-out
new 0b395ae [LLDB][MIPS] Fix Floating point Registers Encoding
new 54fb91c Revert rL270207: "[LLDB][MIPS] Fix floating point handling in [...]
new 6a7a908 Adopt mmap flags that allow mmap'ed memory to be less crash prone.
new cc41cb8 Fix an incorrectly used locking in HistoryThread and HistoryU [...]
new 91611a7 Revert r270358 ("Fix an incorrectly used locking in HistoryTh [...]
new b3094ba A better fix of incorrectly used locking in HistoryThread and [...]
new 92e76ad Reword ThreadSanitizer message for invalid mutex reports.
new 2b3a656 Reword ThreadSanitizer messages to use a lowercase 't' in thr [...]
new 428759a SymbolFile: remove an unused variable
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:
cmake/platforms/Android.cmake | 12 ++++++-
.../tsan/multiple/TestTsanMultiple.py | 2 +-
source/Core/DataBufferMemoryMap.cpp | 27 +++++++++++++--
.../ThreadSanitizer/ThreadSanitizerRuntime.cpp | 12 +++----
source/Plugins/Process/Utility/HistoryThread.cpp | 2 +-
source/Plugins/Process/Utility/HistoryUnwind.cpp | 2 +-
.../Process/Utility/RegisterContextLLDB.cpp | 39 +++++++++++++++------
.../Plugins/Process/Utility/RegisterInfos_mips.h | 15 +++++---
.../Plugins/Process/Utility/RegisterInfos_mips64.h | 11 ++++--
.../SymbolFile/DWARF/DWARFASTParserJava.cpp | 3 +-
source/Target/ThreadPlanShouldStopHere.cpp | 40 +++++++++++-----------
11 files changed, 113 insertions(+), 52 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.
git pushed a change to branch master
in repository libcxx.
from 14273e8 Cleanup superfluous std:: qualifiers in <type_traits>
new fc1962d Reorganize locale extension fallbacks. NFCI
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/support/android/locale_bionic.h | 4 +-
include/support/newlib/xlocale.h | 13 +-
include/support/xlocale/__posix_l_fallback.h | 165 ++++++++++++++++++++++
include/support/xlocale/__strtonum_fallback.h | 56 ++++++++
include/support/xlocale/xlocale.h | 194 --------------------------
5 files changed, 225 insertions(+), 207 deletions(-)
create mode 100644 include/support/xlocale/__posix_l_fallback.h
create mode 100644 include/support/xlocale/__strtonum_fallback.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.
git pushed a change to branch release_38
in repository compiler-rt.
from 2cd1186 Merging rL260946: ------------------------------------------- [...]
new 39fb811 Merging r262581: -------------------------------------------- [...]
new bf1e4fa Merging r263000: -------------------------------------------- [...]
new 85e5a93 Merging r263199: -------------------------------------------- [...]
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:
lib/sanitizer_common/sanitizer_platform.h | 15 +++++++++++++++
lib/sanitizer_common/tests/sanitizer_ioctl_test.cc | 6 ++++--
test/lsan/TestCases/use_registers.cc | 5 +++++
3 files changed, 24 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.
git pushed a change to branch master
in repository compiler-rt.
from 0262037 Revert "[sanitizer] Move *fstat to the common interceptors"
new 3106ed0 [profile] entry eviction support in value profiler
new 1f364db Small typo and whitespace fix.
new 0833103 Add #include for PS4 getenv shim.
new 879099e [profile] Remove anther malloc use
new 66836a0 [profile] PROF_ERR, PROF_WARN
new a5ce2f6 Fix bot failure
new 8ff78a0 Use C-style comment.
new 7680476 [powerpc] mark static_tls.cc test as UNSUPPORTED on powerpc64
new 920004a [esan] Extend shadow mapping to cover low libraries
new a993ee9 [esan] Add custom flag support
new d5c53cc [tsan] Don't abort when a deadlock detector finds a mutex cyc [...]
new b5331be [profile] Static counter allocation for value profiling (part-2)
new 46e7db1 Fix typo
new bad609b Fix a typo (darwin only)
new 2ce1c18 bug fix: trim section specifier name length
new e74f92f [profile] initialize static pool properly
new 1de246f [sanitizer] Don't use -fomit-frame-pointer in COMPILER_RT_DEB [...]
The 17 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:
CMakeLists.txt | 4 +-
lib/esan/CMakeLists.txt | 1 +
lib/esan/esan.cpp | 38 +++---
lib/esan/esan_flags.cpp | 58 +++++++++
lib/esan/esan_flags.h | 41 ++++++
lib/esan/esan_flags.inc | 25 ++++
lib/esan/esan_shadow.h | 37 +++---
lib/profile/InstrProfData.inc | 12 +-
lib/profile/InstrProfiling.h | 6 +-
lib/profile/InstrProfilingFile.c | 14 +-
lib/profile/InstrProfilingInternal.h | 7 +
lib/profile/InstrProfilingPlatformDarwin.c | 17 +++
lib/profile/InstrProfilingPlatformLinux.c | 16 +++
lib/profile/InstrProfilingPlatformOther.c | 11 ++
lib/profile/InstrProfilingPort.h | 6 +-
lib/profile/InstrProfilingValue.c | 93 ++++++++++++--
.../sanitizer_deadlock_detector1.cc | 9 +-
.../sanitizer_deadlock_detector_interface.h | 2 +-
test/asan/TestCases/Linux/static_tls.cc | 2 +
test/esan/TestCases/mmap-shadow-conflict.c | 2 +-
test/esan/TestCases/verbose-simple.c | 2 +-
test/profile/Inputs/instrprof-value-prof-evict.c | 141 +++++++++++++++++++++
test/profile/Inputs/instrprof-value-prof-real.c | 8 +-
test/profile/Linux/instrprof-merge-vp.c | 2 +-
test/profile/instrprof-error.c | 4 +-
test/profile/instrprof-value-prof-evict.test | 16 +++
test/profile/instrprof-value-prof-shared.test | 32 ++++-
test/profile/instrprof-value-prof.c | 2 +-
test/profile/instrprof-value-prof.test | 16 ++-
test/profile/instrprof-version-mismatch.c | 4 +-
test/tsan/mutex_cycle_long.c | 42 ++++++
31 files changed, 586 insertions(+), 84 deletions(-)
create mode 100644 lib/esan/esan_flags.cpp
create mode 100644 lib/esan/esan_flags.h
create mode 100644 lib/esan/esan_flags.inc
create mode 100644 test/profile/Inputs/instrprof-value-prof-evict.c
create mode 100644 test/profile/instrprof-value-prof-evict.test
create mode 100644 test/tsan/mutex_cycle_long.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.
git pushed a change to branch master
in repository clang-tools-extra.
from 6aef44b [include-fixer] Fix unused variable warning in Release builds.
new b25c7ec [find-all-symbol] Add macro support.
new 143cc34 [clang-tidy] Handle using-decls with more than one shadow decl.
new 238e81f [find-all-symbols] make HeaderMapCollector optional in FindAl [...]
new 3504854 [find-all-symbols] fixed FindAllMacros compilation error.
new 298c7be [clang-tidy] Add more descriptive comments and examples in mi [...]
new 4e8dff9 [find-all-symbol] Try to fix the failure windows unittest.
new 2a77e66 [find-all-symbols] fix failing unittest for Windows build bot.
new 768cc76 clang-rename: fix renaming members when referenced as macro a [...]
new ab0522f [find-all-symbol] Ignore inline namespace context.
new cd0a83c [find-all-symbols] Some cleanups in unittest.
new 3f89bf0 [clang-tidy] Switch to a more common way of customizing check [...]
new cb223d7 Fix docs
The 12 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-rename/USRLocFinder.cpp | 4 +-
clang-tidy/ClangTidyDiagnosticConsumer.cpp | 4 --
clang-tidy/ClangTidyDiagnosticConsumer.h | 3 -
clang-tidy/cert/CERTTidyModule.cpp | 5 ++
clang-tidy/misc/MoveConstructorInitCheck.cpp | 6 +-
clang-tidy/misc/UnusedUsingDeclsCheck.cpp | 73 ++++++++++++----------
clang-tidy/misc/UnusedUsingDeclsCheck.h | 15 ++++-
.../checks/misc-definitions-in-headers.rst | 49 ++++++++++++---
docs/clang-tidy/checks/modernize-avoid-bind.rst | 6 +-
include-fixer/find-all-symbols/CMakeLists.txt | 1 +
include-fixer/find-all-symbols/FindAllMacros.cpp | 46 ++++++++++++++
include-fixer/find-all-symbols/FindAllMacros.h | 47 ++++++++++++++
include-fixer/find-all-symbols/FindAllSymbols.cpp | 24 +++----
include-fixer/find-all-symbols/FindAllSymbols.h | 15 ++---
.../find-all-symbols/HeaderMapCollector.h | 2 +-
include-fixer/find-all-symbols/SymbolInfo.cpp | 3 +-
include-fixer/find-all-symbols/SymbolInfo.h | 3 +-
include-fixer/find-all-symbols/SymbolReporter.h | 30 +++++++++
.../find-all-symbols/tool/FindAllSymbolsMain.cpp | 12 ++--
test/clang-rename/MemberExprMacro.cpp | 25 ++++++++
test/clang-tidy/misc-unused-using-decls.cpp | 6 ++
.../find-all-symbols/FindAllSymbolsTests.cpp | 72 +++++++++++++++++----
22 files changed, 353 insertions(+), 98 deletions(-)
create mode 100644 include-fixer/find-all-symbols/FindAllMacros.cpp
create mode 100644 include-fixer/find-all-symbols/FindAllMacros.h
create mode 100644 include-fixer/find-all-symbols/SymbolReporter.h
create mode 100644 test/clang-rename/MemberExprMacro.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.
git pushed a change to branch master
in repository lld.
from 78f132b Fix the function to set the section VMA/LMA fields in case of [...]
new a0613ba Make tp offset computation target independent.
new f890c18 Check pc relative relocations too.
new 63cfb66 Directly compute the right value for R_RELAX_TLS_GD_TO_IE.
new 18fcf48 Document some constants. NFC.
new 372bac8 Simplify a bit. NFC.
new d48e149 Refactor R_RELAX_TLS_* value computation.
new 9f42f13 Simplify. NFC.
new 750c8c7 Swap the arguments of writeAlignedCieOrFde. NFC.
new d63fcf4 Split EHOutputSection<ELFT>::addSectionAux. NFC.
new 4133fc8 Remove dead variable.
new deb6c0a Use uintX_t instead of unsigned.
new c23cb21 [ELF] Take into account offset in the output section when rea [...]
new 51af09a Define SectionPiece and use it instead of std::pair<uint_t, uint_t>.
new 571cb7f Use ArrayRef<uint8_t> for binary data instead of StringRef. NFC.
new 4177c53 Use slightly longer names. NFC.
new 2b96d33 Simplify SplitInputSection::getRangeAndSize.
new 2e76351 Use StringPiece::Size instead of calculating it again. NFC.
new 0a7a5cc Store section contents to SectionPiece. NFC.
new bc0b4b8 Refactor EHOutputSection.
new 19f22f0 Attempt to unbreak buildbots.
new 2cf0608 Move splitInputSection from EHOutputSection to EHInputSection.
new 338a176 Split MergeInputSection's ctor. NFC.
new 44c2509 Make file-local function file-local. NFC.
new abe433a Simplify. NFC.
new 3300629 Add comment.
new 402c258 Refactor EhFrameHdr.
The 26 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/InputSection.cpp | 216 ++++++++++++-------
ELF/InputSection.h | 38 ++--
ELF/MarkLive.cpp | 6 +-
ELF/OutputSections.cpp | 436 ++++++++++++++++++---------------------
ELF/OutputSections.h | 53 ++---
ELF/Target.cpp | 67 +++---
ELF/Target.h | 3 +
ELF/Writer.cpp | 8 +-
test/ELF/Inputs/mips-nonalloc.s | 2 +
test/ELF/eh-frame-hdr-icf.s | 2 +-
test/ELF/invalid-cie-length4.s | 2 +-
test/ELF/invalid-cie-length5.s | 2 +-
test/ELF/mips-nonalloc.s | 21 ++
test/ELF/valid-cie-length-dw64.s | 13 --
test/ELF/x86-64-reloc-range.s | 13 ++
15 files changed, 473 insertions(+), 409 deletions(-)
create mode 100644 test/ELF/Inputs/mips-nonalloc.s
create mode 100644 test/ELF/mips-nonalloc.s
delete mode 100644 test/ELF/valid-cie-length-dw64.s
create mode 100644 test/ELF/x86-64-reloc-range.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.
git pushed a change to branch hjl/cache/master
in repository glibc.
discards 3313be3 Check HTT
discards 2fc466a Count number of logical processors sharing L2 cache
adds b3a810d Fix tst-cancel17/tst-cancelx17, which sometimes segfaults whi [...]
adds 4242d96 Correct ttyslot header declaration conditions (bug 20051).
adds b098852 Fix stdlib.h rand_r namespace (bug 20074).
adds 9ff8185 Make sys/stat.h define S_IFSOCK, S_ISSOCK for XPG4 (bug 20076).
adds 0014680 Do not declare grantpt, ptsname, unlockpt in stdlib.h for XPG [...]
adds 447720b Clear destination buffer updated by the previous run
adds 2a1aa52 Add Q_GETNEXTQUOTA from Linux 4.6 to sys/quota.h.
adds 4852667 Add CLONE_NEWCGROUP from Linux 4.6 to bits/sched.h.
adds d29261d Don't call internal __pthread_unwind via PLT
adds 16cd2b3 Don't call internal _Unwind_Resume via PLT
adds b3d7eaf Update libm-test.inc comment about NaN signs.
adds 4c9695f conformtest: Correct search.h expectations for XPG3.
adds bb37c73 conformtest: Correct pwd.h expectations for XPG3.
adds eb2c88c Remove alignments on jump targets in memset
adds 7c08d79 Check the HTT bit before counting logical threads
adds de71e04 Correct Intel processor level type mask from CPUID
adds ffe9aaf Implement proper fmal for ldbl-128ibm (bug 13304).
new 5a1021e manual: fix typo in the introduction
new b56e416 manual: fix typos in error reporting
new b003c66 conformtest: Correct ftw.h expectations for XPG3, XPG4.
new b7598b1 Remove special L2 cache case for Knights Landing
new 0c55904 Count number of logical processors sharing L2 cache
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 (3313be3)
\
N -- N -- N refs/heads/hjl/cache/master (0c55904)
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 5 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 | 155 +
benchtests/bench-memcpy.c | 4 +
benchtests/bench-memmove.c | 1 +
conform/Makefile | 8 -
conform/data/ftw.h-data | 9 +
conform/data/pwd.h-data | 2 +-
conform/data/search.h-data | 4 +
io/sys/stat.h | 4 +-
manual/errno.texi | 22 +-
manual/intro.texi | 2 +-
math/auto-libm-test-in | 17 +-
math/auto-libm-test-out | 12256 +++++++++----------
math/libm-test.inc | 3 +-
nptl/tst-cancel17.c | 16 +
posix/unistd.h | 3 +-
stdlib/stdlib.h | 10 +-
string/test-memcpy.c | 6 +
string/test-memmove.c | 1 +
sysdeps/ieee754/ldbl-128ibm/s_fmal.c | 260 +-
sysdeps/unix/sysv/linux/bits/sched.h | 1 +
sysdeps/unix/sysv/linux/sys/quota.h | 1 +
sysdeps/unix/sysv/linux/x86_64/cancellation.S | 6 +-
.../sysv/linux/x86_64/pthread_cond_timedwait.S | 2 +-
sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S | 2 +-
sysdeps/x86/cacheinfo.c | 254 +-
.../x86_64/multiarch/memset-vec-unaligned-erms.S | 37 +-
26 files changed, 6773 insertions(+), 6313 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.
git pushed a change to branch master
in repository newlib.
from f6d9d8a Bump Cygwin DLL version to 2.5.2
new e7b1ee2 Add rawmemchr
new d5632bc Sync toplevel configure with upstream GCC.
new a23e6a3 Use high-resolution timebases for select().
new e5665d8 Improve and simplify select().
new 6dd601a Miscellaneous style cleanup, whitespace only.
new 6ac6e7c libgloss/ft32: fix whitespace in Makefile
new 450f557 Rewrite scheduler functions getting and setting process and t [...]
new 4b51e4c Fix thread priority handling
new 2e62d68 Add release message for scheduler fixes
new 0aa7382 mmap: Fix size restriction of maps due to using 32 bit size type
new 4e434bf Add release message for previous mmap fix
The 11 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:
configure | 35 +--
configure.ac | 35 +--
libgloss/ft32/Makefile.in | 58 ++--
newlib/libc/machine/aarch64/Makefile.am | 2 +
newlib/libc/machine/aarch64/Makefile.in | 19 +-
.../aarch64/{stpcpy-stub.c => rawmemchr-stub.c} | 6 +-
.../machine/aarch64/{stpcpy-stub.c => rawmemchr.S} | 43 ++-
winsup/cygwin/fhandler.h | 6 +-
winsup/cygwin/mmap.cc | 65 ++--
winsup/cygwin/release/2.5.2 | 6 +
winsup/cygwin/sched.cc | 343 +++++++++++----------
winsup/cygwin/select.cc | 243 ++++++++-------
winsup/cygwin/select.h | 3 +-
winsup/cygwin/thread.cc | 22 +-
14 files changed, 469 insertions(+), 417 deletions(-)
copy newlib/libc/machine/aarch64/{stpcpy-stub.c => rawmemchr-stub.c} (94%)
copy newlib/libc/machine/aarch64/{stpcpy-stub.c => rawmemchr.S} (71%)
--
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.
git pushed a change to branch binutils-2_26-branch
in repository binutils-gdb.
from c80753f Automatic date update in version.in
new 253f51d Automatic date update in version.in
new c10d012 Don't convert R_386_GOT32 relocation
new fc4d3de Automatic date update in version.in
new 30d18a3 Automatic date update in version.in
new f5d7382 Automatic date update in version.in
The 5 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/ChangeLog | 14 ++++++++++++++
bfd/elf32-i386.c | 27 ++++++++++-----------------
bfd/version.h | 2 +-
ld/ChangeLog | 10 ++++++++++
ld/testsuite/ld-i386/i386.exp | 1 +
ld/testsuite/ld-i386/pr20117.d | 12 ++++++++++++
ld/testsuite/ld-i386/pr20117.s | 7 +++++++
7 files changed, 55 insertions(+), 18 deletions(-)
create mode 100644 ld/testsuite/ld-i386/pr20117.d
create mode 100644 ld/testsuite/ld-i386/pr20117.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.