Age | Commit message (Expand) | Author | Files | Lines |
2008-11-12 | Rename misnamed BACK_CHAIN_OFFSET to LR_OFFSET | malc | 1 | -4/+4 |
2008-11-12 | Avoid compiler warning | malc | 1 | -1/+1 |
2008-11-11 | Fix alignment problem with some 64bit load/store instructions | malc | 1 | -5/+16 |
2008-11-04 | Mention output overlaps. | pbrook | 1 | -0/+5 |
2008-11-03 | Fix rotri_i64 typo. | pbrook | 1 | -1/+1 |
2008-11-03 | tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructions | aurel32 | 2 | -1/+127 |
2008-11-03 | tcg-op.h: reorder _i64 instructions common to 32- and 64-bit targets | aurel32 | 1 | -15/+15 |
2008-11-02 | 64-bit target subfi fix. | pbrook | 1 | -1/+1 |
2008-11-02 | tcg-ops.h: add a subfi wrapper | aurel32 | 1 | -0/+16 |
2008-11-02 | tcg-ops.h: _i64 TCG immediate instructions cleanup | aurel32 | 1 | -42/+31 |
2008-10-26 | Fix undeclared symbol warnings from sparse | blueswir1 | 1 | -2/+2 |
2008-10-21 | TCG: add tcg_const_local_tl() | aurel32 | 3 | -0/+20 |
2008-10-21 | TCG: add logical operations found on alpha and powerpc processors | aurel32 | 2 | -0/+120 |
2008-10-05 | Add some missing static and const qualifiers, reg_names only used if NDEBUG set | blueswir1 | 7 | -15/+32 |
2008-10-02 | Optimize 64 bit bswap | malc | 1 | -5/+5 |
2008-09-23 | Fix tcg_gen_concat32_i64 on 64-bit hosts. | pbrook | 1 | -1/+2 |
2008-09-22 | Avoid clobbering input register in qemu_ld64+bswap+useronly case | malc | 1 | -13/+6 |
2008-09-21 | Add concat32_i64 and concat_tl_i64 ops | blueswir1 | 2 | -0/+18 |
2008-09-21 | Add concat_i32_i64 op. | pbrook | 2 | -0/+21 |
2008-09-14 | Display TCGCond name in tcg dumper (original patch by Tristan Gingold) | blueswir1 | 1 | -1/+30 |
2008-09-13 | Use 64 bit loads for tlb addend only if addend size is 64 bits | blueswir1 | 1 | -2/+8 |
2008-09-13 | Fix stack alignment on Sparc32 host | blueswir1 | 1 | -1/+2 |
2008-09-07 | TCG: Use x86-64 zero extension instructions. | pbrook | 1 | -0/+15 |
2008-09-07 | Implement TCG sign extension ops for x86-64. | pbrook | 2 | -0/+27 |
2008-09-05 | Revert "TCG: enable debug" | aurel32 | 1 | -1/+1 |
2008-09-05 | TCG: enable debug | aurel32 | 1 | -1/+1 |
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 |