aboutsummaryrefslogtreecommitdiffstats
path: root/tcg/tcg.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-18Preliminary AIX supportmalc1-0/+3
2008-11-17TCG variable type checking.pbrook1-115/+158
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-2/+2
2008-10-21TCG: add tcg_const_local_tl()aurel321-0/+16
2008-09-14Display TCGCond name in tcg dumper (original patch by Tristan Gingold)blueswir11-1/+30
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir11-15/+2
2008-06-11Allocate register pair for 64-bit registers on 32-bit host.ths1-2/+2
2008-06-07Allocate a register pair instead of a single register.ths1-1/+1
2008-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2008-05-25suppressed unused macro handlingbellard1-94/+2
2008-05-25added local temporariesbellard1-39/+87
2008-05-23added tcg_temp_free() and improved the handling of constantsbellard1-191/+259
2008-05-23compilation fixbellard1-2/+2
2008-05-23profiler clean upbellard1-13/+72
2008-05-22added debug_insn_start debug instructionbellard1-3/+26
2008-05-22debug output: write helper namesbellard1-14/+34
2008-05-22more generic call codegenbellard1-42/+69
2008-05-22fixed zero shifts (64 bit case)bellard1-3/+4
2008-05-21fixed dead global variable updatebellard1-20/+18
2008-05-17added 'pure' function attribute - fixed indirect function callsbellard1-23/+42
2008-05-12temporary hack to handle register shortage with dyngen for qemu_st64()bellard1-0/+39
2008-05-10Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid double negativesblueswir11-1/+1
2008-05-10fixed global variable handling with qemu load/stores - initial global prologu...bellard1-54/+95
2008-04-12HPPA (PA-RISC) host supportaurel321-7/+23
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-31/+1
2008-03-21 Prepare for op.c removal and zero legacy opsblueswir11-0/+3
2008-03-13 Fix i32 memory backed variables on 64-bit hostblueswir11-9/+9
2008-03-11 Remove blank elements in tcg_target_reg_alloc_order[] (Stuart Brady)blueswir11-2/+2
2008-03-08 Add function prologue, fix pointer load on Sparc64 hostblueswir11-0/+5
2008-02-17 Fix typoblueswir11-1/+1
2008-02-10Simplify TCG relocation bugfix.pbrook1-13/+8
2008-02-10Fix TCG relocation bug (exposed by fault after brcond op). Add FIXME forpbrook1-17/+22
2008-02-04win32: suppress alloca() warningbellard1-0/+3
2008-02-04fixed sign extensions - added explicit side effect op flag - added discard in...bellard1-17/+42
2008-02-03Add TCG variable opaque type.pbrook1-54/+65
2008-02-01TCG code generatorbellard1-0/+1781