* src/vm/jit/x86_64/codegen.h: Use multi-byte NOP for code alignment.
[cacao.git] / src / vm / jit / x86_64 / codegen.h
2009-11-14 Stefan Ring* src/vm/jit/x86_64/codegen.h: Use multi-byte NOP for...
2009-09-22 Stefan Ring* src/vm/jit/x86_64/codegen.h: Generate mfence instruction.
2009-08-31 Michael Starzinger* src/vm/jit/codegen-common.cpp (codegen_emit): New...
2008-12-20 Stefan RingMerged branch subtype-trunk into default.
2008-11-28 Stefan RingMerge from subtype.
2008-11-26 Stefan RingMerge from subtype.
2008-11-23 Stefan RingMerge from subtype.
2008-10-31 Stefan RingMerge to subtype-trunk (manually: src/vm/linker.hpp...
2008-10-20 Stefan RingMerge from subtype branch.
2008-10-18 Stefan RingMerged to new default.
2008-10-14 Stefan Ring"Unmerged" jitcache again.
2008-10-13 Stefan RingMerged new changes from default (manually: src/vm/jit...
2008-10-12 Stefan RingMerged new changes from default (manually: src/vm/jit...
2008-10-10 Robert Schuster * Updated to jitcache-arm-x86 branch d4f6023b26c5...
2008-09-23 Stefan RingMerge from default with manual cleanup (src/vm/class...
2008-09-18 Stefan RingMerged subtype and current trunk.
2008-09-17 Stefan RingMerged trunk and subtype.
2008-09-17 Stefan RingProper x86_64 mnemonics
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-19 Stefan Ring* src/vm/jit/x86_64/codegen.c: Fixed INSTANCEOF for...
2008-06-11 Stefan RingFixes PR72.
2008-06-09 Stefan Ring* src/vm/builtin.c: Added fast_subtype_check.
2007-09-29 Christian Thalinger* src/vm/jit/asmpart.h [!JIT_COMPILER_VIA_SIGNAL]
2007-09-07 Christian Thalinger* src/vm/jit/patcher-common.h: Added __X86_64__ ifdef.
2007-09-07 Christian Thalinger* src/vm/jit/patcher-common.h: Added __X86_64__ ifdef.
2007-09-07 Michael Starzinger* Merged with default branch at rev ce451bbfaf18.
2007-09-07 Christian Thalinger* Merged with 79e3a1932e59.
2007-09-07 Christian Thalinger* src/vm/jit/x86_64/codegen.h (M_BYTE1, M_BYTE2): New...
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.
2007-02-03 twisti* src/vm/jit/x86_64/codegen.c (codegen) [ENABLE_PROFILI...
2006-12-07 twisti* src/vm/jit/x86_64/emit.c (vm/options.h): Added.
2006-12-01 twisti* src/vm/jit/x86_64/codegen.h (vm/jit/x86_64/emit.h...
2006-11-28 twisti* src/vm/jit/alpha/codegen.h (BRANCH_NOPS): Defined.
2006-11-10 twisti* src/vm/jit/x86_64/codegen.c (codegen): Use
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-15 christian* src/vm/jit/x86_64/emit.c (emit_load): Changed to...
2006-09-05 edwin* src/vm/jit/x86_64/codegen.h (ICONST): Fix this macro...
2006-07-06 twisti* src/vm/jit/x86_64/codegen.c (codegen): Use code varia...
2006-05-23 twisti* src/vm/jit/x86_64/codegen.c: Changed the code generat...
2006-05-23 twisti* src/vm/jit/x86_64/emit.c (emit_movl_reg_reg): New...
2006-04-27 twisti* src/vm/jit/x86_64/emit.c: Changed x86_64 function...
2006-04-24 twisti* src/vm/jit/codegen-common.c (codegen_increase): Chang...
2006-04-20 twisti* src/vm/jit/x86_64/codegen.h (M_ALD32): Added.
2006-04-18 twisti* src/vm/jit/x86_64/codegen.c (vm/jit/emit.h): Added.
2006-04-11 twisti* src/vm/jit/x86_64/codegen.c (codegen): Changed signat...
2006-03-15 twisti* src/vm/jit/codegen-common.h (branchref): Removed.
2006-01-31 twisti* src/vm/method.h (methodinfo): Renamed executioncount to
2006-01-30 twisti* src/vm/options.h, src/vm/options.c (opt_prof): Added.
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2005-12-22 twisti* vm/jit/jit.h: Added.
2005-11-17 twisti* M_LST_IMM32, M_AST_IMM32: Added.
2005-11-07 twisti* M_LSUB, M_LSUB_IMM32, M_AND, M_IAND, M_IAND_IMM,...
2005-11-04 twisti* M_IMOV_IMM: Added.
2005-10-24 twisti* M_CMP, M_CMP_IMM, M_CMP_MEMBASE: Added.
2005-10-21 twisti* config.h: Added.
2005-10-04 twisti* M_XOR, M_BNE: Added.
2005-09-21 twisti* types.h include fixes.
2005-09-21 twisti* thread_restartcriticalsection: Removed, should be...
2005-07-20 twisti* M_LEA: removed
2005-07-20 twisti* M_LEA: added
2005-07-13 twisti* M_PUSH_IMM: added
2005-07-10 twisti* M_MOV_IMM, M_PUSH, M_JMP, M_JMP_IMM, M_CALL: added
2005-07-09 twisti* Use new, more general, stacktrace system
2005-06-30 twisti* M_RET: added
2005-06-21 twisti* Added M_ALD, M_AST macros
2005-06-21 twisti* Added M_LADD, M_AADD macros
2005-06-13 twisti* Remove deprecated BlockPtrOfPC macro
2005-06-08 twisti- removed SET_ARG_STACKSLOTS
2005-04-29 twistiI think we should also use some alpha macros on x86_64.
2005-04-26 twistiDefine M_NOP.
2005-04-13 christianregister allocator uses unused argument registers in...
2005-04-11 twistiLazy loading changes (CHECKCAST and INSTANCEOF are...
2005-04-05 christianconsecutive argument numbering for -si
2005-04-05 christiannew ARGVAR Handling in stack.c
2005-03-24 twistiAdded x86_64_emit_byte_rex: movb_reg_membase needs...
2005-03-20 twistiRenamed x86_64_is_immxx to IS_IMMxx. Maybe these should...
2005-03-05 twistiRemoved ALIGNCODENOP.
2004-12-07 twistiGNU header update.
2004-12-03 twistiLess important changes.
2004-11-30 twistiNew source tree.
2004-11-24 twistiInclude <ucontext.h> instead of <sys/...>.
2004-11-17 twistiMoved architecture stuff into arch.h.
2004-11-05 twistiAgain changes concerning compiler data structures....
2004-07-26 twistiReentrant compiler changes.
2004-07-16 twistibug fixes: DUP2_X1 and DUP* regalloc
2004-07-07 twistiGlobal compiler variables changes.
2004-07-01 twisti- moved defines into header
2004-02-26 twistiDefine functions prototypes
next