platform/upstream/libgc.git
2018-01-17 Ivan MaidanskiChange compiler invocation example in gc.man to use...
2018-01-17 Ivan MaidanskiAdd note of set_free_space_divisor, set_warn_proc ABI...
2018-01-15 Ivan MaidanskiPrevent DATASTART redefinition for NaCl
2018-01-15 Ivan MaidanskiRemove Android-specific code in gcconfig.h for M68K
2018-01-15 Ivan MaidanskiTravis CI: Fix ASan build with Clang-4.0 (add sudo)
2018-01-15 Jonathan ChambersInitial support of TIZEN platform
2018-01-15 Ivan MaidanskiFix global operator delete definition for C++14 in...
2018-01-14 Ivan MaidanskiFix last_reclaimed..gc_no interval comparison to thresh...
2018-01-14 Jonathan ChambersImplement memory unmapping for Sony PS/3
2018-01-12 Peter WangRemove obsolete advice about linking with _DYNAMIC...
2018-01-12 Jonathan ChambersReduce the default MUNMAP_THRESHOLD value to 2 for...
2018-01-11 Ivan MaidanskiAdd check that gc_cpp operator delete is called (test_cpp)
2018-01-11 Ivan MaidanskiNew field (expl_freed_bytes_since_gc) in public prof_st...
2018-01-11 Ivan MaidanskiNew API function (get_expl_freed_bytes_since_gc)
2017-12-28 Ivan MaidanskiPrevent multiple sem_post calls for a thread in suspend...
2017-12-28 Ivan MaidanskiDo not call sem_getvalue in stop_world if one thread...
2017-12-28 Ivan MaidanskiAdd assertion for suspend_ack_sem in start_world
2017-12-28 Ivan MaidanskiTravis CI: Test GC_NETBSD_THREADS_WORKAROUND
2017-12-28 Ivan MaidanskiAllow GC_NETBSD_THREADS_WORKAROUND macro manual definition
2017-12-27 Ivan MaidanskiFix error code in abort message if sem_wait failed...
2017-12-25 Ivan MaidanskiTravis CI: Do not use 'trusty' build environment
2017-12-25 Ivan MaidanskiUpdate ChangeLog file
2017-12-25 Ivan MaidanskiUpdate ChangeLog file (add gc-7.4.8 release date)
2017-12-25 Ivan MaidanskiUpdate ChangeLog file (add gc-7.2i release date)
2017-12-19 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2017-12-19 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2017-12-17 Ivan MaidanskiRemove duplicate check whether MPROTECT_VDB is defined
2017-12-15 Ivan MaidanskiWorkaround TSan hang in free_inner when called from...
2017-12-14 Ivan MaidanskiEliminate UBSan warning of overflow during descr subtra...
2017-12-14 Ivan MaidanskiWorkaround TSan false positive in remove_all_threads_but_me
2017-12-14 Ivan MaidanskiDo not add no_sanitize_thread to fork at-handlers if...
2017-12-14 Ivan MaidanskiDo not call set_handle_fork(1) in gctest if pthread_atf...
2017-12-14 Ivan MaidanskiTravis CI: Test explicit at-fork handlers invocation...
2017-12-13 Ivan MaidanskiTravis CI: Test with increased number of test threads
2017-12-13 Ivan MaidanskiRevert 'Workaround TSan hang in GC_free_inner when...
2017-12-12 Ivan MaidanskiReally prevent hang in sem_wait in stop_world if compil...
2017-12-12 Ivan MaidanskiFix gctest failure if compiled with TSan and parallel...
2017-12-12 Ivan MaidanskiUse same macro (NTHREADS) across all tests to specify...
2017-12-08 Ivan MaidanskiTravis CI: Workaround disclaim_test failure when TSan...
2017-12-07 Ivan MaidanskiWorkaround TSan data race report in check_fl_marks
2017-12-07 Ivan MaidanskiUse __builtin_expect in SIZET_SAT_ADD macro
2017-12-04 Ivan MaidanskiTurn on incremental mode (if available) in disclaim_test
2017-12-04 Petter A. UrkedalFix marking of disclaim-reachable objects in the increm...
2017-12-01 Ivan MaidanskiTravis CI: Add a test with TSan with parallel marker...
2017-12-01 Ivan MaidanskiFix data race in do_local_mark when comparing active_co...
2017-12-01 Ivan MaidanskiFix data race in mark_thread when updating mark_no
2017-12-01 Ivan MaidanskiWorkaround TSan warning about data race in generic_mall...
2017-12-01 Ivan MaidanskiWorkaround TSan false positives in add_to_black_list_no...
2017-11-29 Ivan MaidanskiDocument base and size of objects allocated by finalize...
2017-11-29 Ivan MaidanskiUpdate comment in finalized_disclaim to match FINALIZER...
2017-11-29 Ivan MaidanskiRemove done_init static variable from fnlz_mlc.c
2017-11-29 Ivan MaidanskiFix assertion violation about disabled cancel in try_to...
2017-11-29 Ivan MaidanskiWorkaround TSan false positive about read of mark_lock_...
2017-11-29 Ivan MaidanskiAdd a sanity check that load_acquire and store_release...
2017-11-29 Ivan MaidanskiImprove comment in store_stack_ptr in pthread_stop_world.c
2017-11-29 Ivan MaidanskiRemove explicit case of TRUE/FALSE to AO_t in suspend...
2017-11-29 Ivan MaidanskiGuard against USE_PTHREAD_LOCKS and USE_SPIN_LOCK are...
2017-11-29 Ivan MaidanskiFix data race in make_descriptor when setting explicit_...
2017-11-29 Ivan MaidanskiRevert 'Eliminate TSan warning about data race in make_...
2017-11-29 Ivan MaidanskiTravis CI: Add tests with TSan (only without parallel...
2017-11-29 Ivan MaidanskiTravis CI: Remove -D NO_INCREMENTAL if --enable-munmap
2017-11-29 Ivan MaidanskiDo not enable mprotect-based incremental mode if unmapp...
2017-11-29 Ivan MaidanskiEliminate TSan false positive for stop_info.stack_ptr...
2017-11-29 Ivan MaidanskiRevert 'Eliminate TSan false positive for stop_info...
2017-11-29 Ivan MaidanskiEliminate 'value exceeds maximum object size' GCC warni...
2017-11-29 Ivan MaidanskiEliminate 'this statement may fall through' GCC warnings
2017-11-29 Ivan MaidanskiFix 'comparison of 255 with expr of type bool' error...
2017-11-29 Ivan MaidanskiTravis CI: Test with ASan and GCC
2017-11-29 Ivan MaidanskiRemove some redundant macro definitions from gc_atomic_...
2017-11-28 Ivan MaidanskiAdjust AO_HAVE_x check to match AO_fetch_and_add primit...
2017-11-28 Ivan MaidanskiPrevent test_atomic_ops link fail if AO_nop_full is...
2017-11-28 Ivan MaidanskiRemove redundant THREADS macro checks
2017-11-23 Ivan MaidanskiFix lack of barriers to synchronize memory for suspend_...
2017-11-23 Ivan MaidanskiEliminate TSan false positive related to stop_info...
2017-11-23 Ivan MaidanskiAvoid 'Unexpected heap growth' fail if compiled by...
2017-11-23 Ivan MaidanskiFix data race in last_stop_count access (suspend_handle...
2017-11-23 Ivan MaidanskiFix data race in GC_suspend/resume_thread
2017-11-22 Ivan MaidanskiRevert 'Workaround TSan false positives in suspend...
2017-11-22 Ivan MaidanskiWorkaround TSan hang in GC_free_inner when called from...
2017-11-22 Ivan MaidanskiWorkaround TSan false positives for at-fork handlers...
2017-11-22 Ivan MaidanskiWorkaround TSan false positive in lookup_thread called...
2017-11-21 Ivan MaidanskiWorkaround TSan false positive about clear_hdr_marks...
2017-11-21 Ivan MaidanskiEliminate TSan warning about data race in default_on_abort
2017-11-21 Ivan MaidanskiEliminate TSan warning about data race in make_descriptor
2017-11-21 Ivan MaidanskiSupport AddressSanitizer (GCC)
2017-11-21 Ivan MaidanskiFix 'unknown attribute no_sanitize' compiler warnings...
2017-11-21 Ivan MaidanskiPlace no_sanitize attributes in a GCC-compliant way
2017-11-17 Ivan MaidanskiWorkaround hangs in sigsuspend and sem_wait if compiled...
2017-11-17 Ivan MaidanskiRevert 'Workaround a hang in sigsuspend if compiled...
2017-11-17 Ivan MaidanskiAllow to turn on spin locking even if thread-local...
2017-11-17 Ivan MaidanskiEliminate TSan false positive for stop_info.stack_ptr
2017-11-17 Ivan MaidanskiEliminate TSan warning about data race when accessing...
2017-11-16 Ivan MaidanskiFix typo in a function name in README.sgi
2017-11-15 Ivan MaidanskiWorkaround TSan false positives in extend_size_map
2017-11-14 Ivan MaidanskiRemove GENERAL_MALLOC internal macro
2017-11-13 Ivan MaidanskiWorkaround a hang in sigsuspend if compiled with Thread...
2017-11-13 Ivan MaidanskiWorkaround TSan false positives in suspend/resume_thread
2017-11-10 Ivan MaidanskiFix data race when getting object size in explicitly...
2017-11-10 Ivan MaidanskiRemove 'ifdef USE_SPIN_LOCK' which is always false...
2017-11-10 Ivan MaidanskiWorkaround TSan false positive in write fault handler
next