summaryrefslogtreecommitdiffstats
path: root/target/tilegx
Commit message (Expand)AuthorAgeFilesLines
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-1/+1
* Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell2018-06-041-2/+2
|\
| * tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-021-2/+2
* | target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
|/
* target/tilegx: avoid integer overflow in next_page PC checkEmilio G. Cota2018-05-091-2/+2
* cpu: get rid of unused cpu_init() definesIgor Mammedov2018-03-191-1/+0Star
* cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov2018-03-191-0/+1
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-2/+2
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-251-2/+2
* tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson2017-12-291-5/+5
* tcg: Initialize cpu_env genericallyRichard Henderson2017-10-241-3/+0Star
* tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota2017-10-241-1/+1
* tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota2017-10-241-1/+1
* qom: Introduce CPUClass.tcg_initializeRichard Henderson2017-10-241-6/+1Star
* tilegx: replace cpu_tilegx_init() with cpu_generic_init()Igor Mammedov2017-09-012-11/+4Star
* tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova2017-07-191-3/+2Star
* migration: Remove unneeded includes of migration/vmstate.hJuan Quintela2017-06-011-1/+0Star
* qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée2017-01-132-2/+4
* target-tilegx: Use ctpop helperRichard Henderson2017-01-103-7/+1Star
* target-tilegx: Use clz and ctz opcodesRichard Henderson2017-01-103-14/+2Star
* Move target-* CPU file into a target/ folderThomas Huth2016-12-209-0/+4800