GNU header update.
[cacao.git] / src / vm / jit / parse.c
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
2004-01-12 twistiIf class is not initialized in put/getstatic we generat...
2004-01-10 edwinimplemented subroutine verification (Coglio's method...
2004-01-07 edwinhandle end_pc == code_length
2004-01-05 twistiRemoved compiler_addinitclass
2003-12-31 edwincheck exception handler range, LOOKUPSWITCH sort, TABLE...
2003-12-14 edwinadded check for illegal opcode 186
2003-12-13 stefanNative threads
2003-12-11 edwinfixed loging crash caused by printf
2003-12-11 edwinchanged builtin table layout
2003-12-10 edwindetect branches to middle of instruction
2003-12-10 edwinadded end-of-bytecode check
2003-12-09 edwinadded UTF-8 validation
2003-12-06 edwinadded the typechecker (not yet complete)
2003-12-05 stefanMade loging thread-safe
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-20 carolynmore XTA updates
2003-11-13 twistiCode indent.
2003-11-03 twistiFurther changes.
2003-11-02 twistiMajor file restructuring.
2003-11-01 twistiConvert -ieee to -noieee so we are calculating correctl...
2003-10-23 stefanRemoved old compiler remains
2003-10-20 twisti- compile without warnings with -Wall
2003-10-04 carolynrta 10-2003
2003-09-26 didiMethod Inlining added
2003-08-03 twisti- use defined instead of #ifdef
2003-07-08 carolyn*** empty log message ***
2003-07-08 carolynRTA update - statistics only until inlining
2003-06-13 twistiasm_builtin_arrayinstanceof builtin for i386
2003-05-12 twisti- heap corruption bug fixed
2003-05-12 carolynRTA update and add XTA stub
2003-05-11 carolynRTA update
2003-05-09 carolynrapid type analysis - carolyn
2003-03-23 twistiAdded asm_builtin_anewarray in #ifdef
1999-11-11 andiexception handling and parser bug fixed
1999-11-09 schanijava.net implemented.
1999-10-04 romanjdk1.2 and loader optimisation
1999-09-27 chrisnarray first check in
1999-01-20 philChanged the makefile system to autoconf/automake.
1998-11-10 cacaosmall corrections for verbosecall
1998-11-09 cacaonewcomp moved to jit