Age | Commit message (Expand) | Author |
2014-05-12 | tcg: Remove unreachable code in tcg_out_op and op_defs | Richard Henderson |
2014-05-12 | tcg-ppc64: Rename tcg_out_calli to tcg_out_call | Richard Henderson |
2014-05-12 | tcg-ppc64: Define TCG_TARGET_INSN_UNIT_SIZE | Richard Henderson |
2014-04-28 | tcg: Add INDEX_op_trunc_shr_i32 | Richard Henderson |
2014-04-18 | tcg: Use HOST_WORDS_BIGENDIAN | Richard Henderson |
2014-04-18 | tcg-ppc64: Use the type parameter to tcg_target_const_match | Richard Henderson |
2014-04-18 | tcg: Add TCGType parameter to tcg_target_const_match | Richard Henderson |
2013-11-30 | tcg-ppc64: Use qemu_getauxval | Richard Henderson |
2013-10-12 | tcg-ppc64: Support new ldst opcodes | Richard Henderson |
2013-10-12 | tcg-ppc64: Convert to le/be ldst helpers | Richard Henderson |
2013-10-12 | tcg-ppc64: Use TCGMemOp within qemu_ldst routines | Richard Henderson |
2013-10-10 | tcg: Add qemu_ld_st_i32/64 | Richard Henderson |
2013-10-10 | tcg: Add tcg-be-ldst.h | Richard Henderson |
2013-09-25 | tcg-ppc64: Implement CONFIG_QEMU_LDST_OPTIMIZATION | Richard Henderson |
2013-09-25 | tcg-ppc64: Add _noaddr functions for emitting forward branches | Richard Henderson |
2013-09-25 | tcg-ppc64: Streamline tcg_out_tlb_read | Richard Henderson |
2013-09-25 | tcg-ppc64: Implement tcg_register_jit | Richard Henderson |
2013-09-25 | tcg-ppc64: Handle long offsets better | Richard Henderson |
2013-09-25 | tcg-ppc64: Tidy register allocation order | Richard Henderson |
2013-09-25 | tcg-ppc64: Look through a constant function descriptor | Richard Henderson |
2013-09-25 | tcg-ppc64: Fold constant call address into descriptor load | Richard Henderson |
2013-09-25 | tcg-ppc64: Don't load the static chain from TCG | Richard Henderson |
2013-09-25 | tcg-ppc64: Avoid code for nop move | Richard Henderson |
2013-09-25 | tcg-ppc64: Use tcg_out64 | Richard Henderson |
2013-09-25 | tcg-ppc64: Use TCG_REG_Rn constants | Richard Henderson |
2013-09-25 | tcg-ppc64: More use of TAI and SAI helper macros | Richard Henderson |
2013-09-25 | tcg-ppc64: Reformat tcg-target.c | Richard Henderson |
2013-09-02 | exec: Split softmmu_defs.h | Richard Henderson |
2013-09-02 | tcg: Change tcg_out_ld/st offset to intptr_t | Richard Henderson |
2013-09-02 | tcg: Change relocation offsets to intptr_t | Richard Henderson |
2013-09-02 | tcg-ppc64: Implement muluh, mulsh | Richard Henderson |
2013-09-02 | tcg: Add muluh and mulsh opcodes | Richard Henderson |
2013-07-09 | tcg-ppc64: Don't implement rem | Richard Henderson |
2013-07-09 | tcg: Split rem requirement from div requirement | Richard Henderson |
2013-06-17 | tcg-ppc64: rotr_i32 rotates wrong amount | Anton Blanchard |
2013-06-17 | tcg-ppc64: Fix add2_i64 | Anton Blanchard |
2013-06-17 | tcg-ppc64: bswap64 rotates output 32 bits | Anton Blanchard |
2013-06-17 | tcg-ppc64: Fix RLDCL opcode | Anton Blanchard |
2013-04-15 | tcg-ppc64: Handle deposit of zero | Richard Henderson |
2013-04-15 | tcg-ppc64: Implement mulu2/muls2_i64 | Richard Henderson |
2013-04-15 | tcg-ppc64: Implement add2/sub2_i64 | Richard Henderson |
2013-04-15 | tcg-ppc64: Use getauxval for ISA detection | Richard Henderson |
2013-04-15 | tcg-ppc64: Implement movcond | Richard Henderson |
2013-04-15 | tcg-ppc64: Use ISEL for setcond | Richard Henderson |
2013-04-15 | tcg-ppc64: Use MFOCRF instead of MFCR | Richard Henderson |
2013-04-15 | tcg-ppc64: Cleanup i32 constants to tcg_out_cmp | Richard Henderson |
2013-04-15 | tcg-ppc64: Use TCGType throughout compares | Richard Henderson |
2013-04-15 | tcg-ppc64: Use I constraint for mul | Richard Henderson |
2013-04-15 | tcg-ppc64: Implement deposit | Richard Henderson |
2013-04-15 | tcg-ppc64: Handle constant inputs for some compound logicals | Richard Henderson |