summaryrefslogtreecommitdiff
path: root/tcg/tcg.h
AgeCommit message (Expand)Author
2017-09-17tcg: Fix types in tcg_regset_{set,reset}_regRichard Henderson
2017-09-17tcg: Remove tcg_regset_set32Richard Henderson
2017-09-17tcg: Remove tcg_regset_{or,and,andnot,not}Richard Henderson
2017-09-17tcg: Remove tcg_regset_setRichard Henderson
2017-09-17tcg: Remove tcg_regset_clearRichard Henderson
2017-09-17tcg: Add tcg_op_supportedRichard Henderson
2017-09-07tcg: Infrastructure for managing constant poolsRichard Henderson
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson
2017-08-03tcg: Increase minimum alignment from tcg_malloc to 8Richard Henderson
2017-07-04tcg: move tb_lock out of translate-all.hPaolo Bonzini
2017-06-19tcg: allocate TB structs before the corresponding translated codeEmilio G. Cota
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota
2017-03-03Merge branch 'icount-update' into HEADPaolo Bonzini
2017-02-24tcg: add options for enabling MTTCGKONRAD Frederic
2017-02-24tcg: move TCG_MO/BAR types into own fileAlex Bennée
2017-02-22cpu-exec: unify icount_decr and tcg_exit_reqPaolo Bonzini
2017-01-10tcg: Add opcode for ctpopRichard Henderson
2017-01-10tcg: Add clz and ctz opcodesRichard Henderson
2017-01-10tcg: Transition flat op_defs array to a target callbackRichard Henderson
2017-01-10tcg: Add markup for output requires new registerRichard Henderson
2017-01-10tcg: Add field extraction primitivesRichard Henderson
2016-11-01tcg/tcg.h: Improve documentation of TCGv_i32 etc typesPeter Maydell
2016-10-31tcg: comment on which functions have to be called with tb_lock heldPaolo Bonzini
2016-10-26tcg: Add CONFIG_ATOMIC64Richard Henderson
2016-10-26tcg: Add atomic128 helpersRichard Henderson
2016-10-26tcg: Add atomic helpersRichard Henderson
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson
2016-09-16Introduce TCGOpcode for memory barrierPranith Kumar
2016-09-16tcg: Support arbitrary size + alignmentRichard Henderson
2016-09-15Remove unused function declarationsLadi Prosek
2016-08-05tcg: Lower indirect registers in a separate passRichard Henderson
2016-08-05tcg: Fold life data into TCGOpRichard Henderson
2016-08-05tcg: Reorg TCGOp chainingRichard Henderson
2016-08-05tcg: Compress liveness data to 16 bitsRichard Henderson
2016-07-17compiler: never omit assertions if using a static analysis toolPaolo Bonzini
2016-07-05tcg: Improve the alignment check infrastructureSergey Sorokin
2016-06-20exec: [tcg] Track which vCPU is performing translation and executionLluís Vilanova
2016-05-19exec: extract exec/tb-context.hPaolo Bonzini
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-05-12tcg: Clean up from 'next_tb'Sergey Fedorov
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov
2016-05-12tcg: Add tcg_set_insn_paramEdgar E. Iglesias
2016-03-22tcg: pass down TranslationBlock to tcg_code_genAlex Bennée
2016-03-01tcg: Move definition of type TCGvLluís Vilanova
2016-03-01tcg: Add type for vCPU pointersLluís Vilanova
2016-02-23tcg: Rename tcg-target.c to tcg-target.inc.cPeter Maydell
2016-02-23tcg: Implement indirect memory registersRichard Henderson
2016-02-09tcg: Change reg_to_temp to TCGTemp pointerRichard Henderson
2016-02-09tcg: Remove tcg_get_arg_str_i32/64Richard Henderson