platform/upstream/libgc.git
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
2017-11-10 Ivan MaidanskiFix typo in 'gcdescr' documentation file
2017-11-10 Paul BoneAdd basic calculation of the total full-collection...
2017-11-03 Ivan MaidanskiFix double lock in a_set(f(a_get())) expression in...
2017-11-03 Ivan MaidanskiFix data race in a list referenced by A.aa (gctest)
2017-11-03 Ivan MaidanskiAvoid data race in finalized_count (gctest)
2017-11-02 Ivan MaidanskiEliminate TSan warning about A.dummy in gctest
2017-11-02 Ivan MaidanskiRevert 'Eliminate TSan warnings (false positives) in...
2017-11-01 Ivan MaidanskiEliminate TSan warnings (false positives) in gctest
2017-10-31 Ivan MaidanskiWorkaround TSan false positives in mark_from, push_...
2017-10-31 Ivan MaidanskiWorkaround TSan false positive in [set_]mark_bit_from_hdr
2017-10-31 Ivan MaidanskiWorkaround TSan false positive in invoke_finalizers
2017-10-29 Paul BonePrint time passed since GC initialization in GC_dump
2017-10-26 Ivan MaidanskiUpdate ChangeLog file
2017-10-26 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2017-10-25 Ivan MaidanskiUpdate ChangeLog file (v7.4 changes only)
2017-10-25 Ivan MaidanskiDo not use system clock consistently if NO_CLOCK
2017-10-25 Ivan MaidanskiTravis CI: Test NO_CLOCK
2017-10-24 Ivan MaidanskiMake extend_size_map() static
2017-10-23 Ivan MaidanskiFix typos in documentation (for extend_size_map and...
2017-10-20 Ivan MaidanskiAdd two-argument alloc_size attribute to calloc_explici...
2017-10-20 Ivan MaidanskiUse __declspec(allocator) for malloc-like prototypes...
2017-10-20 Ivan MaidanskiRevert 'Never try to include private/config.h'
2017-10-19 Ivan MaidanskiWorkaround Thread Sanitizer (TSan) false positive warni...
2017-10-18 Ivan MaidanskiRefine should_invoke_finalizers documentation
2017-10-18 Ivan MaidanskiNever try to include private/config.h
2017-10-17 Ivan Maidanski.gitignore: Do not ignore include/private/config.h
2017-10-17 Ivan MaidanskiUpdate AUTHORS file (add Erik M. Bray)
2017-10-17 Erik M. BrayUse mprotect instead of mmap in GC_unmap() on Cygwin
2017-10-16 Ivan MaidanskiFix 'package requirements (atomic_ops) were not met...
2017-10-16 Ivan MaidanskiAllow PKG_CHECK_MODULES in configure.ac to be commented...
2017-10-16 Ivan MaidanskiNew API function (GC_is_init_called) to check if BDWGC...
2017-10-12 Ivan MaidanskiTest GC initialization from non-main thread on FreeBSD...
2017-10-12 Ivan MaidanskiUpdate ChangeLog file
2017-10-12 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2017-10-12 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2017-10-09 Ivan MaidanskiSupport GC_init (and get_stack_base) from non-main...
2017-10-09 Ivan MaidanskiEliminate TSan warnings for all counters and A.aa varia...
2017-10-08 Ivan MaidanskiPrint realloc_count in gctest
2017-10-08 Ivan MaidanskiFix missing atomic_count and realloc_count incrementati...
2017-10-08 Ivan MaidanskiTravis CI: Pass --disable-shared option to OS X build...
2017-10-08 Ivan MaidanskiFix 'pthread_np.h: no such file' compiler error on...
2017-10-06 Ivan MaidanskiTravis CI: Test also 32-bit build with ASan (on OS...
2017-10-06 Ivan MaidanskiTravis CI: Test also with Leak Sanitizer (LSan)
2017-10-06 Ivan MaidanskiMove conditional GC_need_to_lock setting to gc_locks.h
2017-10-06 Ivan MaidanskiEliminate TSan warnings for print_proc variables assign...
2017-09-27 Ivan MaidanskiSupport GC_init (and get_stack_base) from non-main...
2017-09-27 Ivan MaidanskiFix data race in collectable_count (gctest)
2017-09-27 Ivan MaidanskiFix missing [un]collectable_count increments in gctest
2017-09-27 Ivan MaidanskiEliminate '-pedantic is not option that controls warnin...
2017-09-27 Ivan MaidanskiEliminate 'non-null arg compared to null' warning in...
2017-09-27 Ivan MaidanskiFix pthread_detach for threads not yet registered ...
2017-09-26 Ivan MaidanskiFix get_maps on proc maps file asynchronous growth
2017-09-26 Ivan MaidanskiFix pthread_join when thread is registered in thread...
2017-09-26 Ivan MaidanskiFix pthread_join to avoid thread removal on failure...
next