]> git.proxmox.com Git - qemu.git/history - tcg
vnc: tight: Fix crash after 2GB of output
[qemu.git] / tcg /
2010-04-19 Aurelien Jarnotcg/arm: remove conditional argument for qemu_ld/st
2010-04-19 Aurelien Jarnotcg/arm: add bswap ops
2010-04-19 Aurelien Jarnotcg/arm: add ext16u op
2010-04-19 Aurelien Jarnotcg/arm: add rotation ops
2010-04-19 Aurelien Jarnotcg/arm: use the blx instruction when possible
2010-04-19 Aurelien Jarnotcg/arm: sxtb and sxth are available starting with...
2010-04-19 Aurelien Jarnotcg/arm: add variables to define the allowed instructio...
2010-04-19 Aurelien Jarnotcg/arm: align 64-bit arguments in function calls
2010-04-19 Aurelien Jarnotcg/arm: replace integer values by registers enum
2010-04-19 Aurelien Jarnotcg/arm: remove store signed functions
2010-04-19 Aurelien Jarnotcg/arm: explicitely list clobbered/reserved regs
2010-04-19 Aurelien Jarnotcg/arm: remove SAVE_LR code
2010-04-18 malctcg/ppc: Remove redundant comparison from brcond2
2010-04-17 Richard HendersonFix --enable-profiler compilation.
2010-04-17 malctcg: Add missing static qualifier
2010-04-17 malctcg/ppc: Fix signed versions of brcond2
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-13 Stefan Weiltcp/mips: Change TCG_AREG0 (fp -> s0)
2010-04-10 Aurelien Jarnotcg/README: improve description of bswap*
2010-04-08 Richard Hendersontcg-hppa: Don't try to calls to non-constant addresses.
2010-04-08 Richard Hendersontcg-hppa: Fix in/out register overlap in add2/sub2.
2010-04-08 Richard Hendersontcg-hppa: Finish the port.
2010-04-08 Aurelien Jarnotcg/ia64: fix tlb addend read
2010-04-06 malctcg/ppc64: Fix typo
2010-04-05 malctcg/ppc: Fix typo
2010-04-05 malctcg/ppc: Implment bswap16/32
2010-04-05 Aurelien Jarnotcg/mips: use seb/seh instructions on MIPS32R2
2010-04-05 Aurelien Jarnotcg/mips: fix 64-bit linux-user on big endian MIPS
2010-04-05 malctcg/ppc: Implement eqv, nand and nor
2010-04-04 Paul BrookSplit TLB addend and target_phys_addr_t
2010-04-04 malctcg/ppc: Fix not_i32
2010-04-01 Aurelien Jarnotcg/TODO: remove setcond
2010-04-01 Aurelien Jarnotcg: initial ia64 support
2010-03-29 Aurelien Jarnotcg/mips: fix branch offset during retranslation
2010-03-28 Stefan Weiltcg/arm: Replace qemu_ld32u (left over from previous...
2010-03-27 Aurelien Jarnotcg-mips: add guest base support
2010-03-27 Aurelien Jarnotcg/mips: implement the not_i32 op the same way as gcc
2010-03-27 Aurelien Jarnotcg-mips: implement nor
2010-03-26 Richard Hendersontcg: Disambiguate qemu_ld32u with 32-bit and 64-bit...
2010-03-26 Richard Hendersontcg: Allow target-specific implementation of NOR.
2010-03-26 Richard Hendersontcg: Allow target-specific implementation of NAND.
2010-03-26 Richard Hendersontcg: Allow target-specific implementation of EQV.
2010-03-26 Richard Hendersontcg: Use not_i32 to implement not_i64.
2010-03-26 Richard Hendersontcg: Change TCGType to an enumeration.
2010-03-26 Richard Hendersontcg: Use TCGCond where appropriate.
2010-03-26 Richard Hendersontcg: Name the opcode enumeration.
2010-03-26 Paolo Bonziniremove remaining occurrences AREG[1-9] and TCG_AREG...
2010-03-23 Richard Hendersontcg-hppa: Fix 64-bit argument ordering
2010-03-20 Aurelien Jarnotcg/arm: don't save/restore r7 in prologue/epilogue
2010-03-20 Aurelien Jarnotcg/arm: fix load/store definitions for 32-bit targets
2010-03-20 Aurelien Jarnotcg: protect div2 in tcg/tcg-opc.h
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-14 Aurelien Jarnotcg: declare internal helpers as const and pure
2010-03-14 Aurelien Jarnotcg/arm: use helpers for divu/remu
2010-03-14 Aurelien Jarnotcg: add div/rem 32-bit helpers
2010-03-13 Blue SwirlFix build with -DNDEBUG in CFLAGS
2010-03-13 Aurelien Jarnotcg/arm: implement andc op
2010-03-13 Aurelien Jarnotcg: update README with const and pure helpers
2010-03-13 Aurelien Jarnotcg/arm: correctly save/restore registers in prologue...
2010-03-13 Blue SwirlFix Sparc host build breakage
2010-03-12 malctcg/ppc[64]: Only define addend load helpers in softmmu...
2010-03-12 Paul BrookRemove TLB from userspace
2010-03-02 Aurelien Jarnotcg/arm: merge the two sets of #define for optional ops
2010-03-02 Aurelien Jarnotcg/arm: accept immediate arguments for brcond/setcond
2010-03-02 Andrzej ZaborowskiAdd a missing break
2010-03-02 Aurelien Jarnotcg/arm: implement setcond2
2010-03-02 Aurelien Jarnotcg/arm: implement setcond
2010-03-02 Aurelien Jarnotcg/arm: fix div2/divu2
2010-02-26 malctcg/ppc: Fix right rotation
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-22 malctcg/ppc: Fix typo
2010-02-22 malctcg/ppc64: Use C90 style comments
2010-02-22 malctcg/ppc: Implement some of the optional ops
2010-02-22 Jay Foadtcg: fix build on 32-bit hppa, ppc and sparc hosts
2010-02-20 Jay Foadtcg: fix assertion with --enable-debug
2010-02-20 Richard Hendersontcg: Add comments for all optional instructions not...
2010-02-20 Richard Hendersontcg-sparc: Implement ORC.
2010-02-20 Richard Hendersontcg-sparc: Implement ANDC.
2010-02-20 Richard Hendersontcg: Optional target implementation of ORC.
2010-02-20 Richard Hendersontcg: Optional target implementation of ANDC.
2010-02-20 Richard Hendersontcg-sparc: Implement not.
2010-02-20 Richard Hendersontcg-sparc: Implement neg.
2010-02-19 malctcg/ppc: Consistently use calling convention selection...
2010-02-19 Juergen LockUse ppc host calling convention definitions to set...
2010-02-19 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-02-18 Stefan Weiltcg: Add consistency checks for op definitions
2010-02-16 Richard Hendersontcg-sparc: Implement setcond, setcond2.
2010-02-16 Richard Hendersontcg: Add tcg_swap_cond.
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-09 Aurelien Jarnotcg/mips: fix crash in tcg_out_qemu_ld()
2010-02-09 Aurelien Jarnotcg/mips: implement setcond2
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-08 Aurelien Jarnotcg/mips: implement setcond
2010-02-08 Aurelien Jarnotcg: move setcond* ops to non-optional section
2010-02-08 Aurelien Jarnotcg: add setcondi pseudo-op
2010-02-06 malctcg/ppc64: implement setcond
2010-02-06 malctcg/ppc32: proper setcond implementation
2010-02-06 malctcg/ppc32: implement setcond[2]
2010-02-06 Richard Hendersontcg-i386: Implement setcond.
next