Age | Commit message (Expand) | Author | Files | Lines |
2014-04-28 | tcg-sparc: Accept stores of zero | Richard Henderson | 1 | -2/+2 |
2014-04-28 | tcg-sparc: Fix small 32-bit movi | Richard Henderson | 1 | -0/+5 |
2014-04-28 | tcg-sparc: Fixup function argument types | Richard Henderson | 1 | -66/+51 |
2014-04-28 | tcg-sparc: Hoist common argument loads in tcg_out_op | Richard Henderson | 1 | -63/+60 |
2014-04-28 | tcg-sparc: Don't handle mov/movi in tcg_out_op | Richard Henderson | 1 | -7/+6 |
2014-04-28 | tcg-sparc: Tidy check_fit_* tests | Richard Henderson | 1 | -15/+20 |
2014-04-28 | tcg-sparc: Implement muls2_i32 | Richard Henderson | 2 | -4/+16 |
2014-04-28 | tcg-sparc: Use the RETURN instruction | Richard Henderson | 1 | -4/+10 |
2014-04-28 | tcg-sparc: Use 64-bit registers with sparcv8plus | Richard Henderson | 2 | -354/+185 |
2014-04-28 | tcg-sparc: Support trunc_shr_i32 | Richard Henderson | 2 | -1/+9 |
2014-04-28 | tcg-sparc: Remove most uses of TCG_TARGET_REG_BITS | Richard Henderson | 1 | -33/+37 |
2014-04-28 | tcg: Add INDEX_op_trunc_shr_i32 | Richard Henderson | 1 | -0/+1 |
2014-04-18 | tcg: Use HOST_WORDS_BIGENDIAN | Richard Henderson | 1 | -2/+0 |
2014-04-18 | tcg-sparc: Use the type parameter to tcg_target_const_match | Richard Henderson | 1 | -1/+7 |
2014-04-18 | tcg: Add TCGType parameter to tcg_target_const_match | Richard Henderson | 1 | -1/+1 |
2014-03-17 | tcg-sparc: Convert to new ldst opcodes | Richard Henderson | 2 | -100/+53 |
2014-03-17 | tcg-sparc: Convert to new ldst helpers | Richard Henderson | 1 | -59/+131 |
2014-03-17 | tcg-sparc: Tidy tcg_out_tlb_load interface | Richard Henderson | 1 | -40/+30 |
2014-03-17 | tcg-sparc: Use TCGMemOp within qemu_ldst routines | Richard Henderson | 1 | -51/+65 |
2014-03-17 | tcg-sparc: Improve tcg_out_movi | Richard Henderson | 1 | -21/+31 |
2014-03-17 | tcg-sparc: Dont handle constant arguments to ext32 ops | Richard Henderson | 1 | -12/+4 |
2014-03-17 | tcg-sparc: Don't handle remainder | Richard Henderson | 2 | -23/+2 |
2014-03-17 | tcg-sparc: Use intptr_t as appropriate | Richard Henderson | 1 | -11/+9 |
2014-03-17 | tcg-sparc: Tidy call+jump patterns | Richard Henderson | 1 | -19/+19 |
2014-03-17 | tcg-sparc: Fix tlb read | Richard Henderson | 1 | -21/+15 |
2014-03-17 | tcg-sparc: Fix ld64 for 32-bit mode | Richard Henderson | 1 | -0/+1 |
2013-10-10 | tcg: Add qemu_ld_st_i32/64 | Richard Henderson | 1 | -0/+2 |
2013-10-10 | tcg: Add tcg-be-null.h | Richard Henderson | 1 | -0/+2 |
2013-09-20 | tcg-sparc: Fix parenthesis warning | Richard Henderson | 1 | -1/+1 |
2013-09-02 | exec: Split softmmu_defs.h | Richard Henderson | 1 | -2/+0 |
2013-09-02 | tcg: Change tcg_out_ld/st offset to intptr_t | Richard Henderson | 1 | -2/+2 |
2013-09-02 | tcg: Change relocation offsets to intptr_t | Richard Henderson | 1 | -3/+3 |
2013-09-02 | tcg: Allow TCG_TARGET_REG_BITS to be specified independantly | Richard Henderson | 1 | -0/+8 |
2013-09-02 | tcg: Change flush_icache_range arguments to uintptr_t | Richard Henderson | 1 | -8/+4 |
2013-09-02 | tcg: Add muluh and mulsh opcodes | Richard Henderson | 1 | -0/+4 |
2013-07-09 | tcg: Move the CIE and FDE header definitions to common code | Richard Henderson | 1 | -25/+10 |
2013-07-09 | tcg: Split rem requirement from div requirement | Richard Henderson | 1 | -0/+2 |
2013-03-03 | tcg-sparc: fix build | Blue Swirl | 1 | -1/+1 |
2013-02-23 | tcg: Add signed multiword multiplication operations | Richard Henderson | 1 | -0/+2 |
2013-02-23 | tcg: Add 64-bit multiword arithmetic operations | Richard Henderson | 1 | -0/+3 |
2013-02-23 | tcg-sparc: Always implement 32-bit multiword ops | Richard Henderson | 2 | -6/+7 |
2013-02-23 | tcg: Make 32-bit multiword operations optional for 64-bit hosts | Richard Henderson | 1 | -0/+4 |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | janitor: add guards to headers | Paolo Bonzini | 1 | -0/+3 |
2012-10-19 | Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi... | Aurelien Jarno | 1 | -2/+0 |
2012-10-13 | tcg-sparc: Emit MOVR insns for setcond_i64 and movcond_64 | Richard Henderson | 1 | -5/+30 |
2012-10-13 | tcg-sparc: Emit BPr insns for brcond_i64 | Richard Henderson | 1 | -2/+47 |
2012-10-13 | tcg-sparc: Drop use of Bicc in favor of BPcc | Richard Henderson | 1 | -160/+145 |
2012-10-13 | tcg-sparc: Optimize setcond2 equality compare with 0. | Richard Henderson | 1 | -3/+12 |
2012-10-13 | tcg-sparc: Use Z constraint for %g0 | Richard Henderson | 2 | -60/+66 |