Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
* | tcg-s390: Implement tcg_register_jit | Richard Henderson | 2014-05-15 | 1 | -7/+55 | |
* | tcg-s390: Use more risbg in the tlb sequence | Richard Henderson | 2014-05-15 | 1 | -21/+28 | |
* | tcg-s390: Move ldst helpers out of line | Richard Henderson | 2014-05-15 | 1 | -92/+118 | |
* | tcg-s390: Convert to new ldst opcodes | Richard Henderson | 2014-05-15 | 2 | -116/+56 | |
* | tcg-s390: Integrate endianness into TCGMemOp | Richard Henderson | 2014-05-15 | 1 | -64/+60 | |
* | tcg-s390: Convert to TCGMemOp | Richard Henderson | 2014-05-15 | 1 | -46/+36 | |
* | tcg-s390: Fix off-by-one in wraparound andi | Richard Henderson | 2014-05-15 | 1 | -2/+2 | |
* | tcg: Fix tcg_reg_alloc_mov vs no-op truncation | Richard Henderson | 2014-05-14 | 1 | -8/+11 | |
* | tcg: Remove unreachable code in tcg_out_op and op_defs | Richard Henderson | 2014-05-12 | 11 | -245/+49 | |
* | tcg: Use tcg_target_available_regs in tcg_reg_alloc_mov | Richard Henderson | 2014-05-12 | 1 | -9/+10 | |
* | tcg: Make call address a constant parameter | Richard Henderson | 2014-05-12 | 5 | -152/+72 | |
* | tci: Create tcg_out_call | Richard Henderson | 2014-05-12 | 1 | -0/+5 | |
* | tcg-mips: Split out tcg_out_call | Richard Henderson | 2014-05-12 | 1 | -8/+10 | |
* | tcg-sparc: Create tcg_out_call | Richard Henderson | 2014-05-12 | 1 | -8/+14 | |
* | tcg-ppc64: Rename tcg_out_calli to tcg_out_call | Richard Henderson | 2014-05-12 | 1 | -21/+16 | |
* | tcg-ppc: Split out tcg_out_call | Richard Henderson | 2014-05-12 | 1 | -3/+8 | |
* | tcg-s390: Rename tgen_calli to tcg_out_call | Richard Henderson | 2014-05-12 | 1 | -4/+4 | |
* | tcg-i386: Rename tcg_out_calli to tcg_out_call | Richard Henderson | 2014-05-12 | 1 | -3/+3 | |
* | tcg: Require TCG_TARGET_INSN_UNIT_SIZE | Richard Henderson | 2014-05-12 | 1 | -3/+2 | |
* | tci: Define TCG_TARGET_INSN_UNIT_SIZE | Richard Henderson | 2014-05-12 | 2 | -6/+14 | |
* | tcg-mips: Define TCG_TARGET_INSN_UNIT_SIZE | Richard Henderson | 2014-05-12 | 2 | -80/+37 | |
* | tcg-ia64: Define TCG_TARGET_INSN_UNIT_SIZE | Richard Henderson | 2014-05-12 | 2 | -145/+78 | |
* | tcg-s390: Define TCG_TARGET_INSN_UNIT_SIZE | Richard Henderson | 2014-05-12 | 2 | -48/+45 | |
* | tcg-aarch64: Define TCG_TARGET_INSN_UNIT_SIZE | Richard Henderson | 2014-05-12 | 2 | -69/+53 |