]> git.proxmox.com Git - mirror_qemu.git/history - tcg
Revert "audio: fix pc speaker init"
[mirror_qemu.git] / tcg /
2019-03-04 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2019-02-28 Peter MaydellMerge remote-tracking branch 'remotes/xtensa/tags/20190...
2019-02-25 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2019-02-25 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2019-02-25 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/vga...
2019-02-25 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2019-02-22 Peter MaydellMerge remote-tracking branch 'remotes/awilliam/tags...
2019-02-22 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2019-02-22 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2019-02-21 Richard Hendersontcg: Remove TODO file
2019-02-11 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2019-02-11 Mark Cave-Aylandtcg/i386: fix unsigned vector saturating arithmetic
2019-02-11 Richard Hendersontcg: Diagnose referenced labels that have not been...
2019-02-05 Peter MaydellMerge remote-tracking branch 'remotes/xtensa/tags/20190...
2019-01-31 Peter MaydellMerge remote-tracking branch 'remotes/xanclic/tags...
2019-01-31 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2019-01-31 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2019-01-31 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2019-01-30 Thomas Huthtcg: Fix LGPL version number
2019-01-29 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2019-01-28 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2019-01-28 Richard Hendersoncputlb: Remove static tlb sizing
2019-01-28 Richard Hendersontcg/tci: enable dynamic TLB sizing
2019-01-28 Richard Hendersontcg/mips: enable dynamic TLB sizing
2019-01-28 Richard Hendersontcg/mips: Fix tcg_out_qemu_ld_slow_path
2019-01-28 Richard Hendersontcg/arm: enable dynamic TLB sizing
2019-01-28 Richard Hendersontcg/riscv: enable dynamic TLB sizing
2019-01-28 Richard Hendersontcg/s390: enable dynamic TLB sizing
2019-01-28 Richard Hendersontcg/sparc: enable dynamic TLB sizing
2019-01-28 Richard Hendersontcg/ppc: enable dynamic TLB sizing
2019-01-28 Richard Hendersontcg/aarch64: enable dynamic TLB sizing
2019-01-28 Emilio G. Cotatcg/i386: enable dynamic TLB sizing
2019-01-28 Emilio G. Cotatcg: introduce dynamic TLB sizing
2019-01-28 Richard Hendersontcg/aarch64: Implement vector minmax arithmetic
2019-01-28 Richard Hendersontcg/aarch64: Implement vector saturating arithmetic
2019-01-28 Richard Hendersontcg/i386: Implement vector minmax arithmetic
2019-01-28 Richard Hendersontcg/i386: Implement vector saturating arithmetic
2019-01-28 Richard Hendersontcg/i386: Split subroutines out of tcg_expand_vec_op
2019-01-28 Richard Hendersontcg: Add opcodes for vector minmax arithmetic
2019-01-28 Richard Hendersontcg: Add opcodes for vector saturated arithmetic
2019-01-28 Richard Hendersontcg: Add write_aofs to GVecGen4
2019-01-28 Richard Hendersontcg: Add gvec expanders for nand, nor, eqv
2019-01-28 Richard Hendersontcg: Add logical simplifications during gvec expand
2019-01-23 Peter MaydellMerge remote-tracking branch 'remotes/xtensa/tags/20190...
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
next