ETRAX: Removed unused struct entry and fixed Windows build.
[qemu] / tcg / tcg.c
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-04-16 aurel32tcg: make sure NDEBUG is defined before including ...
2009-04-13 aurel32Add a --enable-debug-tcg option to configure
2009-04-06 aurel32tcg: add a CONST flag to TCG helpers
2009-02-11 blueswir1TCG: remove obsolete old_op_count profiler field
2009-02-10 blueswir1Add "static"
2009-01-15 aliguoriglobal s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-03 aurel32tcg: remove tcg_global_reg2_new_hack()
2008-12-14 aurel32tcg: kill two warnings
2008-12-10 malcIntroduce and use cache-utils.[ch]
2008-12-07 aurel32Some cleanups after dyngen removal
2008-12-07 aurel32Some cleanups after dyngen removal
2008-12-07 blueswir1Some fixes for TCG debugging
2008-11-29 malcFix alignment of 64bit args
2008-11-18 malcPreliminary AIX support
2008-11-17 pbrookTCG variable type checking.
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-10-21 aurel32TCG: add tcg_const_local_tl()
2008-09-14 blueswir1Display TCGCond name in tcg dumper (original patch...
2008-08-17 blueswir1Fix some warnings that would be generated by gcc -Wmiss...
2008-06-11 thsAllocate register pair for 64-bit registers on 32-bit...
2008-06-07 thsAllocate a register pair instead of a single register.
2008-06-03 thsSpelling fixes, by Stefan Weil.
2008-05-25 bellardsuppressed unused macro handling
2008-05-25 bellardadded local temporaries
2008-05-23 bellardadded tcg_temp_free() and improved the handling of...
2008-05-23 bellardcompilation fix
2008-05-23 bellardprofiler clean up
2008-05-22 bellardadded debug_insn_start debug instruction
2008-05-22 bellarddebug output: write helper names
2008-05-22 bellardmore generic call codegen
2008-05-22 bellardfixed zero shifts (64 bit case)
2008-05-21 bellardfixed dead global variable update
2008-05-17 bellardadded 'pure' function attribute - fixed indirect functi...
2008-05-12 bellardtemporary hack to handle register shortage with dyngen...
2008-05-10 blueswir1Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid...
2008-05-10 bellardfixed global variable handling with qemu load/stores...
2008-04-12 aurel32HPPA (PA-RISC) host support
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-03-21 blueswir1 Prepare for op.c removal and zero legacy ops
2008-03-13 blueswir1 Fix i32 memory backed variables on 64-bit host
2008-03-11 blueswir1 Remove blank elements in tcg_target_reg_alloc_order...
2008-03-08 blueswir1 Add function prologue, fix pointer load on Sparc64...
2008-02-17 blueswir1 Fix typo
2008-02-10 pbrookSimplify TCG relocation bugfix.
2008-02-10 pbrookFix TCG relocation bug (exposed by fault after brcond...
2008-02-04 bellardwin32: suppress alloca() warning
2008-02-04 bellardfixed sign extensions - added explicit side effect...
2008-02-03 pbrookAdd TCG variable opaque type.
2008-02-01 bellardTCG code generator