]> git.proxmox.com Git - mirror_qemu.git/history - tcg
qapi: Eliminate indirection through qmp_event_get_func_emit()
[mirror_qemu.git] / tcg /
2019-01-14 Peter MaydellMerge remote-tracking branch 'remotes/palmer/tags/riscv...
2019-01-14 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/input...
2019-01-14 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2019-01-11 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/vga...
2019-01-11 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/misc...
2019-01-11 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2019-01-11 Paolo Bonziniavoid TABs in files that only contain a few
2019-01-11 Paolo Bonziniqemu/queue.h: simplify reverse access to QTAILQ
2019-01-11 Paolo Bonziniqemu/queue.h: leave head structs anonymous unless necessary
2019-01-07 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
2019-01-03 Peter MaydellMerge remote-tracking branch 'remotes/palmer/tags/riscv...
2019-01-03 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2018-12-25 Richard Hendersontcg: Improve call argument loading
2018-12-25 Richard Hendersontcg: Record register preferences during liveness
2018-12-25 Richard Hendersontcg: Add TCG_OPF_BB_EXIT
2018-12-25 Richard Hendersontcg: Split out more subroutines from liveness_pass_1
2018-12-25 Richard Hendersontcg: Rename and adjust liveness_pass_1 helpers
2018-12-25 Richard Hendersontcg: Reindent parts of liveness_pass_1
2018-12-25 Richard Hendersontcg: Dump register preference info with liveness
2018-12-25 Richard Hendersontcg: Improve register allocation for matching constraints
2018-12-25 Richard Hendersontcg: Add output_pref to TCGOp
2018-12-25 Richard Hendersontcg: Add preferred_reg argument to tcg_reg_alloc_do_movi
2018-12-25 Richard Hendersontcg: Add preferred_reg argument to temp_sync
2018-12-25 Richard Hendersontcg: Add preferred_reg argument to temp_load
2018-12-25 Richard Hendersontcg: Add preferred_reg argument to tcg_reg_alloc
2018-12-25 Richard Hendersontcg: Add reachable_code_pass
2018-12-25 Richard Hendersontcg: Reference count labels
2018-12-25 Richard Hendersontcg: Add TCG_CALL_NO_RETURN
2018-12-25 Richard Hendersontcg: Renumber TCG_CALL_* flags
2018-12-25 Alistair Francistcg/riscv: Add the target init code
2018-12-25 Alistair Francistcg/riscv: Add the prologue generation and register...
2018-12-25 Alistair Francistcg/riscv: Add the out op decoder
2018-12-25 Alistair Francistcg/riscv: Add direct load and store instructions
2018-12-25 Alistair Francistcg/riscv: Add slowpath load and store instructions
2018-12-25 Alistair Francistcg/riscv: Add branch and jump instructions
2018-12-25 Alistair Francistcg/riscv: Add the add2 and sub2 instructions
2018-12-25 Alistair Francistcg/riscv: Add the out load and store instructions
2018-12-25 Alistair Francistcg/riscv: Add the extract instructions
2018-12-25 Alistair Francistcg/riscv: Add the mov and movi instruction
2018-12-25 Alistair Francistcg/riscv: Add the relocation functions
2018-12-25 Alistair Francistcg/riscv: Add the instruction emitters
2018-12-25 Alistair Francistcg/riscv: Add the immediate encoders
2018-12-25 Alistair Francistcg/riscv: Add support for the constraints
2018-12-25 Alistair Francistcg/riscv: Add the tcg target registers
2018-12-25 Alistair Francistcg/riscv: Add the tcg-target.h file
2018-12-18 Peter MaydellMerge remote-tracking branch 'remotes/huth-gitlab/tags...
2018-12-17 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2018-12-17 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2018-12-17 Emilio G. Cotatcg: Drop nargs from tcg_op_insert_{before,after}
2018-12-17 Alistair Francistcg/mips: Improve the add2/sub2 command to use TCG_TARG...
2018-12-17 Richard Hendersontcg: Add TCG_TARGET_HAS_MEMORY_BSWAP
2018-12-17 Richard Hendersontcg/optimize: Optimize bswap
2018-12-17 Richard Hendersontcg: Clean up generic bswap64
2018-12-17 Richard Hendersontcg: Clean up generic bswap32
2018-12-17 Richard Hendersontcg/i386: Add setup_guest_base_seg for FreeBSD
2018-12-17 Richard Hendersontcg/i386: Precompute all guest_base parameters
2018-12-17 Richard Hendersontcg/i386: Assume 32-bit values are zero-extended
2018-12-17 Richard Hendersontcg/i386: Implement INDEX_op_extr{lh}_i64_i32 for 32...
2018-12-17 Richard Hendersontcg/i386: Propagate is64 to tcg_out_qemu_ld_slow_path
2018-12-17 Richard Hendersontcg/i386: Propagate is64 to tcg_out_qemu_ld_direct
2018-12-17 Richard Hendersontcg/s390x: Return false on failure from patch_reloc
2018-12-17 Richard Hendersontcg/ppc: Return false on failure from patch_reloc
2018-12-17 Richard Hendersontcg/arm: Return false on failure from patch_reloc
2018-12-17 Richard Hendersontcg/aarch64: Return false on failure from patch_reloc
2018-12-17 Richard Hendersontcg/i386: Return false on failure from patch_reloc
2018-12-17 Richard Hendersontcg: Return success from patch_reloc
2018-12-17 Richard Hendersontcg/mips: Remove retranslation code
2018-12-17 Richard Hendersontcg/sparc: Remove retranslation code
2018-12-17 Richard Hendersontcg/s390: Remove retranslation code
2018-12-17 Richard Hendersontcg/ppc: Fold away "noaddr" branch routines
2018-12-17 Richard Hendersontcg/arm: Fold away "noaddr" branch routines
2018-12-17 Richard Hendersontcg/arm: Remove reloc_pc24_atomic
2018-12-17 Richard Hendersontcg/aarch64: Fold away "noaddr" branch routines
2018-12-17 Richard Hendersontcg/aarch64: Remove reloc_pc26_atomic
2018-12-17 Richard Hendersontcg/i386: Move TCG_REG_CALL_STACK from define to enum
2018-12-17 Richard Hendersontcg/i386: Always use %ebp for TCG_AREG0
2018-12-17 Richard Hendersontarget/sparc: Remove the constant pool
2018-12-16 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2018-12-16 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/usb...
2018-12-15 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2018-12-14 Peter MaydellMerge remote-tracking branch 'remotes/gkurz/tags/for...
2018-12-14 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2018-12-14 Peter MaydellMerge remote-tracking branch 'remotes/huth-gitlab/tags...
2018-12-12 Thomas Huthtcg/tcg.h: Remove GCC check for tcg_debug_assert()...
2018-11-08 Peter Maydelltcg/tcg-op.h: Add multiple include guard
2018-10-31 Peter MaydellMerge remote-tracking branch 'remotes/xtensa/tags/20181...
2018-10-25 Peter MaydellMerge remote-tracking branch 'remotes/riscv/tags/riscv...
2018-10-23 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2018-10-23 Peter MaydellMerge remote-tracking branch 'remotes/berrange/tags...
2018-10-21 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2018-10-19 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2018-10-19 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2018-10-19 Richard Hendersontcg: Split CONFIG_ATOMIC128
2018-10-19 Emilio G. Cotatcg: distribute tcg_time into TCG contexts
2018-10-19 Emilio G. Cotatcg: plug holes in struct TCGProfile
2018-10-19 Emilio G. Cotatcg: fix use of uninitialized variable under CONFIG_PRO...
2018-10-19 Richard Hendersontcg: Implement CPU_LOG_TB_NOCHAIN during expansion
2018-10-02 Peter MaydellMerge remote-tracking branch 'remotes/xtensa/tags/20181...
2018-10-01 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/vga...
2018-10-01 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
next