Age | Commit message (Expand) | Author | Files | Lines |
2013-02-23 | target-sparc: Use mul*2 for multiply | Richard Henderson | 1 | -27/+18 |
2013-02-23 | target-sparc: Use official add2/sub2 interfaces for addx/subx | Richard Henderson | 1 | -26/+16 |
2013-02-23 | target-ppc: Compute mullwo without branches | Richard Henderson | 1 | -28/+14 |
2013-02-23 | target-ppc: Compute arithmetic shift carry without branches | Richard Henderson | 1 | -40/+31 |
2013-02-23 | target-ppc: Implement neg in terms of subf | Richard Henderson | 1 | -44/+19 |
2013-02-23 | target-ppc: Use add2 for carry generation | Richard Henderson | 1 | -125/+69 |
2013-02-23 | target-ppc: Compute addition carry with setcond | Richard Henderson | 1 | -26/+16 |
2013-02-23 | target-ppc: Compute addition overflow without branches | Richard Henderson | 1 | -33/+13 |
2013-02-23 | target-ppc: Use setcond in gen_op_cmp | Richard Henderson | 1 | -23/+23 |
2013-02-23 | target-ppc: Split out SO, OV, CA fields from XER | Richard Henderson | 6 | -106/+160 |
2013-02-23 | target-ppc: Use mul*2 in mulh* insns | Richard Henderson | 3 | -64/+38 |
2013-02-23 | target-cris: Use mul*2 in mul* insns | Richard Henderson | 1 | -42/+2 |
2013-02-23 | target-mips: Use mul[us]2 in [D]MULT[U] insns | Richard Henderson | 3 | -42/+20 |
2013-02-23 | target-arm: Implement sbc_cc inline | Richard Henderson | 3 | -25/+39 |
2013-02-23 | target-arm: Implement adc_cc inline | Richard Henderson | 3 | -21/+34 |
2013-02-23 | target-arm: Use add2 in gen_add_CC | Richard Henderson | 1 | -4/+3 |
2013-02-23 | target-arm: Use mul[us]2 and add2 in umlal et al | Richard Henderson | 3 | -19/+14 |
2013-02-23 | target-arm: Use mul[us]2 in gen_mul[us]_i64_i32 | Richard Henderson | 1 | -16/+22 |
2013-02-23 | target-s390x: Use mulu2 for mlgr insn | Richard Henderson | 3 | -11/+1 |
2013-02-23 | target-alpha: Use mulu2 for umulh insn | Richard Henderson | 3 | -10/+18 |
2013-02-23 | tcg: Apply life analysis to 64-bit multiword arithmetic ops | Richard Henderson | 1 | -8/+20 |
2013-02-23 | tcg: Implement muls2 with mulu2 | Richard Henderson | 1 | -0/+40 |
2013-02-23 | target-i386: Use add2 to implement the ADX extension | Richard Henderson | 1 | -11/+9 |
2013-02-23 | tcg-arm: Implement muls2_i32 | Richard Henderson | 2 | -1/+5 |
2013-02-23 | tcg-i386: Implement multiword arithmetic ops | Richard Henderson | 2 | -17/+26 |
2013-02-23 | tcg: Implement multiword addition helpers | Richard Henderson | 1 | -0/+82 |
2013-02-23 | tcg: Implement multiword multiply helpers | Richard Henderson | 3 | -1/+101 |
2013-02-23 | tcg: Implement a 64-bit to 32-bit extraction helper | Richard Henderson | 1 | -0/+22 |
2013-02-23 | tcg: Add signed multiword multiplication operations | Richard Henderson | 14 | -0/+24 |
2013-02-23 | tcg: Add 64-bit multiword arithmetic operations | Richard Henderson | 10 | -14/+41 |
2013-02-23 | tcg-sparc: Always implement 32-bit multiword ops | Richard Henderson | 2 | -6/+7 |
2013-02-23 | tcg-i386: Always implement 32-bit multiword ops | Richard Henderson | 2 | -12/+13 |
2013-02-23 | tcg: Make 32-bit multiword operations optional for 64-bit hosts | Richard Henderson | 8 | -4/+29 |
2013-02-23 | Merge branch 'eflags3' of git://github.com/rth7680/qemu | Blue Swirl | 10 | -1449/+1870 |
2013-02-23 | Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp() | Peter Maydell | 9 | -42/+52 |
2013-02-23 | SPARC LEON power-down support added | Ronald Hecht | 5 | -1/+19 |
2013-02-23 | Added LEON MMU ASI mappings and corrected LEON3 MMU masks. | Ronald Hecht | 2 | -2/+8 |
2013-02-23 | grlib-apbuart: Add support of various flags | Ronald Hecht | 1 | -7/+29 |
2013-02-23 | Typo: replace gptimer by apbuart | Fabien Chouteau | 1 | -8/+8 |
2013-02-23 | disas/i386.c: Add explicit braces round empty for-loop body | Peter Maydell | 1 | -1/+2 |
2013-02-23 | qemu-log: Remove qemu_log_try_set_file() and its users | Peter Maydell | 5 | -16/+0 |
2013-02-23 | xhci: fix bad print specifier | Hervé Poussineau | 1 | -2/+2 |
2013-02-22 | gtk: Rename File to Machine menu and add pause, reset and power down items | Jan Kiszka | 1 | -12/+68 |
2013-02-22 | ui/gtk: Use menu item from stock for full screen | Stefan Weil | 4 | -14/+3 |
2013-02-22 | ui/gtk: Support versions of VTE before 0.26 | Stefan Weil | 2 | -2/+7 |
2013-02-22 | Reenable -Wstrict-prototypes | Kevin Wolf | 2 | -7/+24 |
2013-02-22 | ui/gtk: require at least GTK 2.18 and VTE 0.26 | Anthony Liguori | 1 | -2/+2 |
2013-02-22 | unbreak hw/usb/redirect.c build | Gerd Hoffmann | 1 | -1/+1 |
2013-02-22 | ui/gtk: Fix build (missing include for setlocale) | Stefan Weil | 1 | -0/+1 |
2013-02-21 | gtk: suppress accelerators from the File menu when grab is active | Anthony Liguori | 1 | -0/+34 |