aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-15tcg: Move TCG headers to include/tcg/Philippe Mathieu-Daudé1-1430/+0
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-2/+2
2020-01-15cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_codeRichard Henderson1-29/+0
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée1-6/+14
2019-10-28tcg: let plugins instrument virtual memory accessesEmilio G. Cota1-0/+1
2019-10-28plugin-gen: add module for TCG-related codeEmilio G. Cota1-0/+20
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen1-95/+6
2019-08-20configure: Define target access alignment in configuretony.nguyen@bt.com1-3/+5
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-05-22tcg: Add support for vector compare selectRichard Henderson1-0/+1
2019-05-22tcg: Add support for vector bitwise selectRichard Henderson1-0/+1
2019-05-13tcg: Add support for vector absolute valueRichard Henderson1-0/+1
2019-05-13tcg: Specify optional vector requirements with a listRichard Henderson1-0/+20
2019-04-24tcg: Restart TB generation after relocation overflowRichard Henderson1-8/+7
2019-04-24tcg: Add INDEX_op_extract2_{i32,i64}Richard Henderson1-0/+1
2019-04-18tcg: Simplify how dump_exec_info() printsMarkus Armbruster1-1/+1
2019-04-18tcg: Simplify how dump_opcount_info() printsMarkus Armbruster1-1/+1
2019-02-11tcg: Diagnose referenced labels that have not been emittedRichard Henderson1-3/+9
2019-01-28tcg: Add opcodes for vector minmax arithmeticRichard Henderson1-0/+1
2019-01-28tcg: Add opcodes for vector saturated arithmeticRichard Henderson1-0/+1
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini1-2/+2
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2018-12-26tcg: Add TCG_OPF_BB_EXITRichard Henderson1-6/+8
2018-12-26tcg: Dump register preference info with livenessRichard Henderson1-3/+0
2018-12-26tcg: Add output_pref to TCGOpRichard Henderson1-0/+3
2018-12-26tcg: Reference count labelsRichard Henderson1-1/+2
2018-12-26tcg: Add TCG_CALL_NO_RETURNRichard Henderson1-0/+2
2018-12-26tcg: Renumber TCG_CALL_* flagsRichard Henderson1-3/+3
2018-12-17tcg: Drop nargs from tcg_op_insert_{before,after}Emilio G. Cota1-2/+2
2018-12-12tcg/tcg.h: Remove GCC check for tcg_debug_assert() macroThomas Huth1-3/+1
2018-10-18tcg: Split CONFIG_ATOMIC128Richard Henderson1-7/+9
2018-10-18tcg: distribute tcg_time into TCG contextsEmilio G. Cota1-0/+2
2018-10-18tcg: plug holes in struct TCGProfileEmilio G. Cota1-1/+1
2018-06-15tcg: Reduce max TB opcode countRichard Henderson1-2/+4
2018-06-15tcg: remove tb_lockEmilio G. Cota1-2/+2
2018-06-15tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctxEmilio G. Cota1-0/+3
2018-06-15tcg: track TBs with per-region BST'sEmilio G. Cota1-0/+6
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson1-3/+4
2018-05-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...Peter Maydell1-0/+8
2018-05-10tcg: Introduce atomic helpers for integer min/maxRichard Henderson1-0/+8
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