Fix some warnings that would be generated by gcc -Wredundant-decls
[qemu] / tcg / tcg.h
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