* builtin_multianewarray: Handle MIPS32 correctly (s4 in an s8 slot)
[cacao.git] / src / vm / builtin.c
2005-08-23 cacao* builtin_multianewarray: Handle MIPS32 correctly ...
2005-07-20 twisti* builtin_dummy: Removed.
2005-07-13 twisti* builtintable_entry_debug_dump: removed, sorry edwin...
2005-07-12 twisti* builtin_trace_args: remaining paramcount fix
2005-07-05 twisti* builtin_new: removed commented debug output
2005-07-04 christiandebug helper removed
2005-07-03 christianPreliminary Bugfix for PowerPC/Linux. Only 3 parameters...
2005-06-29 twisti* builtin_fdiv, builtin_ddiv, builtin_dneg: implemented...
2005-06-25 twisti* builtin_displaymethodstop: print hex values of intege...
2005-06-25 twisti* builtin_asm_get_stackframeinfo: don't declare as...
2005-06-22 twisti* builtintable_sort_internal: removed, we don't need it
2005-06-20 edwinadded builtintable_entry_debug_dump
2005-06-20 edwinfixed classref field for 'this' parameter in methoddescs
2005-06-09 twisti* don't use get_variable_message_length, it's not neessary
2005-06-08 twisti* use dump memory in trace functions, should be faster
2005-06-06 twisti- removed old builtin table stuff
2005-05-31 twisti- removed lazy loading defines
2005-05-23 twisti- builtin_throw_exception, builtin_trace_args, builtin_...
2005-05-11 twisti- renamed *_checkarraycast to *_arraycheckcast
2005-04-26 twistiCode patching: alpha define in builtin table.
2005-04-25 twistiReplaced asm_wrapper_patcher_BUILTIN_* with PATCHER_bui...
2005-04-25 twisti- made builtin_monitorexit void
2005-04-22 jowennfirst part of stacktraces on x86_64
2005-04-21 twisti- renamed patcher wrapper entries in builtin table
2005-04-14 edwinimplemented defineClass with name == NULL
2005-04-12 twistii386 defines in builtin table.
2005-04-12 twistiAdded asm_patcher_* functions.
2005-04-11 twistiifdef assembler functions in builtin table.
2005-04-11 twistiAdded asm_builtin_newarray to builtin_desc.
2005-04-06 twistiAdded asm_builtin_new to builtin table.
2005-04-03 twistiRenamed class_init to initialize_class.
2005-04-03 edwinremoved the class hash and all functions identifying...
2005-04-02 edwinno more unloaded classinfos!
2005-03-30 twistiUse proper class load and link functions.
2005-03-30 twistiMoved builtin table stuff from jit.c
2005-03-29 twistiRemoved SIZE_FROM_CLASSINFO stuff (i think we don't...
2005-02-19 carolyn1st level calls print
2005-02-10 twisti- #include "vm/stringlocal.h"
2005-01-28 twisti- better handling of TRACE_ARGS_NUM
2005-01-04 twistibuiltin_isanysubclass/builtin_isanysubclass_vftbl bugfi...
2004-12-22 twistiUse monitorenter/exit only with threads.
2004-12-20 jowenngenerate package names correctly, now they are not...
2004-12-07 twistiGNU header update.
2004-11-30 twistiNew source tree.
2004-11-18 twisti- #include "nat/java_lang_VMObject.h"
2004-11-18 twisti- removed unused include
2004-11-14 jowenn2 new icmds, new exception table ordering for inlining...
2004-11-12 twistiRemoved warning.
2004-08-01 stefanInitialize object locks
2004-07-28 twisti- compile with --enable-threads=no fixes (my fault)
2004-07-21 twisti- added #include "exceptions.h"
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-07-03 stefanstatic monitorenter merge
2004-06-30 twistiInclude options.h instead of main.h.
2004-06-29 twistiPrint detailMessage in builtin_throw_exception.
2004-06-19 twistiBug fix in builtin_monitor* with green threads: monitor...
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-06-02 twistiifdef __GNUC__ #warnings for mips pro compiler
2004-05-31 jowennExceptions work now with nested builtin_news correctly...
2004-05-26 twistiCheck class_{load,link,init} for exceptions.
2004-05-26 jowennthe cleaner part of the code for stub created exception...
2004-05-19 stefancast_lock removed (using asm_getclassvalues_atomic...
2004-05-18 stefanRenamed loging to logging
2004-04-26 twisti- lazy loading/linking stuff
2004-04-21 stefanremoved builtin_reset_exceptionptr
2004-03-30 twisti- removed references to proto_ exceptions
2004-03-29 stefanNative threads almost working
2004-03-18 jowennadditional fields for line numbers added to data segmen...
2004-03-15 jowenncompile and run again on alpha. No new features from...
2004-03-15 jowennexception back traces for i386
2004-03-14 twistiPOWERPC defines in builtin_trace_args and builtin_displ...
2004-03-11 jowenncacao is now again able to run kjc on i386
2004-03-02 jowennnative functions, getClassContext, currentClassLoader...
2004-02-16 jowennfix for Object[] oa = (Object[])java.lang.reflect.Array...
2004-02-02 twistiPrint initialize class log message only if it's really...
2004-01-29 carolynStatic analysis changes to parse starting with Object...
2004-01-21 stefanMore NATIVE_THREADS ifdefs
2004-01-19 edwincleanup
2004-01-10 edwinimplemented subroutine verification (Coglio's method...
2004-01-06 stefanexceptionptr update for native threads
2004-01-06 twistiLog class initialization in builtin_new.
2004-01-05 stefanNative threads
2003-12-16 edwinsafe methodindent--
2003-12-15 twisti64-bit warning fixes.
2003-12-15 twistiCompile fix.
2003-12-14 stefanNative threads
2003-12-11 edwinfixed loging crash caused by printf
2003-12-11 edwinchanged builtin table layout
2003-12-08 jowennarray out of memory fixlet, InvocationTargetException...
2003-12-07 twisti- removed usage of native-math.h
2003-12-06 edwinadded the typechecker (not yet complete)
2003-12-05 stefanMade loging thread-safe
2003-12-04 stefanThis is C
2003-12-04 jowennone bug less related to class/exception handing and...
2003-12-01 jowennreflection, loader fix (before it did offer an unloaded...
2003-11-23 edwinnew array classes cleanup + made tests (except fp*...
2003-11-21 jowennmerge from gnuclasspath branch. I hope I didn't miss...
2003-11-13 twistiChanged SUPPORT_LONG_MULDIV to SUPPORT_LONG_MUL and...
2003-11-12 twisti#ifdef'ed builtin_exception for later use.
2003-11-12 twisti- code indent
next