* builtin_new: Removed i386 asm_builtin_new define
[cacao.git] / src / vm / builtin.h
2005-08-23 cacao* builtin_new: Removed i386 asm_builtin_new define
2005-07-20 twisti* builtin_dummy: Removed.
2005-07-13 twisti* builtintable_entry_debug_dump: removed, sorry edwin...
2005-07-12 twisti* Small typo
2005-07-12 twisti* Removed stuff for remaining asmpart functions, which...
2005-07-11 twisti* Added alpha defines for new stacktrace system
2005-07-10 twisti* Added i386 defines for new ICMDs
2005-07-09 twisti* Added x86_64 defines
2005-07-08 twisti* powerpc defines for inlined asmpart functions
2005-06-25 twisti* builtin_asm_get_stackframeinfo: don't declare as...
2005-06-20 edwinadded builtintable_entry_debug_dump
2005-06-06 twisti- removed old builtin table stuff
2005-05-23 twisti- builtin_throw_exception, builtin_trace_args, builtin_...
2005-05-11 twisti- renamed *_checkarraycast to *_arraycheckcast
2005-04-25 twistiRemoved: asm_builtin_arrayinstanceof, asm_builtin_newar...
2005-04-25 twistiDon't use assembler monitorenter/exit wrapper anymore.
2005-04-24 jowennmore stacktraces
2005-04-22 christian[alpha|mips|x86_64]arch.h adopted to latest change
2005-04-22 twistiTemporary asm_builtin_multianewarray for i386 (till...
2005-04-21 twistiRenamed builtin_nmultianewarray to builtin_multianewarray.
2005-04-12 twistiComment asm_builtin_new for now (code patching related).
2005-04-11 twistiAdded BUILTIN_nmultianewarray define.
2005-03-30 twistiUse proper class load and link functions.
2005-03-30 twistiMoved builtin table stuff from jit.c
2005-03-29 twisti- added header include
2005-02-10 twistiMoved thread related defines into threads.h.
2005-01-31 twistiDefine BUILTIN's for float and double functions.
2005-01-28 twisti- better handling of TRACE_ARGS_NUM
2004-12-22 twistiUse monitorenter/exit only with threads.
2004-12-21 twistiDeclare functions with (void).
2004-12-07 twistiGNU header update.
2004-11-30 twistiNew source tree.
2004-11-23 twistiInclude arch.h.
2004-08-01 stefanInitialize object locks
2004-07-28 twisti- compile with --enable-threads=no fixes (my fault)
2004-07-21 twistiUse #error instead of panic, so we cannot build.
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-07-03 stefanstatic monitorenter merge
2004-05-18 stefanRenamed loging to logging
2004-04-26 twisti- lazy loading/linking stuff
2004-04-21 stefanremoved builtin_reset_exceptionptr
2004-03-29 stefanNative threads almost working
2004-03-15 jowennexception back traces for i386
2004-03-11 jowenncacao is now again able to run kjc on i386
2004-03-02 jowennnative functions, getClassContext, currentClassLoader...
2004-01-19 edwincleanup
2004-01-12 twistiRemoved HAVE_ stuff, just define float versions. I...
2004-01-10 edwinimplemented subroutine verification (Coglio's method...
2004-01-06 stefanexceptionptr update for native threads
2004-01-05 stefanNative threads
2003-12-31 twistiAaaaaahhhhhhhh!!! What's wrong with me?
2003-12-31 twistiDamn, forgot to include config.h.
2003-12-31 twistiDefine copysignf, finitef, fmodf, isnanf if not found.
2003-12-11 edwindocumented new builtin table
2003-12-11 edwinchanged builtin table layout
2003-12-07 twisti- removed usage of native-math.h
2003-12-06 edwinadded the typechecker (not yet complete)
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...
2003-11-02 twistiMajor file restructuring.
2003-10-30 twistiasm_ defines for f2i conversions.
2003-06-13 twistiasm_builtin_arrayinstanceof has 2 args, wrapper for...
2003-05-12 twistiasm_builtin_anewarray and asm_builtin_newarray_array...
2003-04-11 twistiFixed trace args functions so they work with 32-bit...
2003-03-23 twistiAdded asm_builtin_anewarray in #ifdef
2003-02-05 stefanMerged everything with MIPS version
1999-10-04 romanjdk1.2 and loader optimisation
1998-11-02 cacaobidirectional layout of vftbl/interfaces added
1998-10-30 cacaoRun time type check with relative numbering added....
1998-10-03 cacaoInitial revision