> -----Original Message----- > From: Richard Henderson <richard.hender...@linaro.org> > Sent: Sunday, February 26, 2023 10:24 PM > To: qemu-devel@nongnu.org > Cc: qemu-...@nongnu.org; qemu-...@nongnu.org; qemu- > ri...@nongnu.org; qemu-s3...@nongnu.org; jcmvb...@gmail.com; > kbast...@mail.uni-paderborn.de; ys...@users.sourceforge.jp; > gaos...@loongson.cn; jiaxun.y...@flygoat.com; Taylor Simpson > <tsimp...@quicinc.com>; a...@rev.ng; mrol...@gmail.com; > edgar.igles...@gmail.com > Subject: [PATCH v2 25/76] target/hexagon: Drop tcg_temp_free from C code > > Translators are no longer required to free tcg temporaries. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/hexagon/gen_tcg.h | 29 ------------------ > target/hexagon/gen_tcg_hvx.h | 15 ---------- > target/hexagon/macros.h | 7 ----- > target/hexagon/genptr.c | 58 ------------------------------------ > target/hexagon/translate.c | 7 ----- > target/hexagon/README | 5 ---- > 6 files changed, 121 deletions(-) Reviewed-by: Taylor Simpson <tsimp...@quicinc.com>
- [PATCH v2 57/76] target/s390x: Use tcg_constant_i32 for ... Richard Henderson
- [PATCH v2 70/76] target/tricore: Drop tcg_temp_free Richard Henderson
- [PATCH v2 63/76] target/s390x: Remove g_out, g_out2, g_i... Richard Henderson
- [PATCH v2 56/76] target/s390x: Use tcg_constant_* for Di... Richard Henderson
- [PATCH v2 40/76] target/mips: Drop tcg_temp_free from mx... Richard Henderson
- [PATCH v2 22/76] target/cris: Drop cris_alu_m_free_temps Richard Henderson
- Re: [PATCH v2 22/76] target/cris: Drop cris_alu_m_f... Peter Maydell
- [PATCH v2 06/76] target/arm: Drop tcg_temp_free from tra... Richard Henderson
- Re: [PATCH v2 06/76] target/arm: Drop tcg_temp_free... Peter Maydell
- [PATCH v2 25/76] target/hexagon: Drop tcg_temp_free from... Richard Henderson
- RE: [PATCH v2 25/76] target/hexagon: Drop tcg_temp_... Taylor Simpson
- [PATCH v2 69/76] target/sparc: Drop tcg_temp_free Richard Henderson
- Re: [PATCH v2 69/76] target/sparc: Drop tcg_temp_fr... Peter Maydell
- [PATCH v2 23/76] target/cris: Drop addr from dec10_ind_m... Richard Henderson
- Re: [PATCH v2 23/76] target/cris: Drop addr from de... Peter Maydell
- Re: [PATCH v2 00/76] tcg: Drop tcg_temp_free from transl... Mark Cave-Ayland
- Re: [PATCH v2 00/76] tcg: Drop tcg_temp_free from transl... Peter Maydell