Age | Commit message (Expand) | Author |
2008-12-07 | Fix 64-bit targets compilation on ARM host. | balrog |
2008-12-07 | Some cleanups after dyngen removal | aurel32 |
2008-12-07 | Some cleanups after dyngen removal | aurel32 |
2008-12-07 | Some fixes for TCG debugging | blueswir1 |
2008-12-07 | Remove a few dyngen and dyngen related code | aurel32 |
2008-12-01 | arm: Don't potentially overwrite input registers in add2, sub2. | balrog |
2008-12-01 | Don't rely on ARM tcg_out_goto() generating just a single insn. | balrog |
2008-12-01 | Use libgcc __clear_cache to clean icache, when available. | balrog |
2008-11-29 | Fix alignment of 64bit args | malc |
2008-11-18 | Preliminary AIX support | malc |
2008-11-17 | TCG variable type checking. | pbrook |
2008-11-12 | Rename misnamed BACK_CHAIN_OFFSET to LR_OFFSET | malc |
2008-11-12 | Avoid compiler warning | malc |
2008-11-11 | Fix alignment problem with some 64bit load/store instructions | malc |
2008-11-04 | Mention output overlaps. | pbrook |
2008-11-03 | Fix rotri_i64 typo. | pbrook |
2008-11-03 | tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructions | aurel32 |
2008-11-03 | tcg-op.h: reorder _i64 instructions common to 32- and 64-bit targets | aurel32 |
2008-11-02 | 64-bit target subfi fix. | pbrook |
2008-11-02 | tcg-ops.h: add a subfi wrapper | aurel32 |
2008-11-02 | tcg-ops.h: _i64 TCG immediate instructions cleanup | aurel32 |
2008-10-26 | Fix undeclared symbol warnings from sparse | blueswir1 |
2008-10-21 | TCG: add tcg_const_local_tl() | aurel32 |
2008-10-21 | TCG: add logical operations found on alpha and powerpc processors | aurel32 |
2008-10-05 | Add some missing static and const qualifiers, reg_names only used if NDEBUG set | blueswir1 |
2008-10-02 | Optimize 64 bit bswap | malc |
2008-09-23 | Fix tcg_gen_concat32_i64 on 64-bit hosts. | pbrook |
2008-09-22 | Avoid clobbering input register in qemu_ld64+bswap+useronly case | malc |
2008-09-21 | Add concat32_i64 and concat_tl_i64 ops | blueswir1 |
2008-09-21 | Add concat_i32_i64 op. | pbrook |
2008-09-14 | Display TCGCond name in tcg dumper (original patch by Tristan Gingold) | blueswir1 |
2008-09-13 | Use 64 bit loads for tlb addend only if addend size is 64 bits | blueswir1 |
2008-09-13 | Fix stack alignment on Sparc32 host | blueswir1 |
2008-09-07 | TCG: Use x86-64 zero extension instructions. | pbrook |
2008-09-07 | Implement TCG sign extension ops for x86-64. | pbrook |
2008-09-05 | Revert "TCG: enable debug" | aurel32 |
2008-09-05 | TCG: enable debug | aurel32 |
2008-08-30 | Fix some warnings that would be generated by gcc -Wredundant-decls | blueswir1 |
2008-08-21 | Relax qemu_ld/st constraints for !SOFTMMU case | malc |
2008-08-20 | Relax qemu_ld/st constraints for !SOFTMMU case | malc |
2008-08-20 | Avoid clobbering input/aliased registers in !SOFTMMU+64bit+bswap case | malc |
2008-08-20 | Clear the upper 32 bits of addr_reg in TARGET_LONG_BITS == 32 case | malc |
2008-08-20 | Move tcg_out_tlb_read into #ifdef CONFIG_SOFTMMU block to avoid compiler warning | malc |
2008-08-17 | Fix some warnings that would be generated by gcc -Wmissing-prototypes | blueswir1 |
2008-08-17 | Fix 64 bit constant generation | blueswir1 |
2008-08-17 | Fix 32 bit address overflow | blueswir1 |
2008-08-17 | Restore AREG0 after calls | blueswir1 |
2008-08-16 | Sparc code generator update (fix qemu_ld & qemu_st) | blueswir1 |
2008-08-15 | Sparc code generator update | blueswir1 |
2008-08-03 | Account for MacOS X ABI reserved space in linkage area (Andreas Faerber) | malc |