aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-26slirp: Properly initialize pollfds_idx of new socketsJan Kiszka
2013-02-25target-ppc: Fix SUBFE carryRichard Henderson
2013-02-25target-arm: Fix sbc_CC carryRichard Henderson
2013-02-25arm/translate.c: Fix adc_CC/sbc_CC implementationPeter Crosthwaite
2013-02-23target-mips: fix for sign-issue in MULQ_W helperPetar Jovanovic
2013-02-23target-mips: fix for incorrect multiplication with MULQ_S.PHPetar Jovanovic
2013-02-23target-xtensa: Use add2/sub2 for macRichard Henderson
2013-02-23target-xtensa: Use mul*2 for mul*hiRichard Henderson
2013-02-23target-unicore32: Use mul*2 for do_multRichard Henderson
2013-02-23target-sh4: Use mul*2 for dmul*Richard Henderson
2013-02-23target-sparc: Use mul*2 for multiplyRichard Henderson
2013-02-23target-sparc: Use official add2/sub2 interfaces for addx/subxRichard Henderson
2013-02-23target-ppc: Compute mullwo without branchesRichard Henderson
2013-02-23target-ppc: Compute arithmetic shift carry without branchesRichard Henderson
2013-02-23target-ppc: Implement neg in terms of subfRichard Henderson
2013-02-23target-ppc: Use add2 for carry generationRichard Henderson
2013-02-23target-ppc: Compute addition carry with setcondRichard Henderson
2013-02-23target-ppc: Compute addition overflow without branchesRichard Henderson
2013-02-23target-ppc: Use setcond in gen_op_cmpRichard Henderson
2013-02-23target-ppc: Split out SO, OV, CA fields from XERRichard Henderson
2013-02-23target-ppc: Use mul*2 in mulh* insnsRichard Henderson
2013-02-23target-cris: Use mul*2 in mul* insnsRichard Henderson
2013-02-23target-mips: Use mul[us]2 in [D]MULT[U] insnsRichard Henderson
2013-02-23target-arm: Implement sbc_cc inlineRichard Henderson
2013-02-23target-arm: Implement adc_cc inlineRichard Henderson
2013-02-23target-arm: Use add2 in gen_add_CCRichard Henderson
2013-02-23target-arm: Use mul[us]2 and add2 in umlal et alRichard Henderson
2013-02-23target-arm: Use mul[us]2 in gen_mul[us]_i64_i32Richard Henderson
2013-02-23target-s390x: Use mulu2 for mlgr insnRichard Henderson
2013-02-23target-alpha: Use mulu2 for umulh insnRichard Henderson
2013-02-23tcg: Apply life analysis to 64-bit multiword arithmetic opsRichard Henderson
2013-02-23tcg: Implement muls2 with mulu2Richard Henderson
2013-02-23target-i386: Use add2 to implement the ADX extensionRichard Henderson
2013-02-23tcg-arm: Implement muls2_i32Richard Henderson
2013-02-23tcg-i386: Implement multiword arithmetic opsRichard Henderson
2013-02-23tcg: Implement multiword addition helpersRichard Henderson
2013-02-23tcg: Implement multiword multiply helpersRichard Henderson
2013-02-23tcg: Implement a 64-bit to 32-bit extraction helperRichard Henderson
2013-02-23tcg: Add signed multiword multiplication operationsRichard Henderson
2013-02-23tcg: Add 64-bit multiword arithmetic operationsRichard Henderson
2013-02-23tcg-sparc: Always implement 32-bit multiword opsRichard Henderson
2013-02-23tcg-i386: Always implement 32-bit multiword opsRichard Henderson
2013-02-23tcg: Make 32-bit multiword operations optional for 64-bit hostsRichard Henderson
2013-02-23Merge branch 'eflags3' of git://github.com/rth7680/qemuBlue Swirl
2013-02-23Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell
2013-02-23SPARC LEON power-down support addedRonald Hecht
2013-02-23Added LEON MMU ASI mappings and corrected LEON3 MMU masks.Ronald Hecht
2013-02-23grlib-apbuart: Add support of various flagsRonald Hecht
2013-02-23Typo: replace gptimer by apbuartFabien Chouteau
2013-02-23disas/i386.c: Add explicit braces round empty for-loop bodyPeter Maydell