aboutsummaryrefslogtreecommitdiff
path: root/tcg/tci
AgeCommit message (Expand)Author
2021-02-05tcg/tci: Remove TCG_CONSTRichard Henderson
2021-02-05tcg/tci: Fix TCG_REG_R4 misusageRichard Henderson
2021-02-05tcg/tci: Restrict TCG_TARGET_NB_REGS to 16Richard Henderson
2021-02-05tcg/tci: Implement 64-bit divisionRichard Henderson
2021-02-05tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_*Richard Henderson
2021-02-05tcg/tci: Move stack bounds check to compile-timeRichard Henderson
2021-02-02tcg: Remove TCG_TARGET_CON_SET_HRichard Henderson
2021-02-02tcg/tci: Split out constraint sets to tcg-target-con-set.hRichard Henderson
2021-02-02tcg: Remove TCG_TARGET_CON_STR_HRichard Henderson
2021-02-02tcg/tci: Split out target constraints to tcg-target-con-str.hRichard Henderson
2021-02-02tcg/tci: Remove TCG_TARGET_HAS_* ifdefsRichard Henderson
2021-02-02tcg/tci: Drop L and S constraintsRichard Henderson
2021-01-13tcg: Remove movi and dupi opcodesRichard Henderson
2021-01-13tcg/tci: Add special tci_movi_{i32,i64} opcodesRichard Henderson
2021-01-07tcg: Remove TCG_TARGET_SUPPORT_MIRRORRichard Henderson
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson
2021-01-07tcg: Adjust tb_target_set_jmp_target for split-wxRichard Henderson
2021-01-07tcg: Adjust tcg_out_call for constRichard Henderson
2021-01-07tcg: Introduce INDEX_op_qemu_st8_i32Richard Henderson
2021-01-02util: Extract flush_icache_range to cacheflush.cRichard Henderson
2020-10-08tcg: Remove TCG_CT_REGRichard Henderson
2020-10-08tcg: Drop union from TCGArgConstraintRichard Henderson
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2019-05-13tcg: Return bool success from tcg_out_movRichard Henderson
2019-04-24tcg: Add INDEX_op_extract2_{i32,i64}Richard Henderson
2018-12-17tcg: Add TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson
2018-12-17tcg: Return success from patch_relocRichard Henderson
2018-06-15tcg: Reduce max TB opcode countRichard Henderson
2017-12-29tcg: Allow 6 arguments to TCG helpersRichard Henderson
2017-09-17tcg: Remove tcg_regset_set32Richard Henderson
2017-09-17tcg: Remove tcg_regset_clearRichard Henderson
2017-09-11tcg/tci: do not use ldst label (never implemented)Philippe Mathieu-Daudé
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson
2017-09-07tcg/tci: Add TCG_TARGET_DEFAULT_MORichard Henderson
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota
2017-02-03tci: Remove invalid assertionsStefan Weil
2017-01-10tcg: Add opcode for ctpopRichard Henderson
2017-01-10tcg: Add clz and ctz opcodesRichard Henderson
2017-01-10tcg: Pass the opcode width to target_parse_constraintRichard Henderson
2017-01-10tcg: Transition flat op_defs array to a target callbackRichard Henderson
2017-01-10tcg: Add field extraction primitivesRichard Henderson
2016-09-16tcg/tci: Add support for fencePranith Kumar
2016-09-15Remove remainders of HPPA backendThomas Huth
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2016-07-05tcg: Optimize spills of constantsRichard Henderson
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov
2016-05-12tci: Make direct jump patching thread-safeSergey Fedorov
2016-04-21tcg: check for CONFIG_DEBUG_TCG instead of NDEBUGAurelien Jarno