summaryrefslogtreecommitdiff
path: root/include/exec/gen-icount.h
AgeCommit message (Expand)AuthorFilesLines
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson1-2/+2
2015-02-12tcg: Put opcodes in a linked listRichard Henderson1-6/+16
2015-02-12tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson1-0/+2
2015-01-03gen-icount: check cflags instead of use_icount globalPaolo Bonzini1-3/+3
2014-03-13cpu: Move icount_decr field from CPU_COMMON to CPUStateAndreas Färber1-2/+4
2014-03-13cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber1-2/+2
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson1-2/+2
2013-03-09tcg: Don't make exitreq flag a local temporaryRichard Henderson1-1/+1
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell1-2/+2
2013-03-03Handle CPU interrupts by inline checking of a flagPeter Maydell1-0/+12
2013-03-03tcg: Document tcg_qemu_tb_exec() and provide constants for low bit usesPeter Maydell1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-0/+53