aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)Author
2019-05-22tcg: Add support for vector compare selectRichard Henderson
2019-05-22tcg: Add support for vector bitwise selectRichard Henderson
2019-05-13tcg: Add support for vector absolute valueRichard Henderson
2019-05-13tcg: Add INDEX_op_dupm_vecRichard Henderson
2019-05-13tcg: Add tcg_out_dupm_vec to the backend interfaceRichard Henderson
2019-05-13tcg: Manually expand INDEX_op_dup_vecRichard Henderson
2019-05-13tcg: Promote tcg_out_{dup,dupi}_vec to backend interfaceRichard Henderson
2019-05-13tcg: Support cross-class moves without instruction supportRichard Henderson
2019-05-13tcg: Return bool success from tcg_out_movRichard Henderson
2019-05-13tcg: Assert fixed_reg is read-onlyRichard Henderson
2019-04-24tcg: Restart TB generation after out-of-line ldst overflowRichard Henderson
2019-04-24tcg: Restart TB generation after constant pool overflowRichard Henderson
2019-04-24tcg: Restart TB generation after relocation overflowRichard Henderson
2019-04-24tcg: Restart after TB code generation overflowRichard Henderson
2019-04-24tcg: Add INDEX_op_extract2_{i32,i64}Richard Henderson
2019-04-18tcg: Simplify how dump_exec_info() printsMarkus Armbruster
2019-04-18tcg: Simplify how dump_opcount_info() printsMarkus Armbruster
2019-02-11tcg: Diagnose referenced labels that have not been emittedRichard Henderson
2019-01-28tcg: Add opcodes for vector minmax arithmeticRichard Henderson
2019-01-28tcg: Add opcodes for vector saturated arithmeticRichard Henderson
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2018-12-26tcg: Improve call argument loadingRichard Henderson
2018-12-26tcg: Record register preferences during livenessRichard Henderson
2018-12-26tcg: Add TCG_OPF_BB_EXITRichard Henderson
2018-12-26tcg: Split out more subroutines from liveness_pass_1Richard Henderson
2018-12-26tcg: Rename and adjust liveness_pass_1 helpersRichard Henderson
2018-12-26tcg: Reindent parts of liveness_pass_1Richard Henderson
2018-12-26tcg: Dump register preference info with livenessRichard Henderson
2018-12-26tcg: Improve register allocation for matching constraintsRichard Henderson
2018-12-26tcg: Add output_pref to TCGOpRichard Henderson
2018-12-26tcg: Add preferred_reg argument to tcg_reg_alloc_do_moviRichard Henderson
2018-12-26tcg: Add preferred_reg argument to temp_syncRichard Henderson
2018-12-26tcg: Add preferred_reg argument to temp_loadRichard Henderson
2018-12-26tcg: Add preferred_reg argument to tcg_reg_allocRichard Henderson
2018-12-26tcg: Add reachable_code_passRichard Henderson
2018-12-26tcg: Reference count labelsRichard Henderson
2018-12-17tcg: Drop nargs from tcg_op_insert_{before,after}Emilio G. Cota
2018-12-17tcg: Return success from patch_relocRichard Henderson
2018-10-18tcg: distribute tcg_time into TCG contextsEmilio G. Cota
2018-10-18tcg: fix use of uninitialized variable under CONFIG_PROFILEREmilio G. Cota
2018-06-15tcg: Reduce max TB opcode countRichard Henderson
2018-06-15tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctxEmilio G. Cota
2018-06-15tcg: track TBs with per-region BST'sEmilio G. Cota
2018-05-09tcg: Limit the number of ops in a TBRichard Henderson
2018-05-01tcg: workaround branch instruction overflow in tcg_out_qemu_ld/stLaurent Vivier
2018-05-01tcg: Improve TCGv_ptr supportRichard Henderson
2018-02-08tcg: Add generic vector ops for multiplicationRichard Henderson
2018-02-08tcg: Add generic vector ops for comparisonsRichard Henderson
2018-02-08tcg: Add generic vector ops for constant shiftsRichard Henderson
2018-02-08tcg: Add generic vector expandersRichard Henderson