kvm: Improve upgrade notes when facing unsupported kernels
[qemu] / tcg / ppc /
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)