linux-user: fix ppc target_stat64 st_blocks layout
[qemu] / tcg / tcg.h
2009-07-27 Juan Quintelarename DEBUG_TCG to CONFIG_DEBUG_TCG
2009-04-13 aurel32Add a --enable-debug-tcg option to configure
2009-04-07 aurel32tcg/tcg.h: fix a few typos
2009-04-06 aurel32tcg: add a CONST flag to TCG helpers
2009-04-06 aurel32tcg: improve comment about pure functions
2009-03-10 aurel32Fix tcg after commit 6800
2009-03-10 aurel32tcg: define TCGV_EQUAL_I{32,64}
2009-02-11 blueswir1TCG: remove obsolete old_op_count profiler field
2009-02-10 blueswir1Add "static"
2009-01-14 malcRemove all traces of __powerpc__
2009-01-03 aurel32tcg: remove tcg_global_reg2_new_hack()
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-17 pbrookTCG variable type checking.
2008-10-21 aurel32TCG: add tcg_const_local_tl()
2008-09-05 aurel32Revert "TCG: enable debug"
2008-09-05 aurel32TCG: enable debug
2008-07-24 malcEmit and use adhoc function descriptor for code_gen_pro...
2008-07-23 malcPreliminary PPC64/Linux host support
2008-06-29 pbrookSuppress bogus compiler warnings.
2008-05-30 bellardsupport of long calls for PPC (malc)
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 bellardprofiler clean up
2008-05-22 bellarddebug output: write helper names
2008-05-22 bellardmore generic call codegen
2008-05-19 blueswir1Better solution for the alignment problem
2008-05-18 blueswir1Fix TCG alignment problems on Sparc64 host
2008-05-17 bellardadded 'pure' function attribute - fixed indirect functi...
2008-05-12 bellardtemporary hack to handle register shortage with dyngen...
2008-05-10 bellardfixed global variable handling with qemu load/stores...
2008-03-16 blueswir1 Increase max temps limit
2008-02-10 pbrookSimplify TCG relocation bugfix.
2008-02-10 pbrookFix TCG relocation bug (exposed by fault after brcond...
2008-02-04 bellardfixed sign extensions - added explicit side effect...
2008-02-03 pbrookAdd TCG variable opaque type.
2008-02-01 bellardTCG code generator