Age | Commit message (Expand) | Author | Files | Lines |
2012-10-13 | target-sparc: Don't compute full flags value so often | Richard Henderson | 3 | -19/+21 |
2012-10-13 | target-sparc: Avoid unnecessary local temporaries | Richard Henderson | 1 | -21/+9 |
2012-10-13 | target-sparc: Optimize CC_OP_LOGIC conditions | Richard Henderson | 1 | -18/+40 |
2012-10-13 | target-sparc: Fix optimized %icc comparisons | Richard Henderson | 1 | -0/+1 |
2012-10-07 | target-sparc: Optimize conditionals using SUBCC | Richard Henderson | 1 | -61/+131 |
2012-10-07 | target-sparc: Fall through from not-taken trap | Richard Henderson | 1 | -5/+7 |
2012-10-07 | target-sparc: Cleanup "global" temporary allocation | Richard Henderson | 1 | -19/+19 |
2012-10-07 | target-sparc: Use movcond for FMOV*R | Richard Henderson | 1 | -30/+16 |
2012-10-07 | target-sparc: Use movcond in mulscc | Richard Henderson | 1 | -6/+5 |
2012-10-07 | target-sparc: Move taddcctv and tsubcctv out of line | Richard Henderson | 3 | -102/+66 |
2012-10-07 | target-sparc: Tidy Tcc | Richard Henderson | 1 | -38/+53 |
2012-10-07 | target-sparc: Move sdivx and udivx out of line | Richard Henderson | 5 | -52/+37 |
2012-10-07 | target-sparc: Use movcond in gen_generic_branch | Richard Henderson | 1 | -11/+7 |
2012-10-07 | target-sparc: Use DisasCompare and movcond in MOVR | Richard Henderson | 1 | -17/+14 |
2012-10-07 | target-sparc: Use DisasCompare and movcond in MOVCC | Richard Henderson | 1 | -24/+20 |
2012-10-07 | target-sparc: Use DisasCompare and movcond in FMOVR, FMOVCC | Richard Henderson | 1 | -117/+86 |
2012-10-07 | target-sparc: Use DisasCompare in Tcc | Richard Henderson | 1 | -9/+11 |
2012-10-07 | target-sparc: Introduce DisasCompare and functions to generate it | Richard Henderson | 1 | -9/+83 |
2012-10-07 | target-sparc: Tidy gen_generic_branch interface | Richard Henderson | 1 | -8/+7 |
2012-10-07 | target-sparc: Tidy save_npc interface | Richard Henderson | 1 | -4/+4 |
2012-10-07 | target-sparc: Tidy gen_mov_pc_npc interface | Richard Henderson | 1 | -6/+6 |
2012-10-07 | target-sparc: Tidy save_state interface | Richard Henderson | 1 | -49/+49 |
2012-10-07 | target-sparc: Tidy gen_trap_ifnofpu interface | Richard Henderson | 1 | -18/+28 |
2012-10-07 | target-sparc: Tidy flush_cond interface | Richard Henderson | 1 | -5/+5 |
2012-10-07 | target-sparc: Tidy do_branch interfaces | Richard Henderson | 1 | -20/+18 |
2012-10-07 | target-sparc: Make CPU_LOG_INT useful by default | Richard Henderson | 2 | -11/+4 |
2012-10-07 | target-sparc: Tidy cpu_dump_state | Richard Henderson | 1 | -4/+3 |
2012-10-05 | sparc: use g_strdup in place of unchecked strdup | Jim Meyering | 1 | -2/+2 |
2012-09-27 | Emit debug_insn for CPU_LOG_TB_OP_OPT as well. | Richard Henderson | 1 | -1/+2 |
2012-09-15 | Remove unused CONFIG_TCG_PASS_AREG0 and dead code | Blue Swirl | 1 | -2/+0 |
2012-09-08 | target-sparc: fix fcmp{s,d,q} instructions wrt exception | Aurelien Jarno | 1 | -40/+27 |
2012-06-21 | qemu-log: use LOG_UNIMP for some target CPU cases | Blue Swirl | 1 | -32/+48 |
2012-06-07 | build: move other target-*/ objects to nested Makefile.objs | Paolo Bonzini | 1 | -1/+2 |
2012-06-07 | build: move libobj-y variable to nested Makefile.objs | Paolo Bonzini | 1 | -1/+7 |
2012-06-07 | build: move obj-TARGET-y variables to nested Makefile.objs | Paolo Bonzini | 1 | -0/+1 |
2012-06-04 | Kill off cpu_state_reset() | Andreas Färber | 1 | -5/+0 |
2012-06-04 | target-sparc: Let cpu_sparc_init() return SPARCCPU | Andreas Färber | 2 | -5/+16 |
2012-05-12 | fix block loads broken in commit 30038fd818 | Artyom Tarasenko | 1 | -1/+1 |
2012-05-12 | Implement address masking for SPARC v9 CPUs | Artyom Tarasenko | 1 | -1/+24 |
2012-04-19 | sparc: fix qtest | Blue Swirl | 1 | -1/+3 |
2012-04-14 | Use uintptr_t for various op related functions | Blue Swirl | 2 | -8/+6 |
2012-04-07 | target-sparc: QOM'ify CPU | Andreas Färber | 3 | -9/+135 |
2012-04-07 | target-sparc: Rename cpu_init.c | Andreas Färber | 1 | -0/+0 |
2012-03-27 | sparc: pass page aligned addresses to tlb_set_page | Blue Swirl | 1 | -11/+8 |
2012-03-24 | target-sparc: Add compiler attribute to some functions which don't return | Stefan Weil | 2 | -3/+4 |
2012-03-18 | Sparc: avoid AREG0 wrappers for memory access helpers | Blue Swirl | 4 | -265/+77 |
2012-03-18 | Sparc: avoid AREG0 for memory access helpers | Blue Swirl | 5 | -225/+387 |
2012-03-17 | sparc64: implement PCI and ISA irqs | Blue Swirl | 2 | -6/+17 |
2012-03-17 | sparc: reset CPU state on reset | Blue Swirl | 2 | -2/+4 |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber | 1 | -1/+1 |