PUT{STATIC,FIELD}CONST: use iptr[0].op1 for constant type
[cacao.git] / src / vm /
2005-03-20 edwinPUT{STATIC,FIELD}CONST: use iptr[0].op1 for constant...
2005-03-20 edwinadd verification of PUT{STATIC,FIELD}CONST
2005-03-20 edwinPUT{FIELD,STATIC}CONST: store type of constant in iptr...
2005-03-20 twistiImplemented: PUTSTATICCONST, PUTFIELDCONST
2005-03-20 twistiAdded i386_mov_imm_mem
2005-03-20 twistiPUTSTATICCONST, PUTFIELDCONST bugfixes.
2005-03-20 twistiSUPPORT_LONG_LOG -> SUPPORT_LONG_LOGICAL
2005-03-20 twistiAdded and changed some SUPPORT defines.
2005-03-20 twistiNew ICMDs: PUTSTATICCONST, PUTFIELDCONST, IMULPOW2...
2005-03-19 twistiImplemented integer ICMD_xASTORECONST instructions.
2005-03-18 twistiFirst try to implement the scheduler.
2005-03-10 twistiAdded: if USE_SCHEDULER
2005-03-10 christiansimple LSRA update
2005-03-10 twistiAdded IS_ADR_TYPE macro.
2005-03-10 twistiPass stdout to disassinstr for xDSPcore.
2005-03-10 twisti- GNU header update
2005-03-10 twisti- reformated some output, so the number from a whole...
2005-03-10 twistiBetter latency calculation.
2005-03-10 christiansimple LSRA: argument precoloring with CONSECUTIVE...
2005-03-09 twistiOnly compile statistics object with STATISTICS.
2005-03-09 twistiInclude config.h and ifdef statistics stuff to support...
2005-03-09 twisti- added CACAO_JRE_DIR
2005-03-09 twistiInclude config.h and ifdef statistics stuff to support...
2005-03-09 twistiAdded config.h to resolve undefined reference on recomp...
2005-03-08 christiansimple lsra first POWERPC Version (all long in memory)
2005-03-08 christiansimple lsra first POWERPC Version (all long in memory)
2005-03-07 twistiFor xdsp debugging purposes.
2005-03-07 christianlsra configure switch
2005-03-07 christiansimple LSRA Update
2005-03-07 christiansimple LSRA for i386,alpha, x86_64
2005-03-06 stefandon't use r2 as a temp register on linux
2005-03-05 twisti- removed ALIGNCODENOP
2005-03-05 twistiRemoved ALIGNCODENOP.
2005-03-05 twistiJust ignore some files.
2005-03-04 twistiFriday save.
2005-03-04 twistiBuild directory fixes.
2005-03-04 christian*** empty log message ***
2005-03-03 twisti- don't pass unused pos to disassinstr
2005-03-03 twistiDon't pass unused pos to disassintr.
2005-03-03 twistiDon't pass pos to disassinstr.
2005-03-02 twistiHopefully last attempt.
2005-03-02 twistiSave.
2005-03-01 carolynadded inline statistics + error check in VMThread.c
2005-03-01 twistiUpdate.
2005-02-25 carolynXTA running
2005-02-24 twistiBuild fix (sorry).
2005-02-24 twistiWhatever.
2005-02-24 twistiNext save.
2005-02-23 twistiSave.
2005-02-23 twistiRenamed: floatregsnum -> fltregsnum
2005-02-23 twistiProgress...
2005-02-23 twistiAdded SUPPORT_MUL_CONST define.
2005-02-19 carolynxta full code
2005-02-19 carolyn1st level calls print
2005-02-18 christian*** empty log message ***
2005-02-17 christian*** empty log message ***
2005-02-17 twistidisassembler fixes.
2005-02-17 christian*** empty log message ***
2005-02-17 christian*** empty log message ***
2005-02-17 twistiAdded schedule subdir.
2005-02-17 twistiDon't declare float/double functions on xdspcore (preve...
2005-02-17 twistiInitial commit for instruction scheduler.
2005-02-16 twistiCalling convention fixes.
2005-02-15 christian*** empty log message ***
2005-02-15 twistiUse: utf_fillInStackTrace, utf_void__java_lang_Throwable
2005-02-15 twisti- some signal changes
2005-02-15 twistiBuild dir fixes.
2005-02-15 christiannew lsra version
2005-02-15 twisti- disassemble use disassinstr
2005-02-15 twisti- we don't need `i' passed to disassinstr
2005-02-14 stefanrange overwrite fixed in asm_cacheflush
2005-02-10 twisti- using top_builddir instead of top_srcdir where requir...
2005-02-10 twisti- using utf_fillInStackTrace, utf_void__java_lang_Throwable
2005-02-10 twisti- using of utf_fillInStackTrace, utf_void__java_lang_Th...
2005-02-10 twisti- #include "vm/stringlocal.h"
2005-02-10 twisti- #include config.h, vm/class.h, vm/exceptions.h, vm...
2005-02-10 twisti- #include "vm/stringlocal.h"
2005-02-10 twistiMoved thread related defines into threads.h.
2005-02-10 twistiAdded class.[ch], string.[ch], utf8.[ch]
2005-02-10 twisti- added THREADSPECIFIC define for !USE_THREADS
2005-02-10 twistiMoved string stuff into string.[ch], utf into utf8...
2005-02-10 twisti- added #include "vm/class.h"
2005-02-10 twisti#include "vm/stringlocal.h"
2005-02-10 twisti#include "vm/class.h"
2005-02-10 twistiMostly stuff from native.[ch] and tables.[ch].
2005-02-07 twistiBetter locking of zip/jar files with threads.
2005-02-07 twistiRemove qsort warning.
2005-02-03 motsefix: race condition with concurrent access to a jar...
2005-02-01 twisti- added SUPPORT_MUL_CONST
2005-02-01 twistiBetter cacao_create_directoryList code and only add...
2005-01-31 twistiDefine BUILTIN's for float and double functions.
2005-01-31 twistiAdded float and double ICMDs to builtin_desc.
2005-01-28 twisti- better handling of TRACE_ARGS_NUM
2005-01-28 motsefix: restore
2005-01-27 motsefix: forgot a few casts
2005-01-27 motseadd ProtectionDomain/Codesource support
2005-01-27 twistiAdded SUPPORT_LOGICAL_CONST
2005-01-27 twisti- added xdspcore disassembler stuff
2005-01-27 twistiCount also native jit call.
2005-01-24 twistiBuild directory fixes.
next