* Removed all Id tags.
[cacao.git] / src / vm / jit / verify / typeinfo.c
2007-08-27 Christian Thalinger* Removed all Id tags.
2007-08-17 twisti* src/vmcore/class.h (classinfo): Removed ENABLE_JAVASE for
2007-08-16 twisti* src/vm/array.c: New file.
2007-08-10 twisti* src/vmcore/primitive.c: Removed.
2007-06-21 twisti* configure.ac (AC_CHECK_HEADERS): Added sys/socket.h.
2007-06-10 twisti* src/vm/global.h (PRIMITIVETYPE_*): Removed.
2007-04-19 tbfg* src/vm/jit/m68k/linux/md-abi.c (abi_registers_integer...
2007-04-17 edwin* src/vm/jit/stack.c, src/vm/jit/verify/typecheck-common.c,
2007-03-09 twisti* tests/regression/resolving (svn:ignore): Added.
2007-03-06 edwin* src/vmcore/resolve.c: Moved back to src/vm/resolve.c.
2007-01-29 twisti* This is a rather huge commit, which changes the build...
2007-01-10 twisti* src/vm/suck.c (suck_add): Use vm_abort instead of
2006-11-28 edwin* src/vm/jit/verify/typeinfo.c (typeinfo_merge_error...
2006-11-15 edwin* src/vm/jit/allocator/simplereg.c (simplereg_allocate_...
2006-10-13 edwin* src/vm/jit/verify/typeinfo.c (typevector_store):...
2006-10-11 edwin* src/vm/jit/verify/typeinfo.c (typeinfo_init_component...
2006-10-01 edwin* src/vm/jit/verify/typeinfo.c (typevector_store_retadd...
2006-09-14 edwin* src/vm/jit/reg.h (varinfo): Added typeinfo member.
2006-09-05 twisti* src/vm/jit/jit.h (instruction): Removed.
2006-09-05 edwin* src/vm/jit/verify/typecheck.c: Ported to new instruct...
2006-08-07 twisti* src/vm/jit/jit.h (basicblock): Renamed debug_nr to nr.
2006-07-25 twisti* src/vm/jit/jit.h (TYPE_INT, TYPE_LNG, TYPE_FLT, TYPE_...
2006-07-21 twisti* src/vm/exceptions.c (new_verifyerror): Renamed to
2006-05-05 edwin* src/vm/utf8.h, src/vm/utf8.c: The Big utf_* Renaming.
2006-04-30 edwin* src/vm/resolve.c (resolve_method_verifier_checks)
2006-04-04 edwin* src/vm/jit/verify/typeinfo.c (CLASSINFO_IMPLEMENTS_IN...
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2005-12-05 twisti* Replaced c->loaded and c->linked stuff with
2005-12-01 twisti* Removed vm/tables.h include.
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-13 edwinreplaced TYPEINFO_INIT_FROM_CLASSREF_OR_CLASSINFO with...
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-20 edwinmove the verifier towards lazy loading
2005-05-20 twistiKilled panic's, replaced by log_text/assert.
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 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-02-10 twisti#include "vm/class.h"
2004-12-21 jowennkjc runs again. verbose typechecking partly
2004-12-07 twistiGNU header update.
2004-11-30 twistiNew source tree.
2004-07-10 stefanrenamed vftbl type to vftbl_t
2004-06-19 twistiSome lazy loading/linking checks, i believe the are...
2004-05-18 stefanRenamed loging to logging
2004-04-26 twistilazy loading/linking
2004-02-24 edwinavoid 'label at end of compound statement' warning
2004-01-19 edwincleanup and documentation
2004-01-10 edwinadded package access checking
2004-01-10 edwinimplemented subroutine verification (Coglio's method...
2003-12-12 stefanThis is still only C!
2003-12-08 edwinmade descriptor parsing safer + array classes fix
2003-12-08 edwinadded uninitialized object typecheck
2003-12-07 twisti- added standard includes
2003-12-07 edwinadded method invocation typecheck
2003-12-07 edwinadded exception handler typecheck + bugfix
2003-12-06 edwinadded the typechecker (not yet complete)
2003-12-04 edwinpreparations for the typechecker