summaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)Author
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-10-21TCG: add tcg_const_local_tl()aurel32
2008-09-14Display TCGCond name in tcg dumper (original patch by Tristan Gingold)blueswir1
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir1
2008-06-11Allocate register pair for 64-bit registers on 32-bit host.ths
2008-06-07Allocate a register pair instead of a single register.ths
2008-06-03Spelling fixes, by Stefan Weil.ths
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-23compilation fixbellard
2008-05-23profiler clean upbellard
2008-05-22added debug_insn_start debug instructionbellard
2008-05-22debug output: write helper namesbellard
2008-05-22more generic call codegenbellard
2008-05-22fixed zero shifts (64 bit case)bellard
2008-05-21fixed dead global variable updatebellard
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-10Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid double negativesblueswir1
2008-05-10fixed global variable handling with qemu load/stores - initial global prologu...bellard
2008-04-12HPPA (PA-RISC) host supportaurel32
2008-04-11Remove osdep.c/qemu-img code duplicationaurel32
2008-03-21 Prepare for op.c removal and zero legacy opsblueswir1
2008-03-13 Fix i32 memory backed variables on 64-bit hostblueswir1
2008-03-11 Remove blank elements in tcg_target_reg_alloc_order[] (Stuart Brady)blueswir1
2008-03-08 Add function prologue, fix pointer load on Sparc64 hostblueswir1
2008-02-17 Fix typoblueswir1
2008-02-10Simplify TCG relocation bugfix.pbrook
2008-02-10Fix TCG relocation bug (exposed by fault after brcond op). Add FIXME forpbrook
2008-02-04win32: suppress alloca() warningbellard
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