Age | Commit message (Expand) | Author |
2012-10-20 | target-sparc: Use gen_load_gpr in get_src[12] | Richard Henderson |
2012-10-20 | target-sparc: Conversion to gen_*_gpr, part 1 | Richard Henderson |
2012-10-20 | target-sparc: Add gen_load/store/dest_gpr | Richard Henderson |
2012-10-13 | target-sparc: Don't compute full flags value so often | Richard Henderson |
2012-10-13 | target-sparc: Avoid unnecessary local temporaries | Richard Henderson |
2012-10-13 | target-sparc: Optimize CC_OP_LOGIC conditions | Richard Henderson |
2012-10-13 | target-sparc: Fix optimized %icc comparisons | Richard Henderson |
2012-10-07 | target-sparc: Optimize conditionals using SUBCC | Richard Henderson |
2012-10-07 | target-sparc: Fall through from not-taken trap | Richard Henderson |
2012-10-07 | target-sparc: Cleanup "global" temporary allocation | Richard Henderson |
2012-10-07 | target-sparc: Use movcond for FMOV*R | Richard Henderson |
2012-10-07 | target-sparc: Use movcond in mulscc | Richard Henderson |
2012-10-07 | target-sparc: Move taddcctv and tsubcctv out of line | Richard Henderson |
2012-10-07 | target-sparc: Tidy Tcc | Richard Henderson |
2012-10-07 | target-sparc: Move sdivx and udivx out of line | Richard Henderson |
2012-10-07 | target-sparc: Use movcond in gen_generic_branch | Richard Henderson |
2012-10-07 | target-sparc: Use DisasCompare and movcond in MOVR | Richard Henderson |
2012-10-07 | target-sparc: Use DisasCompare and movcond in MOVCC | Richard Henderson |
2012-10-07 | target-sparc: Use DisasCompare and movcond in FMOVR, FMOVCC | Richard Henderson |
2012-10-07 | target-sparc: Use DisasCompare in Tcc | Richard Henderson |
2012-10-07 | target-sparc: Introduce DisasCompare and functions to generate it | Richard Henderson |
2012-10-07 | target-sparc: Tidy gen_generic_branch interface | Richard Henderson |
2012-10-07 | target-sparc: Tidy save_npc interface | Richard Henderson |
2012-10-07 | target-sparc: Tidy gen_mov_pc_npc interface | Richard Henderson |
2012-10-07 | target-sparc: Tidy save_state interface | Richard Henderson |
2012-10-07 | target-sparc: Tidy gen_trap_ifnofpu interface | Richard Henderson |
2012-10-07 | target-sparc: Tidy flush_cond interface | Richard Henderson |
2012-10-07 | target-sparc: Tidy do_branch interfaces | Richard Henderson |
2012-10-07 | target-sparc: Make CPU_LOG_INT useful by default | Richard Henderson |
2012-10-07 | target-sparc: Tidy cpu_dump_state | Richard Henderson |
2012-10-05 | sparc: use g_strdup in place of unchecked strdup | Jim Meyering |
2012-09-27 | Emit debug_insn for CPU_LOG_TB_OP_OPT as well. | Richard Henderson |
2012-09-15 | Remove unused CONFIG_TCG_PASS_AREG0 and dead code | Blue Swirl |
2012-09-08 | target-sparc: fix fcmp{s,d,q} instructions wrt exception | Aurelien Jarno |
2012-06-21 | qemu-log: use LOG_UNIMP for some target CPU cases | Blue Swirl |
2012-06-07 | build: move other target-*/ objects to nested Makefile.objs | Paolo Bonzini |
2012-06-07 | build: move libobj-y variable to nested Makefile.objs | Paolo Bonzini |
2012-06-07 | build: move obj-TARGET-y variables to nested Makefile.objs | Paolo Bonzini |
2012-06-04 | Kill off cpu_state_reset() | Andreas Färber |
2012-06-04 | target-sparc: Let cpu_sparc_init() return SPARCCPU | Andreas Färber |
2012-05-12 | fix block loads broken in commit 30038fd818 | Artyom Tarasenko |
2012-05-12 | Implement address masking for SPARC v9 CPUs | Artyom Tarasenko |
2012-04-19 | sparc: fix qtest | Blue Swirl |
2012-04-14 | Use uintptr_t for various op related functions | Blue Swirl |
2012-04-07 | target-sparc: QOM'ify CPU | Andreas Färber |
2012-04-07 | target-sparc: Rename cpu_init.c | Andreas Färber |
2012-03-27 | sparc: pass page aligned addresses to tlb_set_page | Blue Swirl |
2012-03-24 | target-sparc: Add compiler attribute to some functions which don't return | Stefan Weil |
2012-03-18 | Sparc: avoid AREG0 wrappers for memory access helpers | Blue Swirl |
2012-03-18 | Sparc: avoid AREG0 for memory access helpers | Blue Swirl |