* src/vm/jit/x86_64/emit.c (emit_load): Changed to new variable
[cacao.git] / src / vm / jit / verify /
2006-09-14 edwin* src/vm/jit/verify/typecheck.c (verify_basic_block...
2006-09-14 edwin* src/vm/jit/verify/typecheck.c (typecheck_invalidate_l...
2006-09-14 edwin* src/vm/jit/reg.h (varinfo): Added typeinfo member.
2006-09-08 edwin* src/vm/jit/codegen-common.h: Removed the NEW_VAR...
2006-09-08 edwin* src/vm/jit/verify/typecheck.c: Removed code for DUPs.
2006-09-07 christianUnified variables changes for common/i386.
2006-09-05 twisti* src/vm/jit/jit.h (instruction): Removed.
2006-09-05 edwin* src/vm/jit/jit.h (basicblock): Changed type of iinstr to
2006-09-05 edwin* src/vm/jit/jit.h (jitdata): Removed field new_rd.
2006-09-05 edwin* src/vm/jit/verify/typecheck.c: Ported to new instruct...
2006-08-08 twisti* src/vm/jit/stack.c (new_stack_analyse): Replaced...
2006-08-07 twisti* src/vm/jit/jit.h (basicblock): Renamed debug_nr to nr.
2006-07-25 twisti* src/vm/jit/jit.h (ICMD_ELSE_ICONST): Removed.
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-31 edwin* src/vm/jit/ifconv/ifconv.c (show.h): Include this...
2006-05-26 edwin* src/vm/loader.h: Comment update.
2006-05-15 twisti* src/vm/hashtable.h,
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-25 edwin* src/vm/jit/verify/typecheck.c (typecheckverbose)...
2006-04-12 edwin* src/vm/jit/parse.c (parse): New unresolved reference...
2006-04-12 edwin* src/vm/class.c (class_showconstantpool): Use the...
2006-04-05 edwin* src/vm/jit/jit.h (instruction): Removed `method`...
2006-04-04 edwin* src/vm/jit/verify/typeinfo.c (CLASSINFO_IMPLEMENTS_IN...
2006-03-28 twisti* src/vm/method.h (vm/jit/code.h): Added.
2006-03-22 edwin* src/vm/jit/jit.h (ICMD_READONLY_ARG, ICMD_CLEAR_ARGRE...
2006-03-16 twisti* src/vm/jit/tools/Makefile.am, src/vm/jit/verify/Makef...
2006-03-06 twisti* src/vm/jit/powerpc/linux/Makefile.am (LIBS): Added...
2006-02-06 edwin* src/vm/jit/verify/typecheck.c (verify_basic_block...
2006-02-04 edwin* src/vm/jit/verify/typecheck.c (logging): Adapted...
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-22 twisti* src/boehm-gc/.cvsignore, src/boehm-gc/include/.cvsignore,
2006-01-21 edwin* src/vm/jit/verify/typecheck.c (typestack_copy, typest...
2006-01-12 twisti* config.h, vm/types.h: Added.
2006-01-12 twisti* verify_multianewarray: Usage iptr->val.a and iptr...
2005-12-30 twisti* vm/jit/codegen.inc.h: Renamed to vm/jit/codegen-common.h.
2005-12-05 twisti* Replaced c->loaded and c->linked stuff with
2005-12-05 twisti* ICMD_{PUT,GET}{STATIC,FIELD}: Don't set isleafmethod...
2005-12-01 twisti* Removed vm/tables.h include.
2005-11-28 edwin* renamed CACAO_TYPECHECK to ENABLE_VERIFIER
2005-11-09 edwinmark statistics on primitive loads as "currently not...
2005-11-09 edwinsave a function call in typecheck.c (without using...
2005-11-08 edwintypeinfo.h: rewrote some macros as functions
2005-11-08 edwintypecheck.c: rewrote some macros as functions
2005-11-07 edwinadapt verifier to java 1.5 changes (ACONSTs are now...
2005-11-07 twisti* ICMD_ARRAYCHECKCAST: Removed due to Java 1.5 changes.
2005-11-05 twisti* JAVA_GET/PUT*: Removed __POWERPC__ define, since...
2005-11-04 twisti* verify_builtin: Use classinfo instead of vftbl for...
2005-10-24 edwintypecheck: use patcher for postponed typechecks for...
2005-10-24 edwinadded more detailed statistics to typecheck.c
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
next