platform/upstream/libgc.git
2018-05-08 Ivan MaidanskiEliminate source code duplication in stubborn.c
2018-05-08 Ivan MaidanskiFix assertion violation and partial overlapping in...
2018-05-08 Ivan MaidanskiDo not merge dynamic root with the existing static...
2018-05-07 Ivan MaidanskiFix potential null dereference in GC_CONS
2018-05-07 Ivan MaidanskiTravis CI: Workaround 'pcr_interface.c is not analyzed...
2018-05-07 Ivan MaidanskiTravis CI: Test -D DEBUG_DIRTY_BITS properly
2018-05-07 Ivan MaidanskiFix infinite restarting of mark_some when a static...
2018-05-07 Ivan MaidanskiTurn on incremental collection in gctest also if DEFAUL...
2018-05-04 Ivan MaidanskiRemove unnecessary argument casts in add_roots_inner...
2018-05-04 Ivan MaidanskiDo not rebuild_root_index unless remove_root_at_pos...
2018-05-04 Ivan MaidanskiTravis CI: Test explicit DEFAULT_VDB
2018-05-04 Ivan MaidanskiAllow passing -D DEFAULT_VDB to CFLAGS
2018-05-04 Ivan MaidanskiReally abort if failed to read /proc for library regist...
2018-05-03 Ivan MaidanskiWorkaround 'class C does not have a copy constructor...
2018-05-03 Ivan MaidanskiWorkaround 'opposite expression on both sides of &...
2018-05-03 Ivan MaidanskiUpdate AUTHORS file (add Naoyuki Sawa)
2018-05-03 Naoyuki SawaFix register_dynamic_libraries on Windows 10
2018-04-27 Ivan MaidanskiRemove unused HAVE_EXECINFO_H macro definition in configure
2018-04-27 Ivan MaidanskiRemove unused HAVE_GETCONTEXT macro definition in configure
2018-04-27 Ivan MaidanskiRemove explicit HAVE_DL_ITERATE_PHDR definition in...
2018-04-26 Ivan MaidanskiFix syntax of conditional operator in with_callee_saves...
2018-04-26 Ivan MaidanskiAvoid multiple 'getcontext failed' warnings if getconte...
2018-04-24 Ivan MaidanskiTravis CI: test --enable-large-config and LINT2 with...
2018-04-24 Ivan MaidanskiTravis CI: test --enable-gc-debug in 32-bit mode (linux)
2018-04-24 Ivan MaidanskiUpdate ChangeLog file
2018-04-24 Ivan MaidanskiInstall gc.3 man page instead of copying gc.man to...
2018-04-24 Jonathan ChambersExpose API to control rate and max prior attempts of...
2018-04-23 Jonathan ChambersExpose API to control the minimum bytes allocated befor...
2018-04-22 Ivan MaidanskiUpdate ChangeLog file
2018-04-20 Ivan MaidanskiUpdate ChangeLog file (add gc-7.6.6 release date, list...
2018-04-20 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2018-04-19 Ivan MaidanskiEliminate 'boolean result used in bitwise operation...
2018-04-19 Ivan MaidanskiWorkaround gctest hang on kFreeBSD if thread-local...
2018-04-19 Ivan MaidanskiUse THREAD_EQUAL consistently to compare pthread_t...
2018-04-19 Ivan MaidanskiUpdate ChangeLog file (add gc-7.4.12 release date)
2018-04-19 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2018-04-14 Ivan MaidanskiTravis CI: Test with disabled memory unmapping
2018-04-14 Ivan MaidanskiEnable memory unmapping by default
2018-04-13 Ivan MaidanskiFix 'unexpected newline after ELSE' CMake error
2018-04-13 Ivan MaidanskiAppveyor CI: Remove unexpected trailing '.' from cmake...
2018-04-13 Ivan MaidanskiAppveyor CI: Build/test with GC assertion checking
2018-04-13 Ivan MaidanskiComment out unused enable_cplusplus option in CMake...
2018-04-13 Ivan MaidanskiAllocate non-executable memory by default (CMake)
2018-04-13 Ivan MaidanskiTurn on atomic uncollectable functionality by default...
2018-04-13 Ivan MaidanskiTurn on gcj, disclaim and java finalization by default...
2018-04-13 Ivan MaidanskiAllow gc_assertions enabling in CMake script
2018-04-13 Ivan MaidanskiAllow gc_debug, redirect_malloc, large_config options...
2018-04-11 Ivan MaidanskiTravis CI: Test with disabled and manual handle-fork
2018-04-11 Ivan MaidanskiAvoid 'Unexpected heap growth' in 64-bit multi-threaded...
2018-04-10 Ivan MaidanskiAllow subthreadcreate_test to be compiled with zero...
2018-04-10 Ivan MaidanskiAvoid potential data race during GC_dump execution
2018-04-10 Ivan MaidanskiRemove assertion about held lock from apply_to_all_blocks
2018-04-10 Ivan MaidanskiAvoid potential data race during apply_to_each_object...
2018-04-10 Ivan MaidanskiAvoid potential race in print_static_roots called by...
2018-04-06 Ivan MaidanskiAdd assertions about held lock for apply_to_each_object...
2018-04-06 Ivan MaidanskiFix null dereference in print_callers on backtrace_symb...
2018-04-06 Ivan MaidanskiFix null pointer dereference in get_private_path_and_ze...
2018-04-06 Ivan MaidanskiFix missing SIGBUS handler setup for kFreeBSD
2018-04-06 Ivan MaidanskiDefine GC_FREEBSD_THREADS and GC_ADD_CALLER macros...
2018-04-06 Ivan MaidanskiDo not declare dl_iterate_phdr as weak for kFreeBSD
2018-04-06 Ivan MaidanskiDo not match kFreeBSD by FreeBSD host string pattern...
2018-04-05 Ivan MaidanskiDetermine whether to use compiler TLS for kFreeBSD...
2018-04-05 Ivan MaidanskiEliminate 'there is pointer arithmetic with NULL' cppch...
2018-04-04 Ivan MaidanskiDo not resend the restart signal to threads that are...
2018-04-04 Ivan MaidanskiTravis CI: Remove duplicate build configuration (linux...
2018-04-02 Ivan MaidanskiReplace GC_NO_RETRY_SIGNALS environment variable with...
2018-04-02 Ivan MaidanskiHandle pthread restart signals loss if retry_signals
2018-04-02 Ivan MaidanskiFix a typo in WARN message of resend_lost_signals
2018-04-02 Ivan MaidanskiDefine static resend_lost_signals(), restart_all()...
2018-03-30 Ivan MaidanskiUnblock only GC signals in suspend_handler (TSan)
2018-03-29 Ivan MaidanskiAdd assertions about held lock when accessing all_botto...
2018-03-29 Ivan MaidanskiUpdate top_index entry pointer only when the entry...
2018-03-29 Ivan MaidanskiTravis CI: Fix TSan builds after enabling handle-fork...
2018-03-29 Ivan MaidanskiAcknowledge thread restart from suspend_handler (NetBSD)
2018-03-29 Ivan MaidanskiMinimize delay between sem_post and sigsuspend in suspe...
2018-03-28 Ivan MaidanskiEnable handle-fork by default
2018-03-27 Ivan MaidanskiSupport Haiku multi-threaded build by CMake
2018-03-27 Ivan MaidanskiAccept Android platform by both CMake and configure
2018-03-26 Ivan MaidanskiReduce probability of collision in threads hashtable...
2018-03-26 Ivan MaidanskiDo not use AO_store in FAST_MALLOC_GRANS() in the singl...
2018-03-23 Ivan MaidanskiInclude malloc.c in extra/gc.c after include gc_inline.h
2018-03-23 Ivan MaidanskiAvoid potential race between malloc_kind and mark_threa...
2018-03-23 Ivan MaidanskiFix thread_suspend fail for threads registered from...
2018-03-22 Ivan MaidanskiExplicitly unblock GC signals on GC initialization
2018-03-22 Ivan MaidanskiMatch GC_FAST_MALLOC_GRANS formal and actual arguments...
2018-03-22 Ivan MaidanskiFix assertion violation in DllMain of win32_threads
2018-03-22 Ivan MaidanskiCheck consistency of descr, adjust, clear arguments...
2018-03-21 Ivan MaidanskiFix ASSERT_CANCEL_DISABLED violation in try_to_collect_...
2018-03-20 Ivan MaidanskiFix unbounded heap growth in case of intensive disappea...
2018-03-19 Ivan MaidanskiUse OPT_RA instead of STORE_DEBUG_INFO in dbg_mlc
2018-03-15 Ivan MaidanskiFix 'scope of var can be reduced' cppcheck err in enque...
2018-03-15 Ivan MaidanskiAdd assertions to ensure ADD_CALL_CHAIN is called holdi...
2018-03-15 Ivan MaidanskiFix comment for debug_generic_malloc_inner[_ignore_off_...
2018-03-15 Ivan MaidanskiFix the collector hang when it is configured with ...
2018-03-13 Ivan MaidanskiAccess finalize_now atomically to avoid TSan warning...
2018-03-13 Ivan MaidanskiTravis CI: Test pointer backtracing full support with...
2018-03-13 Ivan MaidanskiUse atomic load/store for the concurrently accessed...
2018-03-13 Ivan MaidanskiEliminate TSan warning about non-atomic read in store_b...
2018-03-09 Ivan MaidanskiAvoid potential race in SET_MARK_BIT_EXIT_IF_SET if...
2018-03-07 Ivan MaidanskiReally use AO_load/store in realloc, clear_hdr_marks...
next