Age | Commit message (Expand) | Author | Files | Lines |
2023-05-05 | tcg/riscv: Require TCG_TARGET_REG_BITS == 64 | Richard Henderson | 3 | -190/+72 |
2023-05-05 | tcg/ppc: Introduce HostAddress | Richard Henderson | 1 | -43/+47 |
2023-05-05 | tcg/ppc: Rationalize args to tcg_out_qemu_{ld,st} | Richard Henderson | 1 | -51/+59 |
2023-05-05 | tcg/mips: Rationalize args to tcg_out_qemu_{ld,st} | Richard Henderson | 1 | -91/+95 |
2023-05-05 | tcg/loongarch64: Introduce HostAddress | Richard Henderson | 1 | -25/+30 |
2023-05-05 | tcg/loongarch64: Rationalize args to tcg_out_qemu_{ld,st} | Richard Henderson | 1 | -56/+40 |
2023-05-05 | tcg/arm: Introduce HostAddress | Richard Henderson | 1 | -132/+114 |
2023-05-05 | tcg/arm: Rationalize args to tcg_out_qemu_{ld,st} | Richard Henderson | 1 | -57/+56 |
2023-05-05 | tcg/aarch64: Introduce HostAddress | Richard Henderson | 1 | -27/+59 |
2023-05-05 | tcg/aarch64: Rationalize args to tcg_out_qemu_{ld,st} | Richard Henderson | 1 | -19/+17 |
2023-05-05 | tcg/i386: Introduce tcg_out_testi | Richard Henderson | 1 | -12/+18 |
2023-05-05 | tcg/i386: Drop r0+r1 local variables from tcg_out_tlb_load | Richard Henderson | 1 | -16/+16 |
2023-05-05 | tcg/i386: Introduce HostAddress | Richard Henderson | 1 | -75/+90 |
2023-05-05 | tcg/i386: Generalize multi-part load overlap test | Richard Henderson | 1 | -16/+15 |
2023-05-05 | tcg/i386: Rationalize args to tcg_out_qemu_{ld,st} | Richard Henderson | 1 | -61/+50 |
2023-05-05 | target/sparc: Remove TARGET_ALIGNED_ONLY | Richard Henderson | 5 | -5/+0 |
2023-05-05 | target/sparc: Use cpu_ld*_code_mmu | Richard Henderson | 1 | -4/+6 |
2023-05-05 | target/sparc: Use MO_ALIGN where required | Richard Henderson | 1 | -32/+34 |
2023-05-05 | target/hppa: Remove TARGET_ALIGNED_ONLY | Richard Henderson | 2 | -2/+0 |
2023-05-05 | target/hppa: Use MO_ALIGN for system UNALIGN() | Richard Henderson | 1 | -1/+1 |
2023-05-05 | target/alpha: Remove TARGET_ALIGNED_ONLY | Richard Henderson | 2 | -2/+0 |
2023-05-05 | target/alpha: Use MO_ALIGN where required | Richard Henderson | 1 | -16/+20 |
2023-05-05 | target/alpha: Use MO_ALIGN for system UNALIGN() | Richard Henderson | 1 | -1/+1 |
2023-05-05 | tcg: Remove compatability helpers for qemu ld/st | Richard Henderson | 1 | -55/+0 |
2023-05-05 | target/xtensa: Finish conversion to tcg_gen_qemu_{ld, st}_* | Richard Henderson | 1 | -2/+2 |
2023-05-05 | target/sparc: Finish conversion to tcg_gen_qemu_{ld, st}_* | Richard Henderson | 1 | -15/+28 |
2023-05-05 | target/s390x: Finish conversion to tcg_gen_qemu_{ld, st}_* | Richard Henderson | 1 | -81/+71 |
2023-05-05 | target/mips: Finish conversion to tcg_gen_qemu_{ld,st}_* | Richard Henderson | 2 | -5/+5 |
2023-05-05 | target/m68k: Finish conversion to tcg_gen_qemu_{ld,st}_* | Richard Henderson | 1 | -51/+25 |
2023-05-05 | target/Hexagon: Finish conversion to tcg_gen_qemu_{ld, st}_* | Richard Henderson | 4 | -42/+40 |
2023-05-05 | target/cris: Finish conversion to tcg_gen_qemu_{ld,st}_* | Richard Henderson | 1 | -14/+4 |
2023-05-05 | target/avr: Finish conversion to tcg_gen_qemu_{ld,st}_* | Richard Henderson | 1 | -8/+8 |
2023-05-05 | softfloat: Fix the incorrect computation in float32_exp2 | Shivaprasad G Bhat | 1 | -1/+1 |
2023-05-05 | Merge tag 'pull-riscv-to-apply-20230505-1' of https://github.com/alistair23/q... | Richard Henderson | 45 | -1300/+2488 |
2023-05-05 | target/riscv: add Ventana's Veyron V1 CPU | Rahul Pathak | 3 | -0/+43 |
2023-05-05 | riscv: Make sure an exception is raised if a pte is malformed | Alexandre Ghiti | 2 | -4/+12 |
2023-05-05 | target/riscv: Fix Guest Physical Address Translation | Irina Ryapolova | 1 | -9/+16 |
2023-05-05 | target/riscv: Restore the predicate() NULL check behavior | Bin Meng | 1 | -2/+9 |
2023-05-05 | target/riscv: add TYPE_RISCV_DYNAMIC_CPU | Daniel Henrique Barboza | 3 | -5/+21 |
2023-05-05 | target/riscv: add query-cpy-definitions support | Daniel Henrique Barboza | 3 | -3/+59 |
2023-05-05 | target/riscv: add CPU QOM header | Daniel Henrique Barboza | 2 | -45/+71 |
2023-05-05 | hw/intc/riscv_aplic: Zero init APLIC internal state | Ivan Klokov | 1 | -1/+1 |
2023-05-05 | target/riscv: Reorg sum check in get_physical_address | Richard Henderson | 1 | -11/+11 |
2023-05-05 | target/riscv: Reorg access check in get_physical_address | Richard Henderson | 1 | -33/+36 |
2023-05-05 | target/riscv: Merge checks for reserved pte flags | Richard Henderson | 1 | -6/+6 |
2023-05-05 | target/riscv: Don't modify SUM with is_debug | Richard Henderson | 1 | -1/+1 |
2023-05-05 | target/riscv: Suppress pte update with is_debug | Richard Henderson | 1 | -1/+1 |
2023-05-05 | target/riscv: Move leaf pte processing out of level loop | Richard Henderson | 1 | -111/+123 |
2023-05-05 | target/riscv: Hoist pbmte and hade out of the level loop | Richard Henderson | 1 | -8/+8 |
2023-05-05 | target/riscv: Hoist second stage mode change to callers | Richard Henderson | 1 | -10/+2 |