aboutsummaryrefslogtreecommitdiffstats
path: root/tcg/tcg.h
AgeCommit message (Expand)AuthorFilesLines
2008-11-17TCG variable type checking.pbrook1-41/+87
2008-10-21TCG: add tcg_const_local_tl()aurel321-0/+2
2008-09-05Revert "TCG: enable debug"aurel321-1/+1
2008-09-05TCG: enable debugaurel321-1/+1
2008-07-24Emit and use adhoc function descriptor for code_gen_prologue on PPC64malc1-16/+1
2008-07-23Preliminary PPC64/Linux host supportmalc1-0/+15
2008-06-29Suppress bogus compiler warnings.pbrook1-0/+3
2008-05-30support of long calls for PPC (malc)bellard1-0/+5
2008-05-25suppressed unused macro handlingbellard1-4/+0
2008-05-25added local temporariesbellard1-6/+16
2008-05-23added tcg_temp_free() and improved the handling of constantsbellard1-3/+8
2008-05-23profiler clean upbellard1-0/+21
2008-05-22debug output: write helper namesbellard1-1/+1
2008-05-22more generic call codegenbellard1-0/+4
2008-05-19Better solution for the alignment problemblueswir11-3/+3
2008-05-18Fix TCG alignment problems on Sparc64 hostblueswir11-2/+2
2008-05-17added 'pure' function attribute - fixed indirect function callsbellard1-0/+4
2008-05-12temporary hack to handle register shortage with dyngen for qemu_st64()bellard1-0/+2
2008-05-10fixed global variable handling with qemu load/stores - initial global prologu...bellard1-2/+13
2008-03-16 Increase max temps limitblueswir11-1/+1
2008-02-10Simplify TCG relocation bugfix.pbrook1-1/+1
2008-02-10Fix TCG relocation bug (exposed by fault after brcond op). Add FIXME forpbrook1-2/+1
2008-02-04fixed sign extensions - added explicit side effect op flag - added discard in...bellard1-1/+3
2008-02-03Add TCG variable opaque type.pbrook1-11/+46
2008-02-01TCG code generatorbellard1-0/+324