]> git.proxmox.com Git - qemu.git/history - tcg/ppc
Version 0.14.1
[qemu.git] / tcg / ppc /
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-08-23 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-14 Andreas FärberTCG: Fix Darwin/ppc calling convention recognition
2010-06-29 Richard Hendersontcg-ppc: Conditionally reserve TCG_GUEST_BASE_REG.
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-09 Richard Hendersontcg: Make some tcg-target.c routines static.
2010-06-09 Richard Hendersontcg: Add TYPE parameter to tcg_out_mov.
2010-04-18 malctcg/ppc: Remove redundant comparison from brcond2
2010-04-17 malctcg/ppc: Fix signed versions of brcond2
2010-04-05 malctcg/ppc: Fix typo
2010-04-05 malctcg/ppc: Implment bswap16/32
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-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 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-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-12 malctcg/ppc[64]: Only define addend load helpers in softmmu...
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/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 Richard Hendersontcg: Add comments for all optional instructions not...
2010-02-19 malctcg/ppc: Consistently use calling convention selection...
2010-02-19 Juergen LockUse ppc host calling convention definitions to set...
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-06 malctcg/ppc32: proper setcond implementation
2010-02-06 malctcg/ppc32: implement setcond[2]
2009-09-27 malctcg/ppc: always use tcg_out_call
2009-09-06 malcWhen targeting PPU use rlwinm instead of andi. if possible
2009-07-19 malcFix rbase initialization
2009-07-18 malcPPC 32/64 GUEST_BASE support
2009-07-18 malcFix LHZX opcode value
2009-04-11 malcWhack [LS]MW
2009-04-11 malcRemove reserved registers from tcg_target_reg_alloc_order
2009-03-08 blueswir1Prune unused TCG_AREGs
2009-02-11 malcAdd missing r24..r26 to calle save registers
2009-01-26 malcR13 is reserved for small data area pointer by SVR4...
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-10 malcIntroduce and use cache-utils.[ch]
2008-11-18 malcPreliminary AIX support
2008-11-12 malcRename misnamed BACK_CHAIN_OFFSET to LR_OFFSET
2008-10-05 blueswir1Add some missing static and const qualifiers, reg_names...
2008-09-22 malcAvoid clobbering input register in qemu_ld64+bswap...
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-08-21 malcRelax qemu_ld/st constraints for !SOFTMMU case
2008-08-03 malcAccount for MacOS X ABI reserved space in linkage area...
2008-08-03 malcPreliminary MacOS X on PPC32 support
2008-07-29 malcOn ppc32 make tb_set_jmp_target1 behave like it does...
2008-07-28 malcDo not try handle "special" arguments of and/or/xor...
2008-07-23 malcProvide extNs_M instructions
2008-07-03 malcFuse EQ and NE handling in tcg_out_brcond2
2008-07-03 malcMask LL portion of B to 24 bits in tcg_out_b (Thanks...
2008-06-23 malcAccording to gcc-4.3.0/gcc/config/rs6000/crtsavres...
2008-06-23 malcShuffle contents of tcg_target_reg_alloc_order
2008-06-18 malcSave LR into proper place on callers stack frame
2008-06-12 malcReimplement brcond2 and refactor brcond
2008-06-10 malcRemove stray variable
2008-06-09 malcUse rem/div[u]_i32 drop div[u]2_i32
2008-06-09 malcEmit trampolines manually in prologue
2008-06-09 malcFix test for signed div fast path
2008-06-09 malcFix div[u]2.
2008-06-07 malcPPC TCG Fixes
2008-05-30 bellardsupport of long calls for PPC (malc)
2008-05-26 bellardFix signed/unsigned issues of immediate version of...
2008-05-25 bellardppc TCG target (malc)