Age | Commit message (Expand) | Author | Files | Lines |
2008-08-30 | Fix some warnings that would be generated by gcc -Wredundant-decls | blueswir1 | 7 | -63/+12 |
2008-08-21 | Relax qemu_ld/st constraints for !SOFTMMU case | malc | 1 | -1/+14 |
2008-08-20 | Relax qemu_ld/st constraints for !SOFTMMU case | malc | 1 | -2/+6 |
2008-08-20 | Avoid clobbering input/aliased registers in !SOFTMMU+64bit+bswap case | malc | 1 | -9/+10 |
2008-08-20 | Clear the upper 32 bits of addr_reg in TARGET_LONG_BITS == 32 case | malc | 1 | -0/+6 |
2008-08-20 | Move tcg_out_tlb_read into #ifdef CONFIG_SOFTMMU block to avoid compiler warning | malc | 1 | -1/+1 |
2008-08-17 | Fix some warnings that would be generated by gcc -Wmissing-prototypes | blueswir1 | 2 | -17/+4 |
2008-08-17 | Fix 64 bit constant generation | blueswir1 | 1 | -5/+12 |
2008-08-17 | Fix 32 bit address overflow | blueswir1 | 1 | -0/+19 |
2008-08-17 | Restore AREG0 after calls | blueswir1 | 1 | -73/+64 |
2008-08-16 | Sparc code generator update (fix qemu_ld & qemu_st) | blueswir1 | 1 | -129/+101 |
2008-08-15 | Sparc code generator update | blueswir1 | 2 | -96/+149 |
2008-08-03 | Account for MacOS X ABI reserved space in linkage area (Andreas Faerber) | malc | 2 | -2/+2 |
2008-08-03 | Preliminary MacOS X on PPC32 support | malc | 2 | -10/+41 |
2008-07-29 | On ppc32 make tb_set_jmp_target1 behave like it does on a ppc64 | malc | 1 | -0/+31 |
2008-07-28 | Immediate versions of some operations | malc | 1 | -27/+57 |
2008-07-28 | Do not try handle "special" arguments of and/or/xor/shl/shr, upper level does it | malc | 2 | -128/+76 |
2008-07-28 | Set the L field of CMP[L][I] when dealing with 64 bit quantities | malc | 1 | -7/+12 |
2008-07-28 | Fix preprocessor guard condition | malc | 1 | -1/+1 |
2008-07-28 | Remove leftover from previous way to load 64 bit constants | malc | 1 | -1/+1 |
2008-07-27 | Special-case some paths inside tcg_out_tlb_read | malc | 1 | -6/+30 |
2008-07-27 | Fix the opcode value of LWA | malc | 1 | -1/+1 |
2008-07-26 | Try to avoid glibc global register mangling, again | blueswir1 | 2 | -20/+38 |
2008-07-26 | Relax memory operations constraints | malc | 1 | -17/+5 |
2008-07-26 | Fix qemu_ld64 constraint list | malc | 1 | -1/+1 |
2008-07-26 | Use proper offset for LR save slot | malc | 1 | -2/+2 |
2008-07-26 | Reduce amount of space reserved for tb jump | malc | 1 | -1/+1 |
2008-07-26 | Fix and improve 64 bit immediate loading | malc | 1 | -4/+7 |
2008-07-26 | Fix EXTSW arguments | malc | 1 | -1/+1 |
2008-07-24 | Use proper value for TCG_TARGET_CALL_STACK_OFFSET | malc | 1 | -1/+1 |
2008-07-24 | Emit and use adhoc function descriptor for code_gen_prologue on PPC64 | malc | 2 | -18/+10 |
2008-07-23 | Remove neg_i32 debugging leftover | malc | 1 | -2/+0 |
2008-07-23 | Provide extNs_M instructions | malc | 4 | -0/+40 |
2008-07-23 | Remove stray "i" from mul_i64 | malc | 1 | -1/+1 |
2008-07-23 | Preliminary PPC64/Linux host support | malc | 3 | -0/+1550 |
2008-07-07 | 64 bit signed comparison fix (Juergen Lock) | bellard | 1 | -4/+4 |
2008-07-07 | Fix 64 bit constant generation | blueswir1 | 1 | -4/+6 |
2008-07-03 | Fuse EQ and NE handling in tcg_out_brcond2 | malc | 1 | -7/+4 |
2008-07-03 | Mask LL portion of B to 24 bits in tcg_out_b (Thanks to Thiemo Seufer) | malc | 1 | -1/+1 |
2008-06-29 | Suppress bogus compiler warnings. | pbrook | 1 | -0/+3 |
2008-06-23 | According to gcc-4.3.0/gcc/config/rs6000/crtsavres.asm R13 is volatile | malc | 1 | -1/+0 |
2008-06-23 | Shuffle contents of tcg_target_reg_alloc_order | malc | 1 | -18/+18 |
2008-06-18 | Save LR into proper place on callers stack frame | malc | 1 | -2/+2 |
2008-06-12 | Reimplement brcond2 and refactor brcond | malc | 1 | -51/+52 |
2008-06-11 | Allocate register pair for 64-bit registers on 32-bit host. | ths | 1 | -2/+2 |
2008-06-10 | Remove stray variable | malc | 1 | -1/+1 |
2008-06-09 | Use rem/div[u]_i32 drop div[u]2_i32 | malc | 2 | -113/+26 |
2008-06-09 | Emit trampolines manually in prologue | malc | 1 | -38/+80 |
2008-06-09 | Fix test for signed div fast path | malc | 1 | -1/+7 |
2008-06-09 | Fix div[u]2. | malc | 1 | -26/+65 |