Age | Commit message (Expand) | Author | Files | Lines |
2019-01-28 | target/xtensa: add test_mmuhifi_c3 core | Max Filippov | 5 | -0/+36981 |
2019-01-28 | target/xtensa: expose core runstall as an IRQ line | Max Filippov | 1 | -0/+2 |
2019-01-28 | target/xtensa: rearrange access to external interrupts | Max Filippov | 1 | -2/+3 |
2019-01-28 | target/xtensa: drop function xtensa_timer_irq | Max Filippov | 1 | -1/+0 |
2019-01-24 | target/xtensa: fix access to the INTERRUPT SR | Max Filippov | 4 | -12/+19 |
2019-01-24 | target/xtensa: add qemu_cpu_kick to xtensa_runstall | Max Filippov | 1 | -1/+1 |
2019-01-13 | target/xtensa: move non-HELPER functions to helper.c | Max Filippov | 2 | -59/+58 |
2019-01-13 | target/xtensa: drop dump_state helper | Max Filippov | 2 | -12/+0 |
2019-01-13 | target/xtensa: extract interrupt and exception helpers | Max Filippov | 4 | -220/+259 |
2019-01-13 | target/xtensa: extract debug helpers | Max Filippov | 3 | -92/+130 |
2019-01-13 | target/xtensa: extract MMU helpers | Max Filippov | 4 | -780/+819 |
2019-01-13 | target/xtensa: extract windowed registers helpers | Max Filippov | 3 | -190/+223 |
2019-01-13 | target/xtensa: extract FPU helpers | Max Filippov | 3 | -135/+167 |
2019-01-11 | target/xtensa: rework zero overhead loops implementation | Max Filippov | 5 | -63/+49 |
2018-11-20 | target/xtensa: drop num_[core_]regs from dc232b/dc233c configs | Max Filippov | 4 | -4/+2 |
2018-11-20 | target/xtensa: gdbstub fix register counting | Max Filippov | 1 | -3/+8 |
2018-10-01 | target/xtensa: extract gen_check_interrupts call | Max Filippov | 1 | -25/+53 |
2018-10-01 | target/xtensa: make rsr/wsr helpers return void | Max Filippov | 1 | -66/+36 |
2018-10-01 | target/xtensa: extract unconditional TB termination via slot 0 | Max Filippov | 1 | -47/+36 |
2018-10-01 | target/xtensa: always end TB on CCOUNT access/CCOMPARE write | Max Filippov | 1 | -8/+5 |
2018-10-01 | target/xtensa: change SR number checks to assertions | Max Filippov | 1 | -36/+29 |
2018-10-01 | target/xtensa: extract unconditional TB termination | Max Filippov | 1 | -39/+28 |
2018-10-01 | target/xtensa: extract test for division by zero | Max Filippov | 1 | -22/+31 |
2018-10-01 | target/xtensa: extract test for cpdisabled exception | Max Filippov | 2 | -108/+123 |
2018-10-01 | target/xtensa: extract test for alloca exception | Max Filippov | 1 | -3/+8 |
2018-10-01 | target/xtensa: extract test for window underflow exception | Max Filippov | 3 | -9/+25 |
2018-10-01 | target/xtensa: extract test for window overflow exception | Max Filippov | 3 | -587/+889 |
2018-10-01 | target/xtensa: extract test for debug exception | Max Filippov | 1 | -10/+13 |
2018-10-01 | target/xtensa: extract test for syscall instruction | Max Filippov | 1 | -7/+6 |
2018-10-01 | target/xtensa: extract test for privileged instruction | Max Filippov | 1 | -93/+294 |
2018-10-01 | target/xtensa: extract test for an illegal instruction | Max Filippov | 5 | -73/+400 |
2018-09-17 | target/xtensa: support input from chardev console | Max Filippov | 1 | -10/+61 |
2018-09-17 | target/xtensa: fix s32c1i TCGMemOp flags | Max Filippov | 1 | -1/+1 |
2018-09-17 | target/xtensa: fix FPU2000 bugs | Max Filippov | 1 | -3/+3 |
2018-09-17 | target/xtensa: convert to do_transaction_failed | Max Filippov | 4 | -16/+35 |
2018-08-19 | target/xtensa: add test_kc705_be core | Max Filippov | 5 | -0/+46004 |
2018-08-19 | target/xtensa: clean up gdbstub register handling | Max Filippov | 3 | -23/+51 |
2018-08-19 | target/xtensa: fix gdbstub register counts | Max Filippov | 1 | -1/+3 |
2018-08-06 | target/xtensa/cpu: Set owner of memory region in xtensa_cpu_initfn | Thomas Huth | 1 | -1/+1 |
2018-07-02 | hw/xtensa: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 1 | -2/+3 |
2018-06-30 | xtensa: Avoid calling get_page_addr_code() from helper function | Peter Maydell | 1 | -1/+5 |
2018-06-30 | target/xtensa: Convert to TranslatorOps | Richard Henderson | 1 | -101/+116 |
2018-06-30 | target/xtensa: Change gen_intermediate_code dc to pointer | Richard Henderson | 1 | -61/+61 |
2018-06-30 | target/xtensa: Convert to DisasContextBase | Richard Henderson | 1 | -47/+44 |
2018-06-30 | target/xtensa: Replace DISAS_UPDATE with DISAS_NORETURN | Richard Henderson | 1 | -12/+9 |
2018-06-30 | target/xtensa: check zero overhead loop alignment | Max Filippov | 3 | -0/+9 |
2018-06-28 | move public invalidate APIs out of translate-all.{c,h}, clean up | Paolo Bonzini | 1 | -8/+1 |
2018-06-08 | target/xtensa: Add trailing '\n' to qemu_log() calls | Philippe Mathieu-Daudé | 1 | -3/+3 |
2018-06-04 | Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st... | Peter Maydell | 1 | -2/+2 |
2018-06-01 | tcg: Pass tb and index to tcg_gen_exit_tb separately | Richard Henderson | 1 | -2/+2 |