summaryrefslogtreecommitdiff
path: root/tcg/tcg.h
AgeCommit message (Expand)Author
2019-05-13tcg: Specify optional vector requirements with a listRichard Henderson
2019-04-24tcg: Restart TB generation after relocation 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
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
2018-12-26tcg: Add TCG_OPF_BB_EXITRichard Henderson
2018-12-26tcg: Dump register preference info with livenessRichard Henderson
2018-12-26tcg: Add output_pref to TCGOpRichard Henderson
2018-12-26tcg: Reference count labelsRichard Henderson
2018-12-26tcg: Add TCG_CALL_NO_RETURNRichard Henderson
2018-12-26tcg: Renumber TCG_CALL_* flagsRichard Henderson
2018-12-17tcg: Drop nargs from tcg_op_insert_{before,after}Emilio G. Cota
2018-12-12tcg/tcg.h: Remove GCC check for tcg_debug_assert() macroThomas Huth
2018-10-18tcg: Split CONFIG_ATOMIC128Richard Henderson
2018-10-18tcg: distribute tcg_time into TCG contextsEmilio G. Cota
2018-10-18tcg: plug holes in struct TCGProfileEmilio G. Cota
2018-06-15tcg: Reduce max TB opcode countRichard Henderson
2018-06-15tcg: remove tb_lockEmilio G. Cota
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-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2018-05-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...Peter Maydell
2018-05-10tcg: Introduce atomic helpers for integer min/maxRichard Henderson
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-04-10tcg: Introduce tcg_set_insn_start_paramRichard Henderson
2018-02-08tcg: Add generic vector ops for multiplicationRichard Henderson
2018-02-08tcg: Add generic vector ops for constant shiftsRichard Henderson
2018-02-08tcg: Add generic vector expandersRichard Henderson
2018-02-08tcg: Add types and basic operations for host vectorsRichard Henderson
2017-12-29tcg: Allow 6 arguments to TCG helpersRichard Henderson
2017-12-29tcg: Add tcg_signed_condRichard Henderson
2017-12-29tcg: Generalize TCGOp parametersRichard Henderson
2017-12-29tcg: Dynamically allocate TCGOpsRichard Henderson
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson
2017-10-24tcg: enable multiple TCG contexts in softmmuEmilio G. Cota
2017-10-24tcg: introduce regions to split code_gen_bufferEmilio G. Cota
2017-10-24tcg: distribute profiling counters across TCGContext'sEmilio G. Cota
2017-10-24gen-icount: fold exitreq_label into TCGContextEmilio G. Cota
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24tcg: take tb_ctx out of TCGContextEmilio G. Cota
2017-10-24tcg: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota