Merged trunk and subtype.
[cacao.git] / src / vm / jit / i386 / codegen.h
2008-09-17 Stefan RingMerged trunk and subtype.
2008-09-17 Stefan RingProper i386 mnemonics
2008-09-17 Stefan RingSubtype code on i386
2008-09-15 Stefan RingMerged PR72 fix.
2008-08-26 Stefan RingMerged comment cleanup (forgot this before).
2008-08-26 Stefan RingMerged subtype branch to new head.
2008-08-21 Christian Thalinger* src/vm/jit/jit.c: Moved to .cpp.
2008-08-21 Christian Thalinger* src/vm/jit/stubs.cpp: New file.
2008-07-09 Peter MolnarMerged with tip.
2008-06-11 Stefan RingFixes PR72.
2007-10-01 Christian Thalinger* src/vm/jit/i386/arch.h (JIT_COMPILER_VIA_SIGNAL)...
2007-09-07 Michael Starzinger* Merged with default branch at rev ce451bbfaf18.
2007-09-07 Michael Starzinger* src/vm/jit/i386/emit.c (emit_patcher_stubs): Removed...
2007-08-30 Michael Starzinger* Merged with default branch at rev 16f3633aaa5a.
2007-08-27 Christian Thalinger* Removed all Id tags.
2007-04-12 michiMerged revisions 7688-7692 via svnmerge from
2007-04-12 twisti* src/vm/jit/codegen-common.c (codegen_generate_stub_co...
2007-03-28 michiMerged revisions 7501-7598 via svnmerge from
2007-03-28 twisti* src/vm/exceptions.h (exceptionptr): Removed.
2007-03-28 twisti* Merged in twisti-branch.
2006-12-16 edwin* src/vm/jit/jit.c (jit_compile_intern): Perform inlini...
2006-12-06 twisti* src/vm/jit/i386/emit.c (vm/options.h): Added.
2006-11-28 twisti* src/vm/jit/i386/codegen.h (vm/jit/i386/emit.h): Added.
2006-11-28 twisti* src/vm/jit/alpha/codegen.h (BRANCH_NOPS): Defined.
2006-11-27 edwin* src/vm/jit/i386/emit.c (emit_memabs): New function.
2006-11-07 twisti* src/vm/jit/i386/md.c (md_codegen_patch_branch): New...
2006-10-02 edwin* src/vm/jit/alpha/codegen.h: Removed M_COPY.
2006-09-30 edwin* src/vm/jit/powerpc/linux/md-abi.c: Use VAR and VAROP...
2006-09-08 edwin* src/vm/jit/i386/codegen.h (M_FLTMOVE): Only assert...
2006-09-07 christianUnified variables changes for common/i386.
2006-09-05 christian* i386/emit.c: Changed to new instruction format.
2006-09-05 edwinMerged changes from trunk.
2006-08-14 christian* src/vm/jit/optimizing/: New directory for optimizing...
2006-07-11 twisti* src/vm/jit/i386/emit.c: Changed prefix from i386_...
2006-04-26 twisti* src/vm/jit/i386/Makefile.am (libarch_la_SOURCES)...
2006-04-24 twisti* src/vm/jit/codegen-common.c (codegen_increase): Chang...
2006-03-28 twisti* src/vm/jit/i386/codegen.c (codegen): Changed signatur...
2006-03-21 twisti* src/vm/jit/i386/codegen.h (ALIGNCODENOP): Added.
2006-03-15 twisti* src/vm/jit/i386/codegen.c: Use new exception stubs...
2006-03-15 twisti* src/vm/jit/i386/codegen.c (GETFIELD, PUTFIELD, PUTFIE...
2006-01-30 twisti* src/vm/jit/i386/codegen.c (codegen): Added profiling...
2006-01-23 twisti* src/vm/jit/stack.c (show_icmd_method): Fixed basic...
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2005-12-22 twisti* BlockPtrOfPC: Removed.
2005-12-21 twisti* LSRA: Renamed to ENABLE_LSRA.
2005-11-04 twisti* M_XOR, M_CLR: Added.
2005-10-21 twisti* PATCHER_CALL_SIZE: Added.
2005-10-10 twisti* M_CALL_IMM: Added.
2005-10-04 twisti* M_BNE: Added.
2005-07-10 twisti* Implemented new stacktrace system
2005-06-26 twisti* M_ALD, M_AST: macros added
2005-06-13 twisti* native stub changes (data/code segment usage)
2005-06-08 christianMoved abi stuff to machine depended files
2005-05-23 twistiKilled panic's.
2005-05-13 twisti- renamed some I386_* to more common REG_* or ALU_*
2005-04-25 twisti- removed ALIGNCODENOP
2005-04-22 christian4 Byte Stackslots for i386 (native Calling Convention)
2005-04-22 twistiAdded: i386_emit_membase32
2005-04-13 christianregister allocator uses unused argument registers in...
2005-04-05 christiannew ARGVAR Handling in stack.c
2004-12-07 twistiGNU header update.
2004-11-30 twistiNew source tree.
2004-11-23 twistiMoved architecture dependent stuff into arch.h.
2004-11-05 twistiCompiler data structure changes.
2004-07-22 twistiReentrant compiler changes.
2004-06-30 twistiDefine {INT,FLT}_{ARG,SAV}_CNT
2004-06-22 twistiRemoved jit.c global variables. Most of them were alrea...
2004-06-05 twisti- fixed ArrayIndexOutOfBoundsException bug
2004-06-05 twisti- moved all code emitter functions in emitfuncs.c
2004-05-27 twistiSome header changes.
2004-05-03 stefannative threads - critical section (cast) change
2004-04-26 twistiRemoved unused fpu stuff (this should be implemented...
2003-12-14 stefanMore macros
2003-12-14 twistiAdded code macros:
2003-12-13 twisti- most important: exchanged REG_ITMP2 and REG_ITMP3...
2003-11-09 twistiFurther code changes.
2003-11-02 twistiMajor file restructuring.