aboutsummaryrefslogtreecommitdiff
path: root/target/tilegx/translate.c
AgeCommit message (Expand)Author
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2018-05-09target/tilegx: avoid integer overflow in next_page PC checkEmilio G. Cota
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()LluĂ­s Vilanova
2017-01-10target-tilegx: Use ctpop helperRichard Henderson
2017-01-10target-tilegx: Use clz and ctz opcodesRichard Henderson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth