aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-21tcg-sparc: Use defines for temporaries.Richard Henderson
2012-09-21tcg-sparc: Mask shift immediates to avoid illegal insns.Richard Henderson
2012-09-21tcg-sparc: Clean up cruft stemming from attempts to use global registers.Richard Henderson
2012-09-21tcg-sparc: Change AREG0 in generated code to %i0.Richard Henderson
2012-09-21tcg-sparc: Support GUEST_BASE.Richard Henderson
2012-09-21tcg-sparc: Fix qemu_ld/st to handle 32-bit host.Richard Henderson
2012-09-21tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.Richard Henderson
2012-09-21tcg-sparc: Don't MAP_FIXED on top of the programRichard Henderson
2012-09-21tcg-sparc: Fix ADDX opcode.Richard Henderson
2012-09-21tcg-sparc: Hack in qemu_ld/st64 for 32-bit.Richard Henderson
2012-09-21linux-user: Use memcpy in get_user/put_user.Richard Henderson
2012-09-21Merge branch 'usb.65' of git://git.kraxel.org/qemuAurelien Jarno
2012-09-21tcg-hppa: Fix broken load/store helpersRichard Henderson
2012-09-21tcg-hppa: Fix brcond2 and setcond2Richard Henderson
2012-09-21tcg: Fix !USE_DIRECT_JUMPRichard Henderson
2012-09-21gdbstub/sh4: fix build with USE_SOFTFLOAT_STRUCT_TYPESAurelien Jarno
2012-09-21tcg: Optimize two-address commutative operationsRichard Henderson
2012-09-21tcg: Optimize movcond for constant comparisonsRichard Henderson
2012-09-21tcg-i386: Implement movcondRichard Henderson
2012-09-21target-alpha: Use movcondRichard Henderson
2012-09-21tcg: Introduce movcondRichard Henderson
2012-09-21target-sh4: remove useless codeAurelien Jarno
2012-09-21target-sh4: cleanup DisasContextAurelien Jarno
2012-09-21target-sh4: rework exceptions handlingAurelien Jarno
2012-09-21target-sh4: remove gen_clr_t() and gen_set_t()Aurelien Jarno
2012-09-21target-sh4: optimize swap.wAurelien Jarno
2012-09-21target-sh4: optimize xtrctAurelien Jarno
2012-09-21target-sh4: implement addv and subv using TCGAurelien Jarno
2012-09-21target-sh4: implement addc and subc using TCGAurelien Jarno
2012-09-21target-sh4: use float32_muladd() to implement fmacAurelien Jarno
2012-09-21target-sh4: mark a few helpers const and pureAurelien Jarno
2012-09-21target-xtensa: don't emit extra tcg_gen_goto_tbMax Filippov
2012-09-21target-xtensa: fix extui shift amountMax Filippov
2012-09-19tcg/optimize: fix end of basic block detectionAurelien Jarno
2012-09-19target-mips: Implement Loongson Multimedia InstructionsRichard Henderson
2012-09-19target-mips: Always evaluate debugging macro argumentsRichard Henderson
2012-09-19target-mips: Fix MIPS_DEBUG.Richard Henderson
2012-09-19target-mips: Set opn in gen_ldst_multiple.Richard Henderson
2012-09-19hw/pflash_cfi0[12]: Use host-utils.h ctz32()Peter Maydell
2012-09-19pflash_cfi01: fix vendor specific extended queryAurelien Jarno
2012-09-19revert "TCG: fix copy propagation"Aurelien Jarno
2012-09-19tcg: mark set_label with TCG_OPF_BB_END flagAurelien Jarno
2012-09-19tcg/i386: allow constants in load/store opsAurelien Jarno
2012-09-19xilinx_timer: Fix a compile error if debug enabledChris Wulff
2012-09-19xilinx: fix names of ethernet and dma links.Peter A. G. Crosthwaite
2012-09-19xilinx.h: Error check when setting linksPeter A. G. Crosthwaite
2012-09-19xilinx_timer: Fixed "frequency" prop namePeter A. G. Crosthwaite
2012-09-19xilinx_timer: Send dbg msgs to stderr not stdoutPeter A. G. Crosthwaite
2012-09-19xilinx_timer: Removed comma in device namePeter A. G. Crosthwaite
2012-09-19arch_init.c: Improve '-soundhw help' for non-HAS_AUDIO_CHOICE archsPeter Maydell