* lastmcodeptr: Stuff added.
[cacao.git] / src / vm / jit / verify /
2005-10-17 edwinmake NDEBUG disable TYPEINFO_DEBUG and TYPECHECK_DEBUG
2005-10-13 edwinreplaced TYPEINFO_INIT_FROM_CLASSREF_OR_CLASSINFO with...
2005-10-07 edwinverify that first argument of instance method is of...
2005-10-06 edwincheck param types *before* calling constrain_unresolved...
2005-10-06 edwinadded case for verifying unresolved arrayinstanceof
2005-10-05 edwincode cleanup, moved flag init to separate function
2005-10-05 edwinverify unresolved array references in MULTIANEWARRAY
2005-10-05 edwinverify invocations of generic builtin methods
2005-10-05 edwincode cleanup, moved some code into separate functions
2005-10-05 edwinverify that abstract classes are not instantiated
2005-10-05 edwinverify that the right <init> is called for uninitialize...
2005-10-05 edwincache self-reference of class in link_class_intern
2005-10-05 edwinfor INVOKESPECIAL: check that it may only call <init...
2005-10-04 edwinadded a large comment explaining the typechecker
2005-10-04 twisti* ICMD_CHECKASIZE, ICMD_CHECKEXCEPTION: Removed.
2005-09-19 twisti* Changed types.h include to vm/types.h.
2005-07-19 michi* added ICMD_IMULPOW2 and ICMD_LMULPOW2
2005-07-13 twisti* Compiler warnnig fixes
2005-07-12 twisti* Removed stuff for remaining asmpart functions, which...
2005-07-11 twisti* Added alpha defines for new stacktrace system
2005-07-10 twisti* Added i386 defines for new ICMDs
2005-07-10 edwintypecheck for ICMD_ARRAYCHECKCAST and ICMD_AASTORE
2005-07-09 twisti* Added x86_64 defines
2005-07-08 twisti* ICMD_AASTORE, ICMD_ARRAYCHECKCAST: added
2005-07-02 edwinfix subclass testing in typeinfo.c: check subclass...
2005-06-23 edwincomments
2005-06-23 edwinexception handling in typeinfo.c and typecheck.c
2005-06-23 twisti* Time for -Werror
2005-06-22 edwinadded comments and assertions, minor cleanup
2005-06-22 edwinadded comments (and some assertions)
2005-06-22 edwinadded checkaccess parameter to resolve_class* functions
2005-06-22 edwinfixed undefined return value of verify_init_locals
2005-06-22 edwinmade verify_ functions static
2005-06-22 edwinintroducted verifier_state structure
2005-06-20 edwindo not check protected access for methods of arrays...
2005-06-20 edwinmove the verifier towards lazy loading
2005-06-20 edwinturn on TYPECHECK_DEBUG, turn off TYPECHECK_VERBOSE
2005-06-06 twistiCommented builtin stuff. This has to be fixed correctly.
2005-05-20 twisti- killed panic's, replaced mostly by verify errors
2005-05-20 twistiKilled panic's, replaced by log_text/assert.
2005-05-11 twistiRenamed *_checkarraycast to *_arraycheckcast.
2005-04-24 twistiRenamed ICMD_NULLCHECKPOP to ICMD_CHECKNULL and it...
2005-04-03 edwinremoved the class hash and all functions identifying...
2005-04-02 edwinno more unloaded classinfos!
2005-04-02 edwinstarted changing constant pool to constant_classrefs
2005-04-02 edwinchanged exception types and innerclass references to...
2005-04-02 edwinclassinfo: changed type of super and interfaces to...
2005-04-01 edwinremoved old descriptor parsing functions
2005-04-01 edwinextended type system to use symbolic references
2005-03-30 twistiCall proper class load/link functions.
2005-03-27 edwinmoved CLASS_IS_ARRAY to vm/jit/verify/typeinfo.c
2005-03-25 edwinmoved the check for classinfo->linked
2005-03-25 edwindocumentation updates for the coming changes
2005-03-25 edwinmoved INSTRUCTION_PUTCONST_* macros to vm/jit/jit.h
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-05 twistiJust ignore some files.
2005-02-10 twisti#include "vm/class.h"
2004-12-21 jowennkjc runs again. verbose typechecking partly
2004-12-21 twistiWarning fixes.
2004-12-20 jowenngenerate package names correctly, now they are not...
2004-12-07 twistiGNU header update.
2004-12-06 twistiUse libtool to compile cacao libraries. We need to...
2004-12-03 twisti- build/dist/install changes
2004-11-30 twistiNew source tree.
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-19 twistiSome lazy loading/linking checks, i believe the are...
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-26 twistiOnly a header file...
2004-05-18 stefanRenamed loging to logging
2004-04-26 twisti- implemented ICMD_CHECKOOM
2004-04-26 twistilazy loading/linking
2004-03-25 jowenninlining starts working again for the first time after...
2004-02-24 edwinavoid 'label at end of compound statement' warning
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-19 edwincleanup and documentation
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-16 edwinremoved c++ comment
next