GNU header update.
[cacao.git] / src / vm / jit / verify / typecheck.c
2004-12-07 twistiGNU header update.
2004-11-30 twistiNew source tree.
2004-11-19 twistiAgain a #warning without __GNUC__. Ahhhhhhhhhhhhhh!
2004-11-17 twisti-ansi warning fixes.
2004-11-14 jowenn2 new icmds, new exception table ordering for inlining...
2004-11-11 twisti#ifdef #warning (mipspro compiler).
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-11 jowennFix a crash in the code which tests, if a method is...
2004-07-22 twistiAdded ICMD_xASTORECONST
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-07-04 stefanfix some warnings
2004-06-22 twistiRemoved jit.c global variables. Most of them were alrea...
2004-06-17 twistiFixed include paths.
2004-05-27 twisti- #include "native.h"
2004-05-26 jowennthe cleaner part of the code for stub created exception...
2004-05-18 stefanRenamed loging to logging
2004-04-26 twisti- implemented ICMD_CHECKOOM
2004-03-25 jowenninlining starts working again for the first time after...
2004-02-08 edwinchanged savedstack implementation
2004-02-08 edwinfixed exception typechecking
2004-02-08 edwinrestore input stack types changed by <init> call
2004-01-19 edwinoptimizations and cleanup
2004-01-10 edwinadded package access checking
2004-01-10 edwintypecheck cleanup
2004-01-10 edwinimplemented subroutine verification (Coglio's method...
2003-12-31 edwincheck JSR recursion, access flags, special method invok...
2003-12-22 edwincomment
2003-12-16 edwincomments
2003-12-15 edwinallow throwing across JSR boundaries
2003-12-14 edwinbugfix
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-08 edwinmade descriptor parsing safer + array classes fix
2003-12-08 edwinadded #includes and emacs tailer
2003-12-08 edwinadded uninitialized object typecheck
2003-12-07 edwinminor loging changes
2003-12-07 edwinsome typecheck fixes
2003-12-07 edwinadded method invocation typecheck
2003-12-07 edwinadded exception handler typecheck + bugfix
2003-12-06 edwinadded the typechecker (not yet complete)