* Removed all Id tags.
[cacao.git] / src / vm / jit / verify / typeinfo.h
2007-08-27 Christian Thalinger* Removed all Id tags.
2007-01-29 twisti* This is a rather huge commit, which changes the build...
2006-11-19 edwin* src/vm/jit/stack.c (stack_analyse): Keep TYPE_RET...
2006-10-01 edwin* src/vm/jit/verify/typeinfo.h: Disabled TYPECHECK_VERBOSE.
2006-09-14 edwin* src/vm/jit/reg.h (varinfo): Added typeinfo member.
2006-07-25 twisti* src/vm/jit/jit.h (TYPE_INT, TYPE_LNG, TYPE_FLT, TYPE_...
2006-04-30 edwin* src/vm/resolve.c (resolve_method_verifier_checks)
2006-04-25 edwin* src/vm/jit/verify/typecheck.c (typecheckverbose)...
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-12 twisti* config.h, vm/types.h: Added.
2005-11-28 edwin* renamed CACAO_TYPECHECK to ENABLE_VERIFIER
2005-11-08 edwintypeinfo.h: rewrote some macros as functions
2005-11-07 edwinadapt verifier to java 1.5 changes (ACONSTs are now...
2005-10-17 edwinmake NDEBUG disable TYPEINFO_DEBUG and TYPECHECK_DEBUG
2005-06-23 edwincomments
2005-06-23 edwinexception handling in typeinfo.c and typecheck.c
2005-06-22 edwinadded checkaccess parameter to resolve_class* functions
2005-06-20 edwinturn on TYPECHECK_DEBUG, turn off TYPECHECK_VERBOSE
2005-04-02 edwinclassinfo: changed type of super and interfaces to...
2005-04-01 edwinextended type system to use symbolic references
2005-03-25 edwindocumentation updates for the coming changes
2004-12-07 twistiGNU header update.
2004-11-30 twistiNew source tree.
2004-01-19 edwincleanup and documentation
2004-01-10 edwinadded package access checking
2004-01-10 edwinimplemented subroutine verification (Coglio's method...
2003-12-16 edwinremoved c++ comment
2003-12-08 edwinadded #includes and emacs tailer
2003-12-08 edwinadded uninitialized object typecheck
2003-12-07 twisti- added stdio.h include
2003-12-06 edwinadded the typechecker (not yet complete)
2003-12-04 edwinpreparations for the typechecker