]> git.proxmox.com Git - qemu.git/history - tcg/ppc64
monitor: fix build breakage with --disable-vnc
[qemu.git] / tcg / ppc64 /
2011-07-20 Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-02 Blue SwirlTCG/PPC: use stack for TCG temps
2011-07-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-27 malctcg/ppc64: Remove tcg_out_addi
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.17' into staging
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-06-26 Blue SwirlDelegate setup of TCG temporaries to targets
2011-06-26 Blue Swirlcpu-exec.c: avoid AREG0 use
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: Revert ppc64 tcg_out_movi32 change
2010-06-29 Richard Hendersontcg-ppc: Conditionally reserve TCG_GUEST_BASE_REG.
2010-06-16 Richard Hendersontcg: Optionally sign-extend 32-bit arguments for 64...
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-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-06 malctcg/ppc64: Fix typo
2010-04-04 Paul BrookSplit TLB addend and target_phys_addr_t
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-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-22 malctcg/ppc64: Use C90 style comments
2010-02-20 Richard Hendersontcg: Add comments for all optional instructions not...
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/ppc64: implement setcond
2009-12-15 malctcg/ppc64: Fix loading of 32bit constants
2009-12-06 Andreas FaerberTCG: Mac OS X support for ppc64 target
2009-11-24 Aurelien Jarnotcg/ppc64,x86_64: fix constraints of op_qemu_st64
2009-07-18 malcPPC 32/64 GUEST_BASE support
2009-07-18 malcFix LHZX opcode value
2009-04-11 malcRemove reserved registers from tcg_target_reg_alloc_order
2009-04-11 malcWhack [LS]MW
2009-03-08 blueswir1Prune unused TCG_AREGs
2009-02-11 malcAdd missing r24..r26 to callee save registers
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-10 malcIntroduce and use cache-utils.[ch]
2008-11-12 malcAvoid compiler warning
2008-11-11 malcFix alignment problem with some 64bit load/store instru...
2008-10-05 blueswir1Add some missing static and const qualifiers, reg_names...
2008-10-02 malcOptimize 64 bit bswap
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-08-20 malcRelax qemu_ld/st constraints for !SOFTMMU case
2008-08-20 malcAvoid clobbering input/aliased registers in !SOFTMMU...
2008-08-20 malcClear the upper 32 bits of addr_reg in TARGET_LONG_BITS...
2008-08-20 malcMove tcg_out_tlb_read into #ifdef CONFIG_SOFTMMU block...
2008-07-28 malcImmediate versions of some operations
2008-07-28 malcDo not try handle "special" arguments of and/or/xor...
2008-07-28 malcSet the L field of CMP[L][I] when dealing with 64 bit...
2008-07-28 malcFix preprocessor guard condition
2008-07-28 malcRemove leftover from previous way to load 64 bit constants
2008-07-27 malcSpecial-case some paths inside tcg_out_tlb_read
2008-07-27 malcFix the opcode value of LWA
2008-07-26 malcRelax memory operations constraints
2008-07-26 malcFix qemu_ld64 constraint list
2008-07-26 malcUse proper offset for LR save slot
2008-07-26 malcReduce amount of space reserved for tb jump
2008-07-26 malcFix and improve 64 bit immediate loading
2008-07-26 malcFix EXTSW arguments
2008-07-24 malcUse proper value for TCG_TARGET_CALL_STACK_OFFSET
2008-07-24 malcEmit and use adhoc function descriptor for code_gen_pro...
2008-07-23 malcRemove neg_i32 debugging leftover
2008-07-23 malcProvide extNs_M instructions
2008-07-23 malcRemove stray "i" from mul_i64
2008-07-23 malcPreliminary PPC64/Linux host support