summaryrefslogtreecommitdiff
path: root/tcg/tcg.h
AgeCommit message (Expand)Author
2009-03-10Fix tcg after commit 6800aurel32
2009-03-10tcg: define TCGV_EQUAL_I{32,64}aurel32
2009-02-11TCG: remove obsolete old_op_count profiler fieldblueswir1
2009-02-10Add "static"blueswir1
2009-01-14Remove all traces of __powerpc__malc
2009-01-03tcg: remove tcg_global_reg2_new_hack()aurel32
2008-12-07Some cleanups after dyngen removalaurel32
2008-12-07Some cleanups after dyngen removalaurel32
2008-12-07Some fixes for TCG debuggingblueswir1
2008-11-17TCG variable type checking.pbrook
2008-10-21TCG: add tcg_const_local_tl()aurel32
2008-09-05Revert "TCG: enable debug"aurel32
2008-09-05TCG: enable debugaurel32
2008-07-24Emit and use adhoc function descriptor for code_gen_prologue on PPC64malc
2008-07-23Preliminary PPC64/Linux host supportmalc
2008-06-29Suppress bogus compiler warnings.pbrook
2008-05-30support of long calls for PPC (malc)bellard
2008-05-25suppressed unused macro handlingbellard
2008-05-25added local temporariesbellard
2008-05-23added tcg_temp_free() and improved the handling of constantsbellard
2008-05-23profiler clean upbellard
2008-05-22debug output: write helper namesbellard
2008-05-22more generic call codegenbellard
2008-05-19Better solution for the alignment problemblueswir1
2008-05-18Fix TCG alignment problems on Sparc64 hostblueswir1
2008-05-17added 'pure' function attribute - fixed indirect function callsbellard
2008-05-12temporary hack to handle register shortage with dyngen for qemu_st64()bellard
2008-05-10fixed global variable handling with qemu load/stores - initial global prologu...bellard
2008-03-16 Increase max temps limitblueswir1
2008-02-10Simplify TCG relocation bugfix.pbrook
2008-02-10Fix TCG relocation bug (exposed by fault after brcond op). Add FIXME forpbrook
2008-02-04fixed sign extensions - added explicit side effect op flag - added discard in...bellard
2008-02-03Add TCG variable opaque type.pbrook
2008-02-01TCG code generatorbellard