* src/vm/jit/alpha/md-abi.c (regs): Renamed to
[cacao.git] / src / mm /
2007-02-09 twisti* src/mm/boehm.c [ENABLE_THREADS] (threads/native/threa...
2007-02-06 twisti* src/vm/jit/optimizing/Makefile.am (AM_CPPFLAGS):...
2007-01-29 twisti* This is a rather huge commit, which changes the build...
2007-01-11 twisti* src/mm/memory.c (mem_realloc): Fixed compiler warning.
2007-01-10 twisti* src/vm/suck.c (suck_add): Use vm_abort instead of
2007-01-04 twisti* src/mm/memory.c (mem_realloc): Use vm_abort.
2006-12-28 twisti* src/mm/memory.c (memory_mmap_anon): Fixed indentation...
2006-12-19 twisti* src/mm/memory.c (memory_mmap_anon): New function.
2006-12-04 michi* src/mm/cacao-gc/compact.c: Now uses regioninfo; Added...
2006-12-03 michi* src/mm/cacao-gc/compact.c: Added.
2006-11-27 michi* src/mm/gc-common.h: Added prototype for heap_init_obj...
2006-11-25 michi* src/mm/cacao-gc/gc.h: Added.
2006-11-22 twisti* src/mm/gc-common.h [DISABLE_GC] (nogc_init, nogc_real...
2006-11-21 twisti* src/vm/builtin.c [DISABLE_GC] (builtin_idiv): Added.
2006-11-19 michi* src/mm/cacao-gc/Makefile.am: Added mark.c
2006-11-04 edwin* src/mm/memory.c: Added ENABLE_MEMCHECK code:
2006-11-04 michi* src/mm/boehm.h: Renamed to gc-common.h
2006-10-31 twisti* src/vm/jit/optimizing/profile.c: Added.
2006-10-31 twisti* src/mm/boehm-gc/.cvsignore: Added some files.
2006-10-31 twisti* Moved boehm-gc from src/ to src/mm/.
2006-10-30 edwin* src/mm/memory.h (ALIGN): Renamed to MEMORY_ALIGN.
2006-10-20 ajordan* src/mm/memory.c: fixed typo in _no_threads_dumpinfo...
2006-10-19 twisti* src/mm/memory.h (dumpblock): Postfixed with _t and...
2006-07-31 twisti* src/mm/boehm.c (gc_get_total_bytes): New function.
2006-07-25 twisti* src/mm/memory.c (memory_cnew): When MAP_ANONYMOUS...
2006-07-25 twisti* configure.ac (AC_FUNC_MMAP): Added.
2006-07-18 twisti* src/mm/memory.c (memory_cfree): New function.
2006-07-17 twisti* src/mm/boehm.c (heap_allocate): Changed signature...
2006-07-12 twisti* src/mm/memory.c (vm/vm.h): Added.
2006-07-12 twisti* src/vm/builtin.c (builtin_monitorenter): Removed.
2006-05-26 edwin* src/vm/class.c (class_resolveclassmethod): Removed...
2006-05-26 twisti* src/mm/boehm.c (stackcall_malloc_atomic): Removed.
2006-05-15 twisti* src/vm/hashtable.h,
2006-05-12 edwin* src/threads/native/threads.c: The Big Thread Cleanup...
2006-04-25 edwin* src/mm/memory.h (MZERO): Added macro MZERO for conven...
2006-04-20 edwin* src/mm/memory.c (Changes): Added my name.
2006-04-20 edwin* src/mm/memory.c: Added comments and some cleanup.
2006-03-16 twisti* src/vm/jit/tools/Makefile.am, src/vm/jit/verify/Makef...
2006-03-06 twisti* src/vm/jit/powerpc/linux/Makefile.am (LIBS): Added...
2006-02-05 twisti* src/mm/memory.h (string.h): Moved after config.h.
2006-02-05 twisti* src/mm/nogc.c (config.h): Moved in front of system...
2006-02-03 twisti* src/vm/jit/stacktrace.c, src/vm/jit/stacktrace.h
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-22 twisti* src/boehm-gc/.cvsignore, src/boehm-gc/include/.cvsignore,
2005-12-22 twisti* STATISTICS: Renamed to ENABLE_STATISTICS.
2005-12-21 twisti* vm/tables.h: Removed.
2005-12-02 twisti* config.h: Added.
2005-12-01 twisti* Removed vm/tables.h include.
2005-11-17 twisti* gc_init: Set GC_java_finalization, GC_finalize_on_dem...
2005-11-07 twisti* memory_checked_alloc, mem_realloc: Use exceptions_thr...
2005-11-07 twisti* gc_out_of_memory: Use exceptions_throw_outofmemory_ex...
2005-11-05 twisti* nogc_init, nogc_realloc: Added for DISABLE_GC.
2005-11-05 twisti* nogc_realloc, heap_free, nogc_init: Added.
2005-11-05 twisti* Define some macros differently for DISABLE_GC, alloca...
2005-11-03 twisti* codememlock: #ifdef for threads.
2005-11-03 twisti* runboehmfinalizer: Removed.
2005-11-02 twisti* Map the whole heap to a specific address (0x10000000...
2005-11-02 twisti* stackcall_realloc, heap_reallocate: Removed.
2005-10-28 twisti* codememlock, codememsize, codememptr: Global variable...
2005-10-28 twisti* memory_init: Added.
2005-10-21 twisti* memory_cnew: Added.
2005-10-21 twisti* memory_cnew: Added.
2005-10-12 twisti* heap_alloc_uncollectable: Clear allocated memory.
2005-10-12 twisti* GCNEW renamed to GCNEW_UNCOLLECTABLE.
2005-10-12 twisti* USE_CODEMMAP: Removed.
2005-10-11 twisti* Removed mmap stuff, which was not thread safe (maybe...
2005-10-07 twisti* heap_allocate: Clear memory allocated.
2005-09-19 twisti* Changed types.h include to vm/types.h.
2005-09-19 twisti* Use DUMPINFO macro to get non-/threaded dumpinfo.
2005-07-19 twisti* Use USE_CODEMMAP define
2005-07-04 twisti* Renamed collectverbose to opt_verbosegc (but it still...
2005-06-28 twisti* gc_ignore_warnings: removed, it was not used
2005-06-27 twisti* Added DISABLE_DUMP: use normal malloc in dump functions
2005-06-14 twisti* --disable-gc bug fixes
2005-06-06 twistiAdded MMOVE macro.
2005-05-23 twistiAllocates memory with malloc (no GC).
2005-05-23 twistiAdded nogc.c
2005-05-21 twistiKilled panic's.
2005-05-12 twisti#include "vm/stringlocal.h"
2005-03-30 twistiWarning fixes.
2005-03-30 twistiForward typedef dumpblock and dumpinfo.
2005-03-29 twistiChanged header includes.
2005-03-09 twistiifdef statistics stuff to support --disable-statistics.
2005-03-05 twistiJust ignore some files.
2004-12-22 twisti#include "mm/boehm.h"
2004-12-21 twistiDeclare functions with (void).
2004-12-07 twistiGNU header update.
2004-12-06 twistiUse libtool to compile cacao libraries. We need to...
2004-12-03 twisti- build/dist/install changes
2004-12-03 twistiGreen thread fixes.
2004-12-03 twistiAdded missing string.h include.
2004-12-01 twisti- typecast GCNEW
2004-11-30 twistiNew source tree.
2004-11-28 twistiCheck for dig in dump_size().
2004-11-23 twistiInclude arch.h for CODEMMAP.
2004-11-23 twistiInclude config.h for USE_THREADS.
2004-11-18 twistiUse cacao types instead of int and long.
2004-11-17 twistiRemoved gc function definitions.
2004-11-12 twistiInclude <sys/types.h> on darwin before <sys/mman.h...
2004-11-12 twisti-ansi -pedantic fixes.
next