Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tcg/optimize: Don't special case TCG_OPF_CALL_CLOBBER | Richard Henderson | 2014-06-18 | 1 | -5/+4 |
* | Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging | Peter Maydell | 2014-06-05 | 1 | -13/+0 |
|\ | |||||
| * | softmmu: move all load/store functions to cpu_ldst.h | Paolo Bonzini | 2014-06-05 | 1 | -13/+0 |
* | | TCG: Fix tcg_gen_extr_i64_tl for 32bit | Alexander Graf | 2014-06-04 | 1 | -1/+1 |
* | | tcg: Remove TCG_TARGET_HAS_new_ldst | Richard Henderson | 2014-06-04 | 13 | -234/+28 |
* | | tci: Convert to new ldst opcodes | Richard Henderson | 2014-06-04 | 2 | -47/+31 |
* | | tcg-i386: Fix win64 qemu store | Richard Henderson | 2014-06-04 | 1 | -1/+2 |
|/ | |||||
* | tcg/optimize: Remember garbage high bits for 32-bit ops | Richard Henderson | 2014-05-28 | 1 | -7/+26 |
* | tcg/optimize: Move updating of gen_opc_buf into tcg_opt_gen_mov* | Richard Henderson | 2014-05-28 | 1 | -61/+56 |
* | tcg-sparc: Make debug_frame const | Richard Henderson | 2014-05-28 | 1 | -13/+9 |
* | tcg-s390: Make debug_frame const | Richard Henderson | 2014-05-28 | 1 | -13/+9 |
* | tcg-arm: Make debug_frame const | Richard Henderson | 2014-05-28 | 1 | -13/+9 |
* | tcg-aarch64: Make debug_frame const | Richard Henderson | 2014-05-28 | 1 | -13/+9 |
* | tcg-i386: Make debug_frame const | Richard Henderson | 2014-05-28 | 1 | -21/+17 |
* | tcg: Allow the debug_frame data structure to be constant | Richard Henderson | 2014-05-28 | 1 | -4/+17 |
* | tcg: Remove sizemask and flags arguments to tcg_gen_callN | Richard Henderson | 2014-05-28 | 2 | -12/+9 |
* | tcg: Save flags and computed sizemask in TCGHelperInfo | Richard Henderson | 2014-05-28 | 1 | -0/+7 |
* | tcg: Register the helper info struct rather than the name | Richard Henderson | 2014-05-28 | 1 | -2/+5 |
* | tcg: Inline tcg_gen_helperN | Richard Henderson | 2014-05-28 | 1 | -7/+0 |
* | tcg: Use helper-gen.h in tcg-op.h | Richard Henderson | 2014-05-28 | 1 | -150/+25 |
* | tcg: Push tcg-runtime routines into exec/helper-* | Richard Henderson | 2014-05-28 | 4 | -52/+31 |
* | tcg: Invert the inclusion of helper.h | Richard Henderson | 2014-05-28 | 1 | -4/+3 |
* | tcg: Optimize brcond2 and setcond2 ne/eq | Richard Henderson | 2014-05-28 | 1 | -0/+94 |
* | Merge remote-tracking branch 'remotes/rth/tcg-mips' into staging | Peter Maydell | 2014-05-27 | 2 | -918/+945 |
|\ | |||||
| * | tcg-mips: Enable direct chaining of TBs | Richard Henderson | 2014-05-24 | 1 | -1/+10 |
| * | tcg-mips: Simplify movcond | Richard Henderson | 2014-05-24 | 1 | -49/+17 |
| * | tcg-mips: Simplify brcond2 | Richard Henderson | 2014-05-24 | 1 | -57/+20 |
| * | tcg-mips: Improve setcond eq/ne vs zeros | Richard Henderson | 2014-05-24 | 1 | -4/+36 |
| * | tcg-mips: Simplify setcond2 | Richard Henderson | 2014-05-24 | 1 | -64/+31 |
| * | tcg-mips: Simplify brcond | Richard Henderson | 2014-05-24 | 1 | -46/+41 |
| * | tcg-mips: Simplify setcond | Richard Henderson | 2014-05-24 | 1 | -58/+67 |
| * | tcg-mips: Commonize opcode implementations | Richard Henderson | 2014-05-24 | 1 | -114/+98 |
| * | tcg-mips: Improve add2/sub2 | Richard Henderson | 2014-05-24 | 1 | -31/+56 |
| * | tcg-mips: Hoist args loads | Richard Henderson | 2014-05-24 | 1 | -98/+103 |
| * | tcg-mips: Fix subtract immediate range | Richard Henderson | 2014-05-24 | 1 | -5/+11 |
| * | tcg-mips: Name the opcode enumeration | Richard Henderson | 2014-05-24 | 1 | -9/+9 |
| * | tcg-mips: Use EXT for AND on mips32r2 | Richard Henderson | 2014-05-24 | 2 | -14/+50 |
| * | tcg-mips: Use T9 for TCG_TMP1 | Richard Henderson | 2014-05-24 | 1 | -1/+1 |
| * | tcg-mips: Introduce TCG_TMP0, TCG_TMP1 | Richard Henderson | 2014-05-24 | 1 | -114/+117 |
| * | tcg-mips: Rearrange register allocation | Richard Henderson | 2014-05-24 | 2 | -11/+19 |
| * | tcg-mips: Convert to new_ldst | Richard Henderson | 2014-05-24 | 2 | -53/+25 |
| * | tcg-mips: Convert to new qemu_l/st helpers | Richard Henderson | 2014-05-24 | 1 | -51/+56 |
| * | tcg-mips: Move softmmu slow path out of line | Richard Henderson | 2014-05-24 | 1 | -389/+383 |
| * | tcg-mips: Split large ldst offsets | Richard Henderson | 2014-05-24 | 1 | -11/+12 |
| * | tcg-mips: Fill the exit_tb delay slot | Richard Henderson | 2014-05-24 | 1 | -7/+18 |
| * | tcg-mips: Use J and JAL opcodes | Richard Henderson | 2014-05-24 | 1 | -6/+40 |
* | | tci: Fix tcg_out_call | Richard Henderson | 2014-05-22 | 1 | -0/+3 |
|/ | |||||
* | tcg-s390: Implement direct chaining of TBs | Richard Henderson | 2014-05-15 | 1 | -1/+3 |
* | tcg-s390: Improve setcond | Richard Henderson | 2014-05-15 | 1 | -6/+91 |
* | tcg-s390: Allow immediate operands to add2 and sub2 | Richard Henderson | 2014-05-15 | 1 | -12/+52 |