platform/upstream/libgc.git
2018-02-02 Ivan MaidanskiDefine macro to specify the environment file name exten...
2018-02-01 Ivan MaidanskiDefine ABORT() using _CrtDbgBreak (if available) on...
2018-02-01 Jonathan ChambersFix 'undefined reference to __builtin_unwind_init'...
2018-02-01 Jonathan ChambersAvoid SIGSEGV during GC_INIT on some Android devices
2018-02-01 Jonathan ChambersInitial support of Sony PlayStation Portable 2
2018-01-31 Ivan MaidanskiRemove ARM32 macro duplicate definition for Nintendo...
2018-01-31 Jonathan ChambersNew macro ALWAYS_SMALL_CLEAR_STACK to avoid clearing...
2018-01-31 Ivan MaidanskiDo not define clear_stack_inner and next_random_no...
2018-01-30 Ivan MaidanskiWorkaround 'address of auto-variable returned' cppcheck...
2018-01-30 Jonathan ChambersInitial support of Xbox One (DURANGO) target
2018-01-29 Jonathan ChambersInitial support of Orbis target
2018-01-27 Ivan MaidanskiRemove duplicate definition of ALIGNMENT macro for...
2018-01-27 Jonathan ChambersInitial support of Nintendo platform
2018-01-26 Ivan MaidanskiUpdate ChangeLog file
2018-01-26 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2018-01-25 Peter WangDefine HEURISTIC2 when STACKBOTTOM is not defined for...
2018-01-24 Ivan MaidanskiRun command passed to if_not_there directly from Makefi...
2018-01-24 Peter WangFix 'undeclared identifier USRSTACK' compiler error...
2018-01-24 Ivan MaidanskiUpdate ChangeLog file
2018-01-24 Ivan MaidanskiUpdate AUTHORS file
2018-01-24 Calvin BuckleyInitial support of Haiku/amd64
2018-01-24 Zoltan VargaUse HOST_ANDROID define instead of PLATFORM_ANDROID
2018-01-24 Ivan MaidanskiRename PLATFORM_TIZEN macro to HOST_TIZEN
2018-01-24 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2018-01-24 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2018-01-24 Ivan Maidanski.gitignore: Ignore 'cords' marker file (generated by...
2018-01-24 Ivan MaidanskiFix 'cords' parallel build in Makefile.direct
2018-01-24 Ivan MaidanskiDelete dont_ar_* build intermediate files on make clean...
2018-01-24 Ivan Maidanski.gitignore: Ignore dont_ar_* files (generated by Makefi...
2018-01-18 Ivan MaidanskiFix libgc version which was changed in a linkage breaki...
2018-01-18 Ivan MaidanskiUpdate AUTHORS file (add Gustavo Giraldez)
2018-01-18 Gustavo GiraldezFix GC allocation mutex in child after a fork
2018-01-18 Paul BonePass CFLAGS_FOR_PIC value to CFLAGS in Makefile.direct
2018-01-18 Ivan MaidanskiUpdate AUTHORS file (add Alexis Laferriere)
2018-01-18 Alexis LaferriereTreat Android platform as Linux (CMake)
2018-01-17 Ivan MaidanskiSupport threads for DragonFly in configure
2018-01-17 Ivan MaidanskiFix missing EOLn output in threadlibs tool
2018-01-17 Ivan MaidanskiDo not declare dl_iterate_phdr as weak for DragonFly
2018-01-17 Ivan MaidanskiFix threadlibs tool to output '-lpthread' for DragonFly
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
next