summaryrefslogtreecommitdiff
path: root/tcg/tcg.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-09tcg: Limit the number of ops in a TBRichard Henderson1-1/+7
2018-05-01tcg: workaround branch instruction overflow in tcg_out_qemu_ld/stLaurent Vivier1-1/+1
2018-05-01tcg: Improve TCGv_ptr supportRichard Henderson1-30/+56
2018-04-10tcg: Introduce tcg_set_insn_start_paramRichard Henderson1-0/+10
2018-02-08tcg: Add generic vector ops for multiplicationRichard Henderson1-0/+1
2018-02-08tcg: Add generic vector ops for constant shiftsRichard Henderson1-0/+3
2018-02-08tcg: Add generic vector expandersRichard Henderson1-0/+27
2018-02-08tcg: Add types and basic operations for host vectorsRichard Henderson1-0/+56
2017-12-29tcg: Allow 6 arguments to TCG helpersRichard Henderson1-1/+1
2017-12-29tcg: Add tcg_signed_condRichard Henderson1-0/+6
2017-12-29tcg: Generalize TCGOp parametersRichard Henderson1-4/+6
2017-12-29tcg: Dynamically allocate TCGOpsRichard Henderson1-21/+14
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson1-9/+0
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson1-8/+1
2017-10-24tcg: enable multiple TCG contexts in softmmuEmilio G. Cota1-3/+4
2017-10-24tcg: introduce regions to split code_gen_bufferEmilio G. Cota1-0/+6
2017-10-24tcg: distribute profiling counters across TCGContext'sEmilio G. Cota1-17/+21
2017-10-24gen-icount: fold exitreq_label into TCGContextEmilio G. Cota1-0/+2
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-10/+11
2017-10-24tcg: take tb_ctx out of TCGContextEmilio G. Cota1-2/+0
2017-10-24tcg: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota1-0/+1
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota1-1/+0
2017-10-24tcg: Use offsets not indices for TCGv_*Richard Henderson1-31/+33
2017-10-24tcg: Remove TCGV_EQUAL*Richard Henderson1-4/+0
2017-10-24tcg: Remove GET_TCGV_* and MAKE_TCGV_*Richard Henderson1-52/+26
2017-10-24tcg: Introduce temp_tcgv_{i32,i64,ptr}Richard Henderson1-5/+21
2017-10-24tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}Richard Henderson1-1/+31
2017-10-24tcg: Push tcg_ctx into tcg_gen_callNRichard Henderson1-2/+1
2017-10-24tcg: Use per-temp state data in optimizeRichard Henderson1-0/+5
2017-10-24tcg: Remove unused TCG_CALL_DUMMY_TCGVRichard Henderson1-1/+0
2017-10-24tcg: Use per-temp state data in livenessRichard Henderson1-0/+6
2017-10-24tcg: Introduce temp_arg, export temp_idxRichard Henderson1-0/+12
2017-10-24tcg: Return NULL temp for TCG_CALL_DUMMY_ARGRichard Henderson1-1/+1
2017-10-24tcg: Add temp_global bit to TCGTempRichard Henderson1-4/+8
2017-10-24tcg: Introduce arg_tempRichard Henderson1-0/+5
2017-10-24tcg: Merge opcode arguments into TCGOpRichard Henderson1-21/+16
2017-10-10tcg: take .helpers out of TCGContextEmilio G. Cota1-2/+0
2017-09-17tcg: Fix types in tcg_regset_{set,reset}_regRichard Henderson1-3/+3
2017-09-17tcg: Remove tcg_regset_set32Richard Henderson1-1/+0
2017-09-17tcg: Remove tcg_regset_{or,and,andnot,not}Richard Henderson1-4/+0
2017-09-17tcg: Remove tcg_regset_setRichard Henderson1-1/+0
2017-09-17tcg: Remove tcg_regset_clearRichard Henderson1-1/+0
2017-09-17tcg: Add tcg_op_supportedRichard Henderson1-0/+2
2017-09-07tcg: Infrastructure for managing constant poolsRichard Henderson1-0/+4
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson1-2/+4
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson1-2/+2
2017-08-03tcg: Increase minimum alignment from tcg_malloc to 8Richard Henderson1-1/+4
2017-07-04tcg: move tb_lock out of translate-all.hPaolo Bonzini1-4/+0
2017-06-19tcg: allocate TB structs before the corresponding translated codeEmilio G. Cota1-1/+1
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota1-0/+1