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