Age | Commit message (Expand) | Author | Files | Lines |
2021-07-12 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into... | Peter Maydell | 1 | -10/+1 |
2021-07-09 | target/ppc: Use translator_use_goto_tb | Richard Henderson | 1 | -9/+1 |
2021-07-09 | tcg: Avoid including 'trace-tcg.h' in target translate.c | Philippe Mathieu-Daudé | 1 | -1/+0 |
2021-07-09 | target/ppc: mtmsrd is an illegal instruction on BookE | Nicholas Piggin | 1 | -0/+5 |
2021-06-03 | target/ppc: fix single-step exception regression | Luis Pires | 1 | -3/+2 |
2021-06-03 | target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetree | Matheus Ferst | 1 | -52/+0 |
2021-06-03 | target/ppc: Move addpcis to decodetree | Matheus Ferst | 1 | -9/+0 |
2021-06-03 | target/ppc: Implement vcfuged instruction | Matheus Ferst | 1 | -0/+1 |
2021-06-03 | target/ppc: Move D/DS/X-form integer stores to decodetree | Richard Henderson | 1 | -82/+3 |
2021-06-03 | target/ppc: Move D/DS/X-form integer loads to decodetree | Richard Henderson | 1 | -123/+24 |
2021-06-03 | target/ppc: Move ADDI, ADDIS to decodetree, implement PADDI | Richard Henderson | 1 | -29/+0 |
2021-06-03 | target/ppc: Add infrastructure for prefixed insns | Richard Henderson | 1 | -6/+31 |
2021-06-03 | target/ppc: Move page crossing check to ppc_tr_translate_insn | Richard Henderson | 1 | -3/+6 |
2021-06-03 | target/ppc: Introduce macros to check isa extensions | Richard Henderson | 1 | -0/+26 |
2021-06-03 | target/ppc: removed all mentions to PPC_DUMP_CPU | Bruno Larsen (billionai) | 1 | -105/+0 |
2021-06-03 | target/ppc: removed GEN_OPCODE decision tree | Bruno Larsen (billionai) | 1 | -79/+0 |
2021-06-03 | target/ppc: removed mentions to DO_PPC_STATISTICS | Bruno Larsen (billionai) | 1 | -12/+4 |
2021-06-03 | target/ppc: remove ppc_cpu_dump_statistics | Bruno Larsen (billionai) | 1 | -51/+0 |
2021-05-19 | target/ppc: Use translator_loop_temp_check | Richard Henderson | 1 | -5/+1 |
2021-05-19 | target/ppc: Tidy exception vs exit_tb | Richard Henderson | 1 | -1/+2 |
2021-05-19 | target/ppc: Move single-step check to ppc_tr_tb_stop | Richard Henderson | 1 | -14/+19 |
2021-05-19 | target/ppc: Remove DisasContext.exception | Richard Henderson | 1 | -26/+4 |
2021-05-19 | target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURN | Richard Henderson | 1 | -6/+2 |
2021-05-19 | target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATE | Richard Henderson | 1 | -17/+7 |
2021-05-19 | target/ppc: Introduce gen_icount_io_start | Richard Henderson | 1 | -135/+39 |
2021-05-19 | target/ppc: Remove unnecessary gen_io_end calls | Richard Henderson | 1 | -6/+0 |
2021-05-19 | target/ppc: Replace POWERPC_EXCP_SYNC with DISAS_EXIT | Richard Henderson | 1 | -18/+9 |
2021-05-19 | target/ppc: Introduce DISAS_{EXIT,CHAIN}{,_UPDATE} | Richard Henderson | 1 | -10/+65 |
2021-05-19 | target/ppc: Simplify gen_debug_exception | Richard Henderson | 1 | -13/+2 |
2021-05-19 | target/ppc: Remove special case for POWERPC_EXCP_TRAP | Richard Henderson | 1 | -1/+0 |
2021-05-19 | target/ppc: Remove special case for POWERPC_SYSCALL | Richard Henderson | 1 | -1/+0 |
2021-05-19 | target/ppc: Move DISAS_NORETURN setting into gen_exception* | Richard Henderson | 1 | -8/+18 |
2021-05-19 | target/ppc: Split out decode_legacy | Richard Henderson | 1 | -51/+64 |
2021-05-19 | target/ppc: Add cia field to DisasContext | Richard Henderson | 1 | -17/+19 |
2021-05-19 | target/ppc: moved ppc_cpu_dump_state to cpu_init.c | Bruno Larsen (billionai) | 1 | -187/+0 |
2021-05-19 | target/ppc: isolated cpu init from translation logic | Bruno Larsen (billionai) | 1 | -2/+2 |
2021-05-19 | target/ppc: turned SPR R/W callbacks not static | Bruno Larsen (billionai) | 1 | -107/+103 |
2021-05-19 | target/ppc: move SPR R/W callbacks to translate.c | Bruno Larsen (billionai) | 1 | -9/+1028 |
2021-05-19 | target/ppc: Fold gen_*_xer into their callers | Bruno Larsen (billionai) | 1 | -37/+0 |
2021-05-04 | target/ppc: Add POWER10 exception model | Nicholas Piggin | 1 | -1/+2 |
2021-05-04 | target/ppc: move opcode table logic to translate.c | Bruno Larsen (billionai) | 1 | -0/+394 |
2021-05-04 | target/ppc: Remove env->immu_idx and env->dmmu_idx | Richard Henderson | 1 | -3/+3 |
2021-05-04 | target/ppc: Put LPCR[GTSE] in hflags | Richard Henderson | 1 | -1/+1 |
2021-05-04 | target/ppc: Create helper_scv | Richard Henderson | 1 | -13/+7 |
2021-05-04 | target/ppc: Put dbcr0 single-step bits into hflags | Richard Henderson | 1 | -11/+0 |
2021-05-04 | target/ppc: Reduce env->hflags to uint32_t | Richard Henderson | 1 | -1/+1 |
2021-05-04 | target/ppc: Disconnect hflags from MSR | Richard Henderson | 1 | -39/+16 |
2020-12-14 | target/ppc: Introduce an mmu_is_64bit() helper | Greg Kurz | 1 | -1/+1 |
2020-12-14 | ppc/translate: Use POWERPC_MMU_64 to detect 64-bit MMU models | Stephane Duverger | 1 | -2/+2 |
2020-11-15 | powerpc tcg: Fix Lesser GPL version number | Chetan Pant | 1 | -1/+1 |