summaryrefslogtreecommitdiffstats
path: root/tcg/tcg.c
Commit message (Expand)AuthorAgeFilesLines
* Allocate register pair for 64-bit registers on 32-bit host.ths2008-06-111-2/+2
* Allocate a register pair instead of a single register.ths2008-06-071-1/+1
* Spelling fixes, by Stefan Weil.ths2008-06-031-1/+1
* suppressed unused macro handlingbellard2008-05-251-94/+2
* added local temporariesbellard2008-05-251-39/+87
* added tcg_temp_free() and improved the handling of constantsbellard2008-05-231-191/+259
* compilation fixbellard2008-05-231-2/+2
* profiler clean upbellard2008-05-231-13/+72
* added debug_insn_start debug instructionbellard2008-05-221-3/+26
* debug output: write helper namesbellard2008-05-221-14/+34
* more generic call codegenbellard2008-05-221-42/+69
* fixed zero shifts (64 bit case)bellard2008-05-221-3/+4
* fixed dead global variable updatebellard2008-05-211-20/+18
* added 'pure' function attribute - fixed indirect function callsbellard2008-05-171-23/+42
* temporary hack to handle register shortage with dyngen for qemu_st64()bellard2008-05-121-0/+39
* Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid double negativesblueswir12008-05-101-1/+1
* fixed global variable handling with qemu load/stores - initial global prologu...bellard2008-05-101-54/+95
* HPPA (PA-RISC) host supportaurel322008-04-121-7/+23
* Remove osdep.c/qemu-img code duplicationaurel322008-04-111-31/+1
* Prepare for op.c removal and zero legacy opsblueswir12008-03-211-0/+3
* Fix i32 memory backed variables on 64-bit hostblueswir12008-03-131-9/+9
* Remove blank elements in tcg_target_reg_alloc_order[] (Stuart Brady)blueswir12008-03-111-2/+2
* Add function prologue, fix pointer load on Sparc64 hostblueswir12008-03-081-0/+5
* Fix typoblueswir12008-02-171-1/+1
* Simplify TCG relocation bugfix.pbrook2008-02-101-13/+8
* Fix TCG relocation bug (exposed by fault after brcond op). Add FIXME forpbrook2008-02-101-17/+22
* win32: suppress alloca() warningbellard2008-02-041-0/+3
* fixed sign extensions - added explicit side effect op flag - added discard in...bellard2008-02-041-17/+42
* Add TCG variable opaque type.pbrook2008-02-031-54/+65
* TCG code generatorbellard2008-02-011-0/+1781
OpenPOWER on IntegriCloud