projects
/
platform
/
upstream
/
libgc.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/libgc.git
2013-09-02
Ivan Maidanski
.gitignore: Ignore *.log, *.trs files produced by ...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-02
Ivan Maidanski
Rename subthread_create to subthreadcreate_test (Makefile)
commit
|
commitdiff
|
tree
|
snapshot
2013-09-02
Ivan Maidanski
tests: Append _test suffix to 'initsecondarythread...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-02
Ivan Maidanski
Prevent misleading AC_MSG_ERROR/AS_IF errors reported...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-01
Ivan Maidanski
Replace deprecated [CXX]INCLUDES to AM_C[PP]FLAGS in...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-01
Ivan Maidanski
Remove configure.ac outdated revision number
commit
|
commitdiff
|
tree
|
snapshot
2013-09-01
Ivan Maidanski
Specify LT_INIT in configure.ac
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Ivan Maidanski
.gitignore: Ignore test-driver (generated by autoreconf)
commit
|
commitdiff
|
tree
|
snapshot
2013-08-15
Ivan Maidanski
Fix GC_INLINE definition to comply with ISO C90 standar...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-15
Ivan Maidanski
Define GC_VSNPRINTF internal macro in misc.c (code...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-01
Ivan Maidanski
Update AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2013-07-30
Ondrej Bilka
Fix more typos in comments
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Ivan Maidanski
Update AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Ivan Maidanski
Fix 'stack section' pointer passed to push_all_stack_se...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Ivan Maidanski
Fix stackbottom/stack_end assignment in GC_call_with_gc...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Ivan Maidanski
TODO file: Add pending TODO/FIXME items
commit
|
commitdiff
|
tree
|
snapshot
2013-07-17
Ivan Maidanski
Fix assertion violation in GC_mark_from prefetch loop
commit
|
commitdiff
|
tree
|
snapshot
2013-07-16
Ivan Maidanski
Eliminate GC_first_nonempty atomic value reload in...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-16
Ivan Maidanski
Fix typo in comment of GC_mark_from
commit
|
commitdiff
|
tree
|
snapshot
2013-07-16
Ivan Maidanski
Allow to compile GC_inner_start_routine aside from...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-15
Ivan Maidanski
Test NO_WRAP_MARK_SOME macro to suppress WRAP_MARK_SOME...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-15
Ivan Maidanski
Define [UN]SET_LOCK_HOLDER and I_[DONT_]HOLD_LOCK macro...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-15
Ivan Maidanski
Do not set GC_lock_holder by call_with_alloc_lock if...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-15
Ivan Maidanski
Define SET/UNSET_MARK_LOCK_HOLDER macros to set/check...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-15
Ivan Maidanski
Add double-lock assertion to GC_acquire_mark_lock
commit
|
commitdiff
|
tree
|
snapshot
2013-07-15
Ivan Maidanski
Mark GC_started_thread_while_stopped() as GC_INNER
commit
|
commitdiff
|
tree
|
snapshot
2013-07-15
Ivan Maidanski
Make GC_mark_lock_holder variable static
commit
|
commitdiff
|
tree
|
snapshot
2013-07-15
Ivan Maidanski
Add assertion to LOCK definition that lock is not alrea...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-15
Ivan Maidanski
Fix GC_PTHREAD_PTRVAL definition for GC_PTHREADS_PARAMA...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-11
Ivan Maidanski
Enable thread-local allocation support for Clang on...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-11
Ivan Maidanski
Fix more typos in comments and documentation
commit
|
commitdiff
|
tree
|
snapshot
2013-07-11
Ivan Maidanski
Update AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2013-07-11
Ondrej Bilka
Fix typos in comments
commit
|
commitdiff
|
tree
|
snapshot
2013-07-10
Ivan Maidanski
Expand tabs to spaces in rarely used (ancient) files
commit
|
commitdiff
|
tree
|
snapshot
2013-07-10
Ivan Maidanski
Fix missing tabs in SMakefile.amiga
commit
|
commitdiff
|
tree
|
snapshot
2013-07-10
Ivan Maidanski
Check that SIG_SUSPEND and SIG_THR_RESTART are differen...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-12
Ivan Maidanski
Improve debug-only messages of add/remove_roots and...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-12
Ivan Maidanski
Fix typo in comment of signalObjectAndWait_func (Win32)
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Ivan Maidanski
Use compiler TLS for Android NDK gcc/arm
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Ivan Maidanski
Workaround 'unresolved __tls_get_addr' error for Androi...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Ivan Maidanski
Tag GC malloc routines with alloc_size attribute for...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-09
Ivan Maidanski
Workaround 'unresolved __tls_get_addr' error for Androi...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-09
Ivan Maidanski
Use pthread API to operate thread-local data on Linux...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-08
Ivan Maidanski
Move GC_OPENBSD_UTHREADS definition to private/gcconfig...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-08
Ivan Maidanski
Suppress 'GC_dont_gc deprecated' warning in gc.h if...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-08
Kurt Miller
Support rthreads introduced in OpenBSD 5.2+
commit
|
commitdiff
|
tree
|
snapshot
2013-06-08
Ivan Maidanski
Remove unused UTHREAD_SP_OFFSET macro (OpenBSD)
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Ivan Maidanski
Update AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Kurt Miller
Register dynamic libraries via dl_iterate_phdr on OpenBSD
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Ivan Maidanski
Register dynamic libraries via dl_iterate_phdr on Andro...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Ivan Maidanski
Fix GC_INIT_CONF_ROOTS in gc.h for Android (define...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-22
Ludovic Courtes
Default to use libc_stack_end in single-threaded GC...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-18
Ivan Maidanski
Adjust README.md title and references to doc .html...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-18
Ivan Maidanski
Adjust README filename in README.QUICK
commit
|
commitdiff
|
tree
|
snapshot
2013-05-10
David Terei
Convert readme to markdown.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
Ivan Maidanski
Adjust build scripts to enable additional test library...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-05
Ivan Maidanski
Improve staticrootstest: add global data to library...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Ivan Maidanski
Enable staticrootstest for the case of GC shared librar...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Ivan Maidanski
Remove GC_BUILD definition from build scripts
commit
|
commitdiff
|
tree
|
snapshot
2013-05-03
Ivan Maidanski
Fix triple-letter typos in comments and documentation
commit
|
commitdiff
|
tree
|
snapshot
2013-04-03
Manuel Serrano
Fix AM_CONFIG_HEADER in configure for autoconf-2.69-1
commit
|
commitdiff
|
tree
|
snapshot
2013-03-14
Ivan Maidanski
Fix GC_INIT_CONF_ROOTS in gc.h for Android/x86 and...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Ivan Maidanski
Fix make disclaim_test to link with new GNU ld linking...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Andy Wingo
Fix tests makefile to link with new GNU ld linking...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Ivan Maidanski
Workaround 'ELF_DATA/EM_ALPHA redefined' warning in...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Ivan Maidanski
Add assertion on number_of_objs to GC_extend_size_map
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Ivan Maidanski
Allow not to rely on __data_start value (Linux)
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Ivan Maidanski
Allow to omit libc atexit() call
commit
|
commitdiff
|
tree
|
snapshot
2013-01-27
Ivan Maidanski
.gitignore: Ignore .gch files
commit
|
commitdiff
|
tree
|
snapshot
2013-01-23
Ivan Maidanski
Adjust punctuation in comments and documentation
commit
|
commitdiff
|
tree
|
snapshot
2013-01-23
Ivan Maidanski
Update AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2013-01-23
Yvan Roux
Add AArch64 (64-bit ARM) target support
commit
|
commitdiff
|
tree
|
snapshot
2013-01-06
Ivan Maidanski
Do not include sigcontext.h if NO_SIGCONTEXT_H (Linux)
commit
|
commitdiff
|
tree
|
snapshot
2013-01-06
Ivan Maidanski
Do not use pthread_getattr_np if NO_PTHREAD_GETATTR_NP...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-28
Ivan Maidanski
Fix reference to debugging-related README file in READM...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-23
Ivan Maidanski
Fix GC_win32_free_heap compilation error for Cygwin
commit
|
commitdiff
|
tree
|
snapshot
2012-12-23
Max Mouratov
Fix: VirtualAlloc leaks when freeing the heap on win32
commit
|
commitdiff
|
tree
|
snapshot
2012-12-23
Ivan Maidanski
Fix GC_win32_free_heap to prevent memory leak if USE_GL...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-23
Ivan Maidanski
Fix dwSize argument of VirtualFree call in detect_GetWr...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-23
Ivan Maidanski
Add assertion to LONG_MULT and remove useless assert...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-23
Ivan Maidanski
Make GC_print_trace always thread-safe and remove ...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-23
Ivan Maidanski
Move GC_print_trace code inside LOCK/UNLOCK to GC_print...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-23
Ivan Maidanski
Adjust printf format specifiers in GC_print_trace
commit
|
commitdiff
|
tree
|
snapshot
2012-12-23
Ivan Maidanski
Fix GC_print_trace missing unlock
commit
|
commitdiff
|
tree
|
snapshot
2012-12-23
Ivan Maidanski
Change definition of macros represented as block to...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-22
Ivan Maidanski
Define CORD_ec_append macro to expression instead of...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-22
Ivan Maidanski
Refine comment of GC_is_heap_ptr and GC_thread_is_regis...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-22
Ivan Maidanski
Use EXPECT in GC_COND/VERBOSE_LOG_PRINTF
commit
|
commitdiff
|
tree
|
snapshot
2012-12-22
Ivan Maidanski
Update AUTHORS (add email)
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
Ivan Maidanski
Define functions in darwin_semaphore.h as inline instea...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
Ivan Maidanski
Replace '`' symbol with double-quote in comments
commit
|
commitdiff
|
tree
|
snapshot
2012-12-12
Ivan Maidanski
Turn on world-stop delay logging at debug level by...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-12
Ivan Maidanski
Improve logged messages about heap size and usage
commit
|
commitdiff
|
tree
|
snapshot
2012-12-12
Ivan Maidanski
Replace GC_stats_log_printf with GC_DBG/INFOLOG_PRINTF
commit
|
commitdiff
|
tree
|
snapshot
2012-12-12
Ivan Maidanski
Redirect WRITE to __android_log_write if GC_ANDROID_LOG...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-12
Ivan Maidanski
Do not duplicate android_log_write output to GC log...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Ivan Maidanski
Replace GC_COND_LOG_PRINTF calls with WARN for allocati...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Ivan Maidanski
Replace GC_log/err_printf() followed by ABORT with...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Ivan Maidanski
Remove redundant GC_err_printf before abort
commit
|
commitdiff
|
tree
|
snapshot
2012-12-11
Ivan Maidanski
Enable on-demand debug logging in GC_FindTopOfStack...
commit
|
commitdiff
|
tree
|
snapshot
next