* Removed all Id tags.
[cacao.git] / src / vm / jit / parse.h
2007-08-27 Christian Thalinger* Removed all Id tags.
2007-04-04 twisti* src/vm/jit/parse.c (BYTECODEINDEX_TO_BASICBLOCK)...
2007-03-30 twisti* src/vm/jit/parse.c (parse_realloc_instructions):...
2006-12-11 twisti* src/vm/signal.c (signal_init): Use SUPPORT_HARDWARE_D...
2006-12-10 twisti* src/vm/jit/parse.c (ICMD_CHECKNULL): Use OP_CHECK_EXC...
2006-11-12 edwin* src/vm/jit/parse.c, src/vm/jit/parse.h (Changes)...
2006-11-12 edwin* src/vm/jit/jit.h (INS_FLAG_ID_SHIFT, INS_FLAG_ID_MASK...
2006-11-12 edwin* src/vm/jit/parse.h: Fixed typos.
2006-10-15 edwin* src/vm/jit/jit.h (exception_entry): New struct.
2006-10-03 edwin* src/vm/jit/powerpc/codegen.c: Removed new_ prefix...
2006-10-03 edwin* src/vm/resolve.c: Removed new_ prefix from function...
2006-09-12 edwin* src/vm/jit/parse.c (parse_check_instructions): Renamed to
2006-09-08 edwin* src/vm/jit/parse.h: Removed old code.
2006-09-07 christianUnified variables changes for common/i386.
2006-09-06 edwin* src/vm/jit/jit.h (INS_FLAG_NOCHECK): Reversed to...
2006-09-06 edwin* src/vm/jit/parse.h (INSTRUCTIONS_CHECK): New macro.
2006-09-06 christian* src/vm/jit/stack.c (new_stack_analyse): Ifdeffed...
2006-09-06 edwin* src/vm/jit/parse.h: Removed NEW_ prefix from macros.
2006-09-06 christian* src/vm/stack.c (new_stack_analyse): Removed assert...
2006-09-05 christian* i386/emit.c: Changed to new instruction format.
2006-09-05 edwin* src/vm/jit/parse.h: Removed code for old instruction...
2006-08-08 twisti* src/vm/jit/parse.h (new_block_insert): Renamed to
2006-07-26 twisti* src/vm/jit/parse.h (code_get_u1, code_get_s1, code_ge...
2006-07-14 edwin* src/vm/jit/parse.h (NEW_OP_STORE_ONEWORD): Store...
2006-07-10 twisti* src/vm/jit/code.h (codeinfo): Removed basicblocks...
2006-07-06 twisti* src/vm/method.h (methodinfo): Removed isleafmethod...
2006-06-01 edwin* src/vm/jit/parse.h (new_block_insert): New macro.
2006-06-01 edwin* src/vm/jit/parse.h: Reworked and documented macros...
2006-05-30 edwin* src/vm/jit/parse.c (new_parse): Worked on implementin...
2006-05-30 edwin* src/vm/jit/parse.h (new_instruction): Moved `bte...
2006-05-29 edwin* src/vm/jit/parse.h: New macros for new instruction...
2006-05-29 edwin* src/vm/jit/parse.h: Reordered and commented macros...
2006-05-29 edwin* src/vm/jit/jit.h (new_instruction): Committed the...
2006-04-30 edwin* src/vm/resolve.c (resolve_method_verifier_checks)
2006-04-05 edwin* src/vm/jit/parse.h, src/vm/jit/parse.c (OP1LOAD):
2006-04-05 edwin* src/vm/jit/jit.h (instruction): Removed `method`...
2006-03-28 twisti* src/vm/method.h (vm/jit/code.h): Added.
2006-03-23 edwin* src/vm/jit/parse.h (bound_check): Renamed to CHECK_BY...
2006-02-05 edwin* src/vm/jit/parse.c (parseRT.h, parseXTA.h, inline...
2006-02-05 edwin* src/vm/jit/parse.c, src/vm/jit/parse.h (inline_env...
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-19 edwin* src/vm/jit/parse.h: Added vim boilerplate.
2005-12-30 twisti* vm/jit/codegen.inc.h: Renamed to vm/jit/codegen-common.h.
2005-11-07 twisti* LOADCONST_A_CLASS: Added.
2005-10-26 twisti* Some code reformated.
2005-10-06 edwinremoved debug print
2005-10-04 twisti* OP, OP1, OP2I: Reformatted.
2005-06-06 twisti- use parsed descriptors
2005-04-28 jowennless debug output
2005-04-25 twistiAdded: BUILTIN1T, BUILTIN2T which take a target argumen...
2005-04-11 twistiAdded OP2AT which also sets the target.
2005-04-06 twistiAdded OP2A_NOINC: required for lazy loading code
2005-04-01 edwinmoved descriptor2typesL to jit/inline/parseXTA.c
2005-04-01 edwinchanged descriptor2types to parsed descriptors and...
2004-12-07 twistiGNU header update.
2004-11-30 twistiNew source tree.
2004-11-17 twisti-ansi warning fixes.
2004-11-05 twistiCompiler data structure changes. This one is huge!
2004-10-21 carolynrta update to get rid of debug print
2004-10-04 carolyninline updates (almost finished) to separate class...
2004-07-21 twisti- reentrant compiler fixes
2004-06-22 twistiRemoved jit.c global variables. Most of them were alrea...
2004-05-27 twisti- many changes related to exceptions
2004-05-26 jowennthe cleaner part of the code for stub created exception...
2004-04-26 twisti- implemented ICMD_CHECKOOM
2003-11-02 twistiMajor file restructuring.