Age | Commit message (Expand) | Author | Files | Lines |
2021-06-29 | tcg/tci: Support bswap flags | Richard Henderson | 2 | -4/+22 |
2021-06-29 | tcg/mips: Support bswap flags in tcg_out_bswap32 | Richard Henderson | 1 | -23/+16 |
2021-06-29 | tcg/mips: Support bswap flags in tcg_out_bswap16 | Richard Henderson | 1 | -33/+30 |
2021-06-29 | tcg/s390: Support bswap flags | Richard Henderson | 1 | -6/+28 |
2021-06-29 | tcg/ppc: Use power10 byte-reverse instructions | Richard Henderson | 1 | -0/+34 |
2021-06-29 | tcg/ppc: Support bswap flags | Richard Henderson | 1 | -6/+16 |
2021-06-29 | tcg/ppc: Split out tcg_out_bswap64 | Richard Henderson | 1 | -30/+34 |
2021-06-29 | tcg/ppc: Split out tcg_out_bswap32 | Richard Henderson | 1 | -16/+22 |
2021-06-29 | tcg/ppc: Split out tcg_out_bswap16 | Richard Henderson | 1 | -15/+19 |
2021-06-29 | tcg/ppc: Split out tcg_out_sari{32,64} | Richard Henderson | 1 | -4/+13 |
2021-06-29 | tcg/ppc: Split out tcg_out_ext{8,16,32}s | Richard Henderson | 1 | -10/+21 |
2021-06-29 | tcg/arm: Support bswap flags | Richard Henderson | 1 | -38/+63 |
2021-06-29 | tcg/aarch64: Support bswap flags | Richard Henderson | 1 | -0/+12 |
2021-06-29 | tcg/aarch64: Merge tcg_out_rev{16,32,64} | Richard Henderson | 1 | -26/+16 |
2021-06-29 | tcg/i386: Support bswap flags | Richard Henderson | 1 | -1/+19 |
2021-06-29 | tcg: Add flags argument to bswap opcodes | Richard Henderson | 5 | -18/+67 |
2021-06-29 | tcg: Use correct trap number for page faults on *BSD systems | Warner Losh | 1 | -2/+18 |
2021-06-29 | tcg: Implement tcg_gen_vec_add{sub}32_tl | LIU Zhiwei | 1 | -0/+4 |
2021-06-29 | tcg: Add tcg_gen_vec_shl{shr}{sar}8i_i32 | LIU Zhiwei | 2 | -0/+38 |
2021-06-29 | tcg: Add tcg_gen_vec_shl{shr}{sar}16i_i32 | LIU Zhiwei | 2 | -0/+38 |
2021-06-29 | tcg: Add tcg_gen_vec_add{sub}8_i32 | LIU Zhiwei | 2 | -0/+44 |
2021-06-29 | tcg: Add tcg_gen_vec_add{sub}16_i32 | LIU Zhiwei | 2 | -0/+41 |
2021-06-29 | target/cris: Do not exit tb for X_FLAG changes | Richard Henderson | 1 | -3/+0 |
2021-06-29 | target/cris: Remove dc->flagx_known | Richard Henderson | 2 | -81/+24 |
2021-06-29 | target/cris: Improve JMP_INDIRECT | Richard Henderson | 1 | -12/+10 |
2021-06-29 | target/cris: Use tcg_gen_lookup_and_goto_ptr | Richard Henderson | 1 | -1/+3 |
2021-06-29 | target/cris: Add DISAS_DBRANCH | Richard Henderson | 1 | -40/+56 |
2021-06-29 | target/cris: Add DISAS_UPDATE_NEXT | Richard Henderson | 1 | -5/+15 |
2021-06-29 | target/cris: Set cpustate_changed for rfe/rfn | Richard Henderson | 1 | -0/+2 |
2021-06-29 | target/cris: Fold unhandled X_FLAG changes into cpustate_changed | Richard Henderson | 1 | -7/+6 |
2021-06-29 | target/cris: Mark static arrays const | Richard Henderson | 2 | -12/+13 |
2021-06-29 | target/cris: Mark helper_raise_exception noreturn | Richard Henderson | 1 | -1/+1 |
2021-06-29 | target/cris: Convert to TranslatorOps | Richard Henderson | 1 | -138/+169 |
2021-06-29 | target/cris: Fix use_goto_tb | Richard Henderson | 1 | -7/+2 |
2021-06-29 | target/cris: Mark exceptions as DISAS_NORETURN | Richard Henderson | 2 | -3/+5 |
2021-06-29 | target/cris: Replace DISAS_TB_JUMP with DISAS_NORETURN | Richard Henderson | 1 | -4/+3 |
2021-06-29 | target/cris: Remove DISAS_SWI | Richard Henderson | 1 | -2/+0 |
2021-06-29 | target/cris: Add DisasContextBase to DisasContext | Richard Henderson | 2 | -26/+27 |
2021-06-29 | target/avr: Convert to TranslatorOps | Richard Henderson | 1 | -104/+126 |
2021-06-29 | target/avr: Change ctx to DisasContext* in gen_intermediate_code | Richard Henderson | 1 | -41/+43 |
2021-06-29 | target/avr: Add DisasContextBase to DisasContext | Richard Henderson | 1 | -29/+29 |
2021-06-29 | target/nios2: Use pc_next for pc + 4 | Richard Henderson | 1 | -6/+6 |
2021-06-29 | target/nios2: Inline handle_instruction | Richard Henderson | 1 | -35/+31 |
2021-06-29 | target/nios2: Clean up goto in handle_instruction | Richard Henderson | 1 | -6/+2 |
2021-06-29 | target/nios2: Remove assignment to env in handle_instruction | Richard Henderson | 1 | -1/+2 |
2021-06-29 | target/nios2: Convert to TranslatorOps | Richard Henderson | 1 | -65/+67 |
2021-06-29 | target/nios2: Add DisasContextBase to DisasContext | Richard Henderson | 1 | -34/+36 |
2021-06-29 | target/nios2: Use global cpu_R | Richard Henderson | 1 | -39/+34 |
2021-06-29 | target/nios2: Use global cpu_env | Richard Henderson | 1 | -6/+4 |
2021-06-29 | target/nios2: Replace DISAS_TB_JUMP with DISAS_NORETURN | Richard Henderson | 1 | -5/+3 |