Age | Commit message (Expand) | Author | Files | Lines |
2023-03-05 | target/hexagon/idef-parser: Use gen_tmp for LPCFG | Richard Henderson | 3 | -8/+2 |
2023-03-05 | target/hexagon: Use tcg_constant_* for gen_constant_from_imm | Richard Henderson | 1 | -8/+7 |
2023-03-05 | target/tricore: Drop tcg_temp_free | Richard Henderson | 1 | -536/+4 |
2023-03-05 | target/mips: Fix trans_mult_acc return | Richard Henderson | 1 | -1/+1 |
2023-03-05 | target/mips: Drop tcg_temp_free from mips16e_translate.c.inc | Richard Henderson | 1 | -6/+0 |
2023-03-05 | target/i386: Drop tcg_temp_free | Richard Henderson | 3 | -62/+0 |
2023-03-05 | target/xtensa: Drop tcg_temp_free | Richard Henderson | 1 | -107/+0 |
2023-03-05 | target/xtensa: Drop reset_sar_tracker | Richard Henderson | 1 | -12/+2 |
2023-03-05 | target/sparc: Drop tcg_temp_free | Richard Henderson | 1 | -136/+0 |
2023-03-05 | target/sparc: Drop free_compare | Richard Henderson | 1 | -32/+0 |
2023-03-05 | target/sparc: Remove egress label in disas_sparc_context | Richard Henderson | 1 | -8/+7 |
2023-03-05 | target/sparc: Drop get_temp_i32 | Richard Henderson | 1 | -20/+3 |
2023-03-05 | target/sparc: Drop get_temp_tl | Richard Henderson | 1 | -35/+18 |
2023-03-05 | target/sh4: Drop tcg_temp_free | Richard Henderson | 1 | -110/+0 |
2023-03-05 | target/rx: Drop tcg_temp_free | Richard Henderson | 1 | -84/+0 |
2023-03-05 | target/riscv: Drop tcg_temp_free | Richard Henderson | 10 | -215/+1 |
2023-03-05 | target/riscv: Drop temp_new | Richard Henderson | 2 | -25/+7 |
2023-03-05 | target/riscv: Drop ftemp_new | Richard Henderson | 1 | -20/+4 |
2023-03-05 | target/ppc: Drop tcg_temp_free | Richard Henderson | 9 | -1094/+7 |
2023-03-05 | target/openrisc: Drop tcg_temp_free | Richard Henderson | 1 | -39/+0 |
2023-03-05 | target/nios2: Drop tcg_temp_free | Richard Henderson | 1 | -15/+0 |
2023-03-05 | target/microblaze: Drop tcg_temp_free | Richard Henderson | 1 | -54/+0 |
2023-03-05 | target/m68k: Drop tcg_temp_free | Richard Henderson | 1 | -181/+0 |
2023-03-05 | target/m68k: Drop free_cond | Richard Henderson | 1 | -40/+0 |
2023-03-05 | target/m68k: Drop mark_to_release | Richard Henderson | 1 | -42/+13 |
2023-03-05 | target/loongarch: Drop tcg_temp_free | Richard Henderson | 9 | -99/+6 |
2023-03-05 | target/loongarch: Drop temp_new | Richard Henderson | 3 | -22/+4 |
2023-03-05 | target/hppa: Drop tcg_temp_free | Richard Henderson | 1 | -92/+1 |
2023-03-05 | target/hexagon/idef-parser: Drop HexValue.is_manual | Richard Henderson | 3 | -18/+0 |
2023-03-05 | target/hexagon/idef-parser: Drop tcg_temp_free | Richard Henderson | 4 | -164/+0 |
2023-03-05 | target/hexagon: Drop tcg_temp_free from gen_tcg_funcs.py | Richard Henderson | 1 | -78/+1 |
2023-03-05 | target/hexagon: Drop tcg_temp_free from C code | Richard Henderson | 6 | -121/+0 |
2023-03-05 | target/cris: Drop tcg_temp_free | Richard Henderson | 2 | -111/+0 |
2023-03-05 | target/cris: Drop addr from dec10_ind_move_m_pr | Richard Henderson | 1 | -3/+1 |
2023-03-05 | target/cris: Drop cris_alu_m_free_temps | Richard Henderson | 2 | -27/+0 |
2023-03-05 | target/cris: Drop cris_alu_free_temps | Richard Henderson | 1 | -20/+0 |
2023-03-05 | target/avr: Drop tcg_temp_free | Richard Henderson | 1 | -228/+0 |
2023-03-05 | target/avr: Drop R from trans_COM | Richard Henderson | 1 | -4/+0 |
2023-03-05 | target/avr: Drop DisasContext.free_skip_var0 | Richard Henderson | 1 | -19/+0 |
2023-03-05 | target/arm: Drop tcg_temp_free from translator.h | Richard Henderson | 1 | -2/+0 |
2023-03-05 | target/arm: Drop tcg_temp_free from translator-vfp.c | Richard Henderson | 1 | -193/+0 |
2023-03-05 | target/arm: Drop tcg_temp_free from translator-sve.c | Richard Henderson | 1 | -184/+2 |
2023-03-05 | target/arm: Drop tcg_temp_free from translator-sme.c | Richard Henderson | 1 | -28/+0 |
2023-03-05 | target/arm: Drop tcg_temp_free from translator-neon.c | Richard Henderson | 1 | -130/+1 |
2023-03-05 | target/arm: Drop tcg_temp_free from translator-mve.c | Richard Henderson | 1 | -52/+0 |
2023-03-05 | target/arm: Drop tcg_temp_free from translator-m-nocp.c | Richard Henderson | 1 | -20/+0 |
2023-03-05 | target/arm: Drop tcg_temp_free from translator-a64.c | Richard Henderson | 1 | -457/+11 |
2023-03-05 | target/arm: Drop new_tmp_a64_zero | Richard Henderson | 2 | -24/+18 |
2023-03-05 | target/arm: Drop new_tmp_a64 | Richard Henderson | 3 | -36/+30 |
2023-03-05 | target/arm: Drop DisasContext.tmp_a64 | Richard Henderson | 2 | -27/+1 |