2012-09-21 |
Richard Henderson | target-alpha: Use movcond Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-21 |
Richard Henderson | tcg: Introduce movcond Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-21 |
Aurelien Jarno | target-sh4: remove useless code Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-21 |
Aurelien Jarno | target-sh4: cleanup DisasContext Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-21 |
Aurelien Jarno | target-sh4: rework exceptions handling Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-21 |
Aurelien Jarno | target-sh4: remove gen_clr_t() and gen_set_t() Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-21 |
Aurelien Jarno | target-sh4: optimize swap.w Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-21 |
Aurelien Jarno | target-sh4: optimize xtrct Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-21 |
Aurelien Jarno | target-sh4: implement addv and subv using TCG Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-21 |
Aurelien Jarno | target-sh4: implement addc and subc using TCG Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-21 |
Aurelien Jarno | target-sh4: use float32_muladd() to implement fmac Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-21 |
Aurelien Jarno | target-sh4: mark a few helpers const and pure Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-19 |
Aurelien Jarno | tcg/optimize: fix end of basic block detection Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-19 |
Richard Henderson | target-mips: Implement Loongson Multimedia Instructions Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-19 |
Richard Henderson | target-mips: Always evaluate debugging macro arguments Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-19 |
Richard Henderson | target-mips: Fix MIPS_DEBUG. Acked-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-19 |
Richard Henderson | target-mips: Set opn in gen_ldst_multiple. Acked-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-19 |
Peter Maydell | hw/pflash_cfi0[12]: Use host-utils.h ctz32() Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-19 |
Aurelien Jarno | pflash_cfi01: fix vendor specific extended query Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-19 |
Aurelien Jarno | revert "TCG: fix copy propagation" Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-19 |
Aurelien Jarno | tcg: mark set_label with TCG_OPF_BB_END flag Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-19 |
Aurelien Jarno | tcg/i386: allow constants in load/store ops Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-11 |
Aurelien Jarno | Merge branch 'usb.64' of git://git.kraxel.org/qemu
|
commit | commitdiff | tree |
2012-09-11 |
Aurelien Jarno | tcg/optimize: fix if/else/break coding style Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-11 |
Aurelien Jarno | tcg/optimize: add constant folding for brcond Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-11 |
Aurelien Jarno | tcg/optimize: add constant folding for setcond Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-11 |
Aurelien Jarno | tcg/optimize: swap brcond/setcond arguments when possible Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-11 |
Aurelien Jarno | tcg/optimize: simplify shift/rot r, 0, a => movi r... Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-11 |
Aurelien Jarno | tcg/optimize: simplify and r, a, 0 cases Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-11 |
Aurelien Jarno | tcg/optimize: simplify or/xor r, a, 0 cases Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-11 |
Aurelien Jarno | tcg/optimize: split expression simplification Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-11 |
Aurelien Jarno | tcg: improve profiler Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-10 |
Aurelien Jarno | Merge branch 'spice.v59' of git://anongit.freedesktop...
|
commit | commitdiff | tree |
2012-09-10 |
Aurelien Jarno | Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp...
|
commit | commitdiff | tree |
2012-09-10 |
Stefan Weil | hw/mcf5206: Fix buffer overflow for MBAR read / write Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-10 |
Stefan Weil | target-arm: Fix potential buffer overflow Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-10 |
Stefan Weil | hw/wm8750: Fix potential buffer overflow Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-07 |
Maciej W. Rozycki | MIPS/user: Fix reset CPU state initialization Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-07 |
Aurelien Jarno | lan9118: fix multicast filtering Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-07 |
Henning Schild | fix entry pointer for ELF kernels loaded with -kernel... Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-06 |
Peter Maydell | hw/pl110: Fix spelling of 'palette' Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-09-04 |
Paolo Bonzini | qemu-timer: properly arm alarm timer for timers set... Reported-by: Aurelien Jarno <aurelien@aurel32.net> Tested-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-08-28 |
Aurelien Jarno | tcg/mips: fix broken CONFIG_TCG_PASS_AREG0 code Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-08-28 |
Aurelien Jarno | Update OpenBIOS PPC image Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-08-28 |
Aurelien Jarno | target-ppc: fix altivec instructions Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-08-27 |
Eric Johnson | target-mips: allow microMIPS SWP and SDP to have RD... Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-08-27 |
Eric Johnson | target-mips: add privilege level check to several Cop0... Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-08-27 |
Richard Henderson | mips-linux-user: Always support rdhwr. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-08-27 |
Richard Henderson | target-mips: Streamline indexed cp1 memory addressing. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-08-27 |
Richard Sandiford | Fix order of CVT.PS.S operands Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-08-27 |
Richard Sandiford | Fix operands of RECIP2.S and RECIP2.PS Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-08-26 |
Aurelien Jarno | tcg/ia64: fix and optimize ld/st slow path Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-08-26 |
Aurelien Jarno | tcg/ia64: fix prologue/epilogue Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-08-23 |
Stefan Weil | target-mips: Fix some helper functions (VR54xx multiplication) Cc: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-08-23 |
Meador Inge | target-mips: Enable access to required RDHWR hardware... Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-01-13 |
Aurelien Jarno | target-i386: fix compilation with --enable-debug-tcg Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-01-11 |
Aurelien Jarno | target-i386: fix SSE rounding and flush to zero Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-01-11 |
Aurelien Jarno | target-i386: fix dpps and dppd SSE2 instructions Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-01-11 |
Aurelien Jarno | target-i386: fix round{pd,ps,sd,ss} SSE2 instructions Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-01-11 |
Aurelien Jarno | target-i386: fix {min,max}{pd,ps,sd,ss} SSE2 instructions Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-01-10 |
Aurelien Jarno | Merge branch 's390-next' of git://repo.or.cz/qemu/agraf
|
commit | commitdiff | tree |
2012-01-10 |
Alexander Graf | PPC: Fix linker scripts on ppc hosts Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-01-10 |
Aurelien Jarno | target-sh4: ignore ocbp and ocbwb instructions Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-01-07 |
Aurelien Jarno | Merge branch 'target-arm.for-upstream' of git://git...
|
commit | commitdiff | tree |
2012-01-07 |
Aurelien Jarno | Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
|
commit | commitdiff | tree |
2012-01-07 |
Stefan Weil | sm501: Fix size of color_reg Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-01-07 |
Stefan Weil | target-sh4: Fix operands for fipr, ftrv instructions Cc: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2012-01-07 |
Stefan Weil | malta: Fix regression (i8259 interrupts did not work) Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-06-03 |
Mike Frysinger | configure: check for -Wendif-labels support Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-06-03 |
Stefan Weil | virtio-9p: Remove statement without effect (fix warning... Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-06-03 |
Alex Williamson | exec: Implement qemu_ram_free_from_ptr() Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-06-03 |
Arun Thomas | multiboot: set boot_device to first partition Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-06-03 |
Alex Zuepke | target-arm: BKPT instructions should raise prefetch... Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-06-03 |
Christophe Fergeau | tcg: Fix unused-but-set-variable warning Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-06-03 |
Peter Maydell | tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32... Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-06-03 |
Peter Maydell | tcg/tcg-op.h: Fix prototypes for ld/st functions on... Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-06-03 |
Brad | Use the correct header in the TCG MIPS code to find... Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-06-03 |
Peter Maydell | target-arm: Fix compilation failure for 64 bit hosts Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-06-03 |
Aurelien Jarno | Merge branch 's390-next' of git://repo.or.cz/qemu/agraf
|
commit | commitdiff | tree |
2011-06-03 |
Aurelien Jarno | Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
|
commit | commitdiff | tree |
2011-06-03 |
Aurelien Jarno | softfloat: add float*_is_zero_or_denormal() Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-06-03 |
Aurelien Jarno | target-i386: use floatx80 constants in helper_fld*_ST0() Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-06-03 |
Aurelien Jarno | softfloat: always enable floatx80 and float128 support Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-06-03 |
Aurelien Jarno | softfloat-native: remove Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-06-03 |
Aurelien Jarno | target-i386: remove old code handling float64 Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-06-03 |
Aurelien Jarno | target-mips/gdbstub: remove old CONFIG_SOFTFLOAT #ifndef Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-06-03 |
Aurelien Jarno | target-ppc: remove old CONFIG_SOFTFLOAT #ifdef Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-05-23 |
Peter Maydell | configure: Document --disable-slirp option in --help Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-05-23 |
Peter Maydell | target-arm/exec.h: Remove unused #define of M0 Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-05-23 |
Peter Maydell | target-arm: Signal InvalidOp for Neon GE and GT compares... Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-05-23 |
Peter Maydell | target-arm: Use correct float status for Neon int-float... Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-05-23 |
Peter Maydell | target-arm: Signal Underflow when denormal flushed... Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-05-23 |
Peter Maydell | softfloat: Add new flag for when denormal result is... Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-05-23 |
Peter Maydell | target-arm: Signal InputDenormal for VRECPE, VRSQRTE... Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-05-23 |
Peter Maydell | target-arm: Don't set FP exceptions in recip, recip_sqrt... Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-05-23 |
Aurelien Jarno | tcg: don't keep dead outputs in registers Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-05-23 |
Aurelien Jarno | tcg: mark dead output argument in op_dead_args Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-05-23 |
Aurelien Jarno | tcg: replace op_dead_iargs by op_dead_args Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
commit | commitdiff | tree |
2011-05-23 |
Aurelien Jarno | Merge branch 'trivial-patches' of git://repo.or.cz...
|
commit | commitdiff | tree |
2011-05-23 |
Aurelien Jarno | Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
|
commit | commitdiff | tree |