Fix some warnings that would be generated by gcc -Wredundant-decls
[qemu] / tcg / ppc /
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)