* src/vm/jit/powerpc/linux/md-abi.c (vm/jit/abi.h): Added.
[cacao.git] / src / mm /
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.
2004-11-12 twisti#ifdef's for MAP_ANONYMOUS, MAP_ANON and of none is...
2004-11-05 twisti- removed literal allocate functions
2004-08-01 stefanirix threads
2004-08-01 stefanSuppress GC warnings
2004-07-21 twisti- added #include "exceptions.h"
2004-07-21 twistiAdded #include "exceptions.h"
2004-06-30 twistiInclude options.h instead of main.h
2004-06-30 twistiInclude dir fix.
2004-06-17 stefan*** empty log message ***
2004-06-09 twistiRemoved TRACECALLARGS stuff, because it used 16MB memor...
2004-06-05 twisti- added gc_invoke_finalizers
2004-06-05 twistiAdded gc_invoke_finalizers proto.
2004-06-05 twistiFix include paths to support build directories.
2004-05-18 stefanRenamed loging to logging
2004-04-25 twisti- handle oom correctly
2004-03-30 twisti- heap_init works again and we can set initial and...
2004-03-28 twistiThis will come, but not yet!
2004-03-28 twistiImplemented some functions: gc_get_free_bytes, gc_get_h...
2004-03-11 stefanGC_LINUX_THREADS only for linux
2004-03-11 stefanGC_LINUX_THREADS
2004-02-26 twistiRemoved GC_DEBUG for x86_64
2004-01-21 stefanMore NATIVE_THREADS ifdefs
2004-01-06 stefanexceptionptr update for native threads
2004-01-05 twistiRemoved heap_addreference
2004-01-05 twisti- warning fix (include)
2003-12-16 edwinmake dump_alloc work for oversized blocks
2003-12-13 stefanGet rid of asm_javacallmethod
2003-12-13 stefanAdded GCFREE
2003-12-13 stefanAdded GCFREE
2003-12-11 edwinfixed loging crash caused by printf
next