linux-user: fix ppc target_stat64 st_blocks layout
[qemu] / tcg / ppc64 /
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