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
2016-02-11
Ivan Maidanski
Fix null-pointer dereferences in case of out-of-memory...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-09
Ivan Maidanski
Fix null pointer dereference on out-of-memory in tests
commit
|
commitdiff
|
tree
|
snapshot
2016-02-09
Ivan Maidanski
Workaround 'identical expr on both sides of bitwise...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-03
Ivan Maidanski
Update AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2016-02-03
Yuki Okumura
Fix Cygwin64 build
commit
|
commitdiff
|
tree
|
snapshot
2016-01-27
Alessandro...
GC_malloc[_atomic] global and thread-local generalizati...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-15
Ivan Maidanski
GC_malloc_[atomic_]uncollectable generalization
commit
|
commitdiff
|
tree
|
snapshot
2016-01-15
Ivan Maidanski
Remove redundant comments in GC_obj_kinds
commit
|
commitdiff
|
tree
|
snapshot
2016-01-13
Ivan Maidanski
Fix typo in GC_malloc_uncollectable comment
commit
|
commitdiff
|
tree
|
snapshot
2016-01-12
Alessandro...
Refactoring of thread-local *_freelists
commit
|
commitdiff
|
tree
|
snapshot
2016-01-11
Ivan Maidanski
Update AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2016-01-11
Michael Fox
Enable build with musl libc
commit
|
commitdiff
|
tree
|
snapshot
2016-01-05
Ivan Maidanski
Update AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2016-01-05
Alessandro...
Refactoring of GC_Xobjfreelist
commit
|
commitdiff
|
tree
|
snapshot
2015-12-30
Ivan Maidanski
Fix typo in comment of ERROR_FL
commit
|
commitdiff
|
tree
|
snapshot
2015-12-30
Ivan Maidanski
Fix typos in gc_priv.h
commit
|
commitdiff
|
tree
|
snapshot
2015-12-28
Ivan Maidanski
Fix undefined PTRFREE/NORMAL in gc_inline.h
commit
|
commitdiff
|
tree
|
snapshot
2015-12-28
Ivan Maidanski
Prefix PREFETCH_FOR_WRITE with GC_ as used in gc_inline...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-28
Ivan Maidanski
Allow GC_FAST_MALLOC_GRANS() multiple use in a function
commit
|
commitdiff
|
tree
|
snapshot
2015-12-28
Ivan Maidanski
Workaround 'comparison is always false' GCC warning...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
Ivan Maidanski
Update AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
Andrew Buss
Fix CMake warning about CMP0054 by unquoting instances...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-17
Ivan Maidanski
Return GC_UNIMPLEMENTED instead of abort in GC_get_stac...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-04
Ivan Maidanski
Fix typo (items numbering) in GC_finalize_all documentation
commit
|
commitdiff
|
tree
|
snapshot
2015-12-02
Ivan Maidanski
Remove references to missing linux_threads.c from docum...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-01
Ivan Maidanski
Remove documentation about obsolete GC_REDIRECT_TO_LOCAL
commit
|
commitdiff
|
tree
|
snapshot
2015-11-26
Ivan Maidanski
Fix missing GC_get_stack_base for Amiga
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Ivan Maidanski
Remove 'sig' argument of GC_suspend_handler_inner
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
Ivan Maidanski
Allow specific TLS attributes for GC_thread_key
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
Ivan Maidanski
Fix USE_COMPILER_TLS macro duplicate description in...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-11
Ivan Maidanski
Document GC_register_my_thread returned value
commit
|
commitdiff
|
tree
|
snapshot
2015-10-30
Rainer Orth
Avoid unstructured procfs on Solaris
commit
|
commitdiff
|
tree
|
snapshot
2015-10-29
Ivan Maidanski
Do no declare kernel_id field of GC_Thread_Rep for...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Ivan Maidanski
ABORT_ARGn log details at INFO level (Android)
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Ivan Maidanski
Remove item from TODO file about resuming parallel...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Ivan Maidanski
Check DATASTART is less than DATAEND even assertions off
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Ivan Maidanski
Workaround invalid '_end' symbol on Android clang 3.5+
commit
|
commitdiff
|
tree
|
snapshot
2015-10-21
Ivan Maidanski
Fix lock assert violation in GC_gcollect_inner if GC_AL...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-21
Ivan Maidanski
Workaround 'unresolved __tls_get_addr' error for Androi...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-21
Ivan Maidanski
Add assertion on lock status to GC_alloc_large and...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-20
Ivan Maidanski
Fix lock assertion violation in GC_new_thread if GC_ALW...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-15
Ivan Maidanski
Consistently set type of DATASTART/END to ptr_t
commit
|
commitdiff
|
tree
|
snapshot
2015-10-15
Ivan Maidanski
Consistently use outermost parentheses for DATASTART...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-07
Elijah Taylor
NaCl/arm initial support
commit
|
commitdiff
|
tree
|
snapshot
2015-10-06
Elijah Taylor
NaCl runtime fixes
commit
|
commitdiff
|
tree
|
snapshot
2015-10-02
Elijah Taylor
NaCl GC improvements (fix volatile for vars accessed...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-01
Elijah Taylor
Define GC_LINUX_THREADS, NO_EXECUTE_PERMISSION in confi...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-30
Ivan Maidanski
Fix gc.mak regarding msvc_dbg and test (MSVC)
commit
|
commitdiff
|
tree
|
snapshot
2015-09-29
Ivan Maidanski
.gitignore: Ignore .copied.c, .dll.manifest, idb, ilk...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Ivan Maidanski
Fix race (and potential deadlock) at marker threads...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-18
Ivan Maidanski
Fix 'value truncated' compiler warning in CORD_cat...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-16
Ivan Maidanski
Fix compilation for Android clang/arm with bfd linker
commit
|
commitdiff
|
tree
|
snapshot
2015-09-16
Ivan Maidanski
Enable thread-local storage for Android Clang
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Ivan Maidanski
windows-untested: Fix paths to msvc_dbg.c/h
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Ivan Maidanski
Update AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Terrell Russell
Fix typos in README for ews4800
commit
|
commitdiff
|
tree
|
snapshot
2015-09-14
Ivan Maidanski
Update compiler options in gc.mak (Win32)
commit
|
commitdiff
|
tree
|
snapshot
2015-09-14
Ivan Maidanski
.gitignore: Ignore .exp and .sbr also in subfolders...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-11
Ivan Maidanski
Turn off sigsetjmp workaround for Android/x86 starting...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-10
Ivan Maidanski
Fix abort message in GC_move_long_link
commit
|
commitdiff
|
tree
|
snapshot
2015-09-10
Ivan Maidanski
Fix 'comparison of non-null parameter is always false...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-10
Ivan Maidanski
Allow fork() automatic handling on Android with API...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-10
Ivan Maidanski
Consistently use int[] type for '_end' symbol
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Ivan Maidanski
Workaround 'sa_sigaction member missing' compiler error...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Ivan Maidanski
Support build for Android 64-bit (arm64, mips64, x86_64)
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Ivan Maidanski
Fix 'cast to pointer from integer' warning in GC_on_thr...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Ivan Maidanski
Support Android API level 21
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Niklas Therning
Fix (allow) thread local allocations from within pthrea...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-02
Ivan Maidanski
Fix 'visibility attribute not supported' GCC warning...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-01
Ivan Maidanski
Merge branch 'toggleref'
commit
|
commitdiff
|
tree
|
snapshot
2015-09-01
Ivan Maidanski
Fix data race in GC_init_explicit_typing
commit
|
commitdiff
|
tree
|
snapshot
2015-08-29
Carlos J. Puga...
Support FreeBSD/mips
commit
|
commitdiff
|
tree
|
snapshot
2015-08-28
Ivan Maidanski
Reduce GCToggleRef size twice (convert struct to union)
commit
|
commitdiff
|
tree
|
snapshot
2015-08-28
Ivan Maidanski
Code refactoring of toggle-ref support
commit
|
commitdiff
|
tree
|
snapshot
2015-08-26
Ivan Maidanski
Fix out-of-memory handling in GC_toggleref_add
commit
|
commitdiff
|
tree
|
snapshot
2015-08-26
Ivan Maidanski
Fix clearing of moved toggle-refs array elements
commit
|
commitdiff
|
tree
|
snapshot
2015-08-26
Rodrigo Kumpera
Fix memory management for toggle-ref
commit
|
commitdiff
|
tree
|
snapshot
2015-08-26
Rodrigo Kumpera
Add toggle-ref support
commit
|
commitdiff
|
tree
|
snapshot
2015-08-26
Ivan Maidanski
Mark fo_head, finalize_now with a single GC_push_all...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-26
Ivan Maidanski
Code refactoring of GC_push_finalizer/thread/typed_stru...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Ivan Maidanski
GC_make_descriptor code refactoring (eliminate two...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Ivan Maidanski
Fix exporting of GC_push_finalizer_structures
commit
|
commitdiff
|
tree
|
snapshot
2015-08-07
Ivan Maidanski
Fix exporting of GC_push_all_eager
commit
|
commitdiff
|
tree
|
snapshot
2015-08-04
Ivan Maidanski
Distinct long-link table growth log message
commit
|
commitdiff
|
tree
|
snapshot
2015-08-04
Ivan Maidanski
Update AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2015-08-04
Ivan Maidanski
Make heap walker accept callback
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Peter Wang
Add support for enumerating the reachable objects in...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Ivan Maidanski
Replace non-API occurrences of GC_word to word
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Ivan Maidanski
Code refactoring of 'alt-stack registration support'
commit
|
commitdiff
|
tree
|
snapshot
2015-07-24
Zoltan Varga
Add alt-stack registration support
commit
|
commitdiff
|
tree
|
snapshot
2015-07-21
Ivan Maidanski
Remove unsupported FreeBSD/ia64 case from gcconfig.h
commit
|
commitdiff
|
tree
|
snapshot
2015-07-21
Carlos J. Puga...
FreeBSD/arm support improvement
commit
|
commitdiff
|
tree
|
snapshot
2015-07-19
Ivan Maidanski
Code refactoring of 'finalization extension API'
commit
|
commitdiff
|
tree
|
snapshot
2015-07-16
Rodrigo Kumpera
Implement the finalization extension API
commit
|
commitdiff
|
tree
|
snapshot
2015-07-16
Paul Bone
Fix Makefile.direct for Cygwin
commit
|
commitdiff
|
tree
|
snapshot
2015-07-15
Ivan Maidanski
Update AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2015-07-12
Ivan Maidanski
Code refactoring regarding 'data start' definition...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-11
Carlos J. Puga...
Fix support of FreeBSD/aarch64
commit
|
commitdiff
|
tree
|
snapshot
2015-07-09
Ivan Maidanski
Code refactoring, add test and document GC_get_memory_use
commit
|
commitdiff
|
tree
|
snapshot
2015-07-08
Eli Barzilay
Add API function to calculate total memory in use by...
commit
|
commitdiff
|
tree
|
snapshot
next