Age | Commit message (Expand) | Author |
2016-11-24 | target-m68k: fix muluw/mulsw | Laurent Vivier |
2016-11-24 | target-m68k: Fix cmpa operand size | Laurent Vivier |
2016-11-24 | target-m68k: fix EXG instruction | Laurent Vivier |
2016-11-01 | log: Add locking to large logging blocks | Richard Henderson |
2016-10-28 | target-m68k: immediate ops manage word and byte operands | Laurent Vivier |
2016-10-28 | target-m68k: cmp manages word and bytes operands | Laurent Vivier |
2016-10-28 | target-m68k: add/sub manage word and byte operands | Laurent Vivier |
2016-10-28 | target-m68k: add addressing modes to neg | Laurent Vivier |
2016-10-28 | target-m68k: introduce byte and word cc_ops | Laurent Vivier |
2016-10-28 | target-m68k: some bit ops cleanup | Laurent Vivier |
2016-10-28 | target-m68k: suba/adda can manage word operand | Laurent Vivier |
2016-10-28 | target-m68k: and can manage word and byte operands | Laurent Vivier |
2016-10-28 | target-m68k: or can manage word and byte operands | Laurent Vivier |
2016-10-28 | target-m68k: eor can manage word and byte operands | Laurent Vivier |
2016-10-28 | target-m68k: add addressing modes to not | Laurent Vivier |
2016-10-28 | target-m68k: Inline addx, subx, negx | Richard Henderson |
2016-10-28 | target-m68k: add dbcc | Laurent Vivier |
2016-10-28 | target-m68k: add addressing modes to scc | Laurent Vivier |
2016-10-28 | target-m68k: add exg ops | Laurent Vivier |
2016-10-28 | target-m68k: add linkl | Laurent Vivier |
2016-10-28 | target-m68k: add bkpt instruction | Laurent Vivier |
2016-10-25 | target-m68k: Optimize gen_flush_flags | Richard Henderson |
2016-10-25 | target-m68k: Optimize some comparisons | Richard Henderson |
2016-10-25 | target-m68k: Use setcond for scc | Richard Henderson |
2016-10-25 | target-m68k: Introduce DisasCompare | Richard Henderson |
2016-10-25 | target-m68k: Reorg flags handling | Richard Henderson |
2016-10-25 | target-m68k: Remove incorrect clearing of cc_x | Richard Henderson |
2016-10-25 | target-m68k: Some fixes to SR and flags management | Richard Henderson |
2016-10-25 | target-m68k: Print flags properly | Richard Henderson |
2016-10-25 | target-m68k: update CPU flags management | Laurent Vivier |
2016-10-25 | target-m68k: don't update cc_dest in helpers | Laurent Vivier |
2016-10-25 | target-m68k: update move to/from ccr/sr | Laurent Vivier |
2016-10-25 | target-m68k: remove m68k_cpu_exec_enter() and m68k_cpu_exec_exit() | Laurent Vivier |
2016-10-25 | target-m68k: Replace helper_xflag_lt with setcond | Richard Henderson |
2016-10-25 | target-m68k: allow to update flags with operation on words and bytes | Laurent Vivier |
2016-10-25 | target-m68k: REG() macro cleanup | Laurent Vivier |
2016-10-25 | target-m68k: set PAGE_BITS to 12 for m68k | Laurent Vivier |
2016-10-25 | target-m68k: define operand sizes | Laurent Vivier |
2016-10-25 | target-m68k: set disassembler mode to 680x0 or coldfire | Laurent Vivier |
2016-10-25 | target-m68k: introduce read_imXX() functions | Laurent Vivier |
2016-10-25 | target-m68k: manage scaled index | Laurent Vivier |
2016-10-25 | target-m68k: define m680x0 CPUs and features | Laurent Vivier |
2016-10-25 | target-m68k: Build the opcode table only once to avoid multithreading issues | John Paul Adrian Glaubitz |
2016-10-25 | target-m68k: fix DEBUG_DISPATCH | Laurent Vivier |
2016-10-24 | exec: move cpu_exec_init() calls to realize functions | Laurent Vivier |
2016-10-07 | qemu-tech: document lazy condition code evaluation in cpu.h | Paolo Bonzini |
2016-09-15 | Remove unused function declarations | Ladi Prosek |
2016-09-13 | target-m68k: fix get_mac_extf helper | Paolo Bonzini |
2016-07-12 | target-*: Clean up cpu.h header guards | Markus Armbruster |
2016-07-12 | Fix confusing argument names in some common functions | Sergey Sorokin |