Age | Commit message (Expand) | Author | Files | Lines |
2015-10-28 | target-*: Advance pc after recognizing a breakpoint | Richard Henderson | 1 | -0/+5 |
2015-10-23 | ppc: Add mmu_model defines for arch 2.03 and 2.07 | Benjamin Herrenschmidt | 1 | -2/+2 |
2015-10-07 | tcg: Remove gen_intermediate_code_pc | Richard Henderson | 1 | -35/+5 |
2015-10-07 | tcg: Pass data argument to restore_state_to_opc | Richard Henderson | 1 | -2/+3 |
2015-10-07 | tcg: Add TCG_MAX_INSNS | Richard Henderson | 1 | -1/+5 |
2015-10-07 | target-*: Introduce and use cpu_breakpoint_test | Richard Henderson | 1 | -9/+5 |
2015-10-07 | target-*: Increment num_insns immediately after tcg_gen_insn_start | Richard Henderson | 1 | -2/+2 |
2015-10-07 | target-*: Unconditionally emit tcg_gen_insn_start | Richard Henderson | 1 | -3/+2 |
2015-10-07 | tcg: Rename debug_insn_start to insn_start | Richard Henderson | 1 | -1/+1 |
2015-09-20 | target-ppc: fix xscmpodp and xscmpudp decoding | Aurelien Jarno | 1 | -2/+9 |
2015-06-22 | disas: Remove uses of CPU env | Peter Crosthwaite | 1 | -1/+1 |
2015-03-13 | tcg: Change translator-side labels to a pointer | Richard Henderson | 1 | -64/+59 |
2015-03-09 | display cpu id dump state | Tristan Gingold | 1 | -2/+3 |
2015-02-12 | tcg: Introduce tcg_op_buf_count and tcg_op_buf_full | Richard Henderson | 1 | -6/+3 |
2015-02-12 | tcg: Move emit of INDEX_op_end into gen_tb_end | Richard Henderson | 1 | -1/+1 |
2015-01-10 | Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int... | Peter Maydell | 1 | -61/+210 |
2015-01-07 | target-ppc: Mark SR() and gen_sync_exception() as !CONFIG_USER_ONLY | Peter Maydell | 1 | -0/+5 |
2015-01-07 | target-ppc: Introduce Privileged TM Noops | Tom Musta | 1 | -0/+38 |
2015-01-07 | target-ppc: Introduce tcheck | Tom Musta | 1 | -0/+17 |
2015-01-07 | target-ppc: Introduce TM Noops | Tom Musta | 1 | -0/+38 |
2015-01-07 | target-ppc: Introduce tbegin | Tom Musta | 1 | -0/+12 |
2015-01-07 | target-ppc: Introduce tm_enabled Bit to CPU State | Tom Musta | 1 | -0/+8 |
2015-01-07 | target-ppc: Eliminate set_fprf Argument From helper_compute_fprf | Tom Musta | 1 | -7/+1 |
2015-01-07 | target-ppc: Eliminate set_fprf Argument From gen_compute_fprf | Tom Musta | 1 | -15/+23 |
2015-01-07 | target-ppc: Fully Migrate to gen_set_cr1_from_fpscr | Tom Musta | 1 | -22/+33 |
2015-01-07 | target-ppc: mffs. Should Set CR1 from FPSCR Bits | Tom Musta | 1 | -1/+3 |
2015-01-07 | target-ppc: Fix Floating Point Move Instructions That Set CR1 | Tom Musta | 1 | -20/+30 |
2015-01-07 | target-ppc: Load/Store Vector Element Storage Alignment | Tom Musta | 1 | -8/+14 |
2015-01-03 | gen-icount: check cflags instead of use_icount global | Paolo Bonzini | 1 | -1/+1 |
2014-12-23 | target-ppc: pass DisasContext to SPR generator functions | Paolo Bonzini | 1 | -5/+5 |
2014-11-20 | target-ppc: Altivec's mtvscr Decodes Wrong Register | Tom Musta | 1 | -1/+1 |
2014-11-04 | target-ppc: Fix Altivec Round Opcodes | Tom Musta | 1 | -6/+6 |
2014-11-04 | ppc: do not look at the MMU index to detect PR/HV mode | Paolo Bonzini | 1 | -88/+77 |
2014-11-04 | target-ppc : Allow fc[tf]id[*] mnemonics for non TARGET_PPC64 | Pierre Mallard | 1 | -10/+6 |
2014-11-04 | ppc: compute mask from BI using right shift | Paolo Bonzini | 1 | -3/+3 |
2014-11-04 | ppc: rename gen_set_cr6_from_fpscr | Paolo Bonzini | 1 | -7/+7 |
2014-09-08 | target-ppc: Implement mulldo with TCG | Tom Musta | 1 | -2/+14 |
2014-09-08 | target-ppc: Clean up mullwo | Tom Musta | 1 | -8/+3 |
2014-09-08 | target-ppc: Clean Up mullw | Tom Musta | 1 | -3/+2 |
2014-09-08 | target-ppc: Optimize rlwnm MB=0 ME=31 | Tom Musta | 1 | -22/+34 |
2014-09-08 | target-ppc: Optimize rlwinm MB=0 ME=31 | Tom Musta | 1 | -0/+6 |
2014-09-08 | target-ppc: Special Case of rlwimi Should Use Deposit | Tom Musta | 1 | -6/+3 |
2014-09-08 | target-ppc: Bug Fix: srawi | Tom Musta | 1 | -1/+1 |
2014-09-08 | target-ppc: Bug Fix: mullw | Tom Musta | 1 | -0/+11 |
2014-09-08 | target-ppc: Bug Fix: mullwo | Tom Musta | 1 | -0/+9 |
2014-09-08 | target-ppc: Bug Fix: rlwimi | Tom Musta | 1 | -5/+7 |
2014-09-08 | target-ppc: Bug Fix: rlwnm | Tom Musta | 1 | -9/+9 |
2014-09-08 | target-ppc: Bug Fix: rlwinm | Tom Musta | 1 | -5/+3 |
2014-08-12 | trace: [tcg] Include TCG-tracing header on all targets | LluĂs Vilanova | 1 | -0/+3 |
2014-06-27 | target-ppc: Remove unused gen_qemu_ld8s() | Peter Maydell | 1 | -5/+0 |