aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-08tcg: Add generic vector expandersRichard Henderson1-3/+10
2018-02-08tcg: Add types and basic operations for host vectorsRichard Henderson1-4/+92
2017-12-29tcg: Generalize TCGOp parametersRichard Henderson1-11/+11
2017-12-29tcg: Dynamically allocate TCGOpsRichard Henderson1-78/+45
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson1-2/+2
2017-11-03tcg: Allow constant pool entries in the prologueRichard Henderson1-7/+42
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson1-24/+8
2017-10-24tcg: enable multiple TCG contexts in softmmuEmilio G. Cota1-9/+137
2017-10-24tcg: introduce regions to split code_gen_bufferEmilio G. Cota1-2/+220
2017-10-24tcg: distribute profiling counters across TCGContext'sEmilio G. Cota1-18/+92
2017-10-24tcg: introduce **tcg_ctxs to keep track of all TCGContext'sEmilio G. Cota1-0/+5
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-10/+12
2017-10-24tcg: Remove GET_TCGV_* and MAKE_TCGV_*Richard Henderson1-1/+1
2017-10-24tcg: Introduce temp_tcgv_{i32,i64,ptr}Richard Henderson1-42/+32
2017-10-24tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}Richard Henderson1-25/+25
2017-10-24tcg: Push tcg_ctx into tcg_gen_callNRichard Henderson1-2/+2
2017-10-24tcg: Change temp_allocate_frame arg to TCGTempRichard Henderson1-5/+3
2017-10-24tcg: Avoid loops against variable boundsRichard Henderson1-17/+10