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