* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / src / vm / jit / parse.c
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-19 edwin* src/vm/jit/parse.c (parse): Removed inlining code.
2006-01-19 edwin* src/vm/jit/parse.c (parse, fillextable): Removed...
2006-01-19 edwin* src/vm/jit/parse.c (parse): Removed commented out...
2006-01-12 twisti* JAVA_MULTIANEWARRAY: Pass c in iptr->val.a and cr...
2006-01-12 twisti* codegen_createnativestub: #ifdef ENABLE_JIT md_param_...
2005-12-22 twisti* parse: Some compilers put a JAVA_NOP after a blockend...
2005-12-05 twisti* JAVA_{PUT,GET}{STATIC,FIELD}: Removed isleafmethods...
2005-12-01 twisti* Removed vm/tables.h include.
2005-11-26 twisti* use_class_as_object removed, link_class added where...
2005-11-07 twisti* Java 1.5 support changes.
2005-11-05 twisti* JAVA_GET/PUT*, JAVA_CHECKCAST, JAVA_INSTANCEOF: Remov...
2005-11-05 twisti* Only added some debug output for mips and powerpc...
2005-11-04 twisti* JAVA_ANEWARRAY, JAVA_MULTIANEWARRAY, JAVA_CHECKCAST...
2005-10-10 edwinfor ATHROW and ARETURN: set iptr->val.a = NULL in parse.c
2005-10-06 edwincheck for invalid opcode 203 (decimal)
2005-10-06 edwincheck for invalid opcode 186 (decimal)
2005-10-06 edwinhonor return value of fillextable
2005-10-06 edwinthrow verify errors instead of assert(0)
2005-10-06 edwinalways check return value of class_getconstant
2005-10-06 edwinthrow verify error instead of assertion
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-09-19 twisti* Changed types.h include to vm/types.h.
2005-08-17 michi* removed arm defines (ICMD_FREM and ICMD_DREM cannot...
2005-07-12 twisti* Removed stuff for remaining asmpart functions, which...
2005-07-11 michiEnabled ICMD_FREM and ICMD_DREM for arm
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* changes for inlining asmpart functions
2005-06-23 twisti* JAVA_{GET,PUT}{STATIC,FIELD}: check for initialized...
2005-06-22 edwinadded checkaccess parameter to resolve_class* functions
2005-06-22 edwinif (opt_verify) set iptr->val.a to NULL to indicate...
2005-06-18 edwinsplit create_unresolved_* functions in create_* and...
2005-06-06 twisti- use parsed descriptors
2005-05-31 twistiRemoved lazy loading defines and old, unused code.
2005-05-23 twisti- killed panic's
2005-05-11 twisti__MIPS__ defines for lazy loading.
2005-04-28 jowennless debug output
2005-04-27 twistiRemaining lazy loading stuff for alpha.
2005-04-26 twisti- lazy loading for alpha (some left)
2005-04-25 twistinew, newarray, multianewarray, checkarraycast, arrayins...
2005-04-24 twistiDo a ICMD_CHECKNULL before monitorenter and nothing...
2005-04-22 jowennfirst part of stacktraces on x86_64
2005-04-22 twistiEnable lazy loading for i386.
2005-04-21 twistiRenamed patcher wrapper function names and some builtins.
2005-04-12 twistiDisable lazy loading now for i386.
2005-04-12 twistiLazy array checkcast and instanceof.
2005-04-11 twistiLazy checkcast and instanceof.
2005-04-11 twistiOld loading code bug fixing.
2005-04-11 twistiLazy loading changes.
2005-04-06 twistiCheck which function to call in JAVA_NEW.
2005-04-06 twistiFixed compile problems.
2005-04-06 twistiLazy loading changes, #ifdef'd for x86_64.
2005-04-03 edwinremoved the class hash and all functions identifying...
2005-04-02 edwinno more unloaded classinfos!
2005-04-02 edwinremoved "class" field in constant_FMIref
2005-04-01 edwinmoved descriptor2typesL to jit/inline/parseXTA.c
2005-04-01 edwinchanged descriptor2types to parsed descriptors and...
2005-03-30 twistiUse proper class load and link functions.
2005-03-29 twistiReplaced class_load with class_load_extern (this is...
2005-03-01 carolynadded inline statistics + error check in VMThread.c
2005-02-25 carolynXTA running
2005-02-10 twisti#include "vm/stringlocal.h"
2005-01-21 carolyninitial XTA set-up changes
2004-12-09 carolynUpdates for parseRT with Threads / debug moved to parse...
2004-12-07 twistiGNU header update.
2004-12-05 jowennalmost all stacktraces do now really work.
2004-11-30 carolynTurned off inlining for verifyerror
2004-11-30 twistiNew source tree.
2004-11-24 twistiWarning fixes.
2004-11-23 twisti- include config.h
2004-11-22 carolyninline interfaces
2004-11-18 twistiRenamed verbose to opt_verbose.
2004-11-14 jowenn2 new icmds, new exception table ordering for inlining...
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-06 motsecorrect exception handler range checks
2004-11-05 twistiCompiler data structure changes. This one is huge!
2004-11-03 jowenntableswitch index problem solved, jump to wrong instruc...
2004-11-02 jowenndynamic native library loading, some inlining changes
2004-10-28 stefancompile fix
2004-10-21 carolynrta update to get rid of debug print
2004-10-11 jowennFix a crash in the code which tests, if a method is...
2004-10-04 carolyninline updates (almost finished) to separate class...
2004-08-01 stefanSupport exception from monitorexit
2004-07-21 twisti- reentrant compiler fixes
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-06-30 twistiInclude options.h/statistics.h instead of main.h.
2004-06-22 twistiRemoved jit.c global variables. Most of them were alrea...
2004-05-27 twisti- many changes related to exceptions
2004-05-18 stefanRenamed loging to logging
2004-04-26 twistigcc-2.x fix, sorry...
2004-04-26 twisti- implemented ICMD_CHECKOOM
2004-03-31 edwinadded field and method resolution
2004-03-29 stefanNative threads almost working
2004-03-25 jowenninlining starts working again for the first time after...
2004-03-11 jowenncacao is now again able to run kjc on i386
2004-03-06 jowennmissing extern and ;
2004-03-06 jowennretrieve line number information
2004-01-19 edwinminor optimizations and cleanup
next