2009-04-16 |
aurel32 | tcg: make sure NDEBUG is defined before including ... |
tree | commitdiff |
2009-04-13 |
aurel32 | Add a --enable-debug-tcg option to configure |
tree | commitdiff |
2009-04-11 |
malc | Remove reserved registers from tcg_target_reg_alloc_order |
tree | commitdiff |
2009-04-11 |
malc | Whack [LS]MW |
tree | commitdiff |
2009-04-11 |
malc | Remove reserved registers from tcg_target_reg_alloc_order |
tree | commitdiff |
2009-04-07 |
aurel32 | tcg/tcg.h: fix a few typos |
tree | commitdiff |
2009-04-06 |
aurel32 | tcg: add a CONST flag to TCG helpers |
tree | commitdiff |
2009-04-06 |
aurel32 | tcg: improve comment about pure functions |
tree | commitdiff |
2009-04-05 |
aurel32 | tcg/x86_64: optimize register allocation order |
tree | commitdiff |
2009-04-04 |
blueswir1 | Fix branches and TLB matches for 64 bit targets |
tree | commitdiff |
2009-04-04 |
blueswir1 | Allocate space for static call args, increase stack... |
tree | commitdiff |
2009-03-29 |
aurel32 | tcg: fix _tl aliases for divu/remu |
tree | commitdiff |
2009-03-29 |
aurel32 | tcg: add _tl aliases for div/divu/rem/remu |
tree | commitdiff |
2009-03-28 |
aurel32 | tcg/README: fix description of bswap32_i32/i64 |
tree | commitdiff |
2009-03-13 |
aurel32 | tcg/x86_64: add bswap16_i{32,64} and bswap32_i64 ops |
tree | commitdiff |
2009-03-13 |
aurel32 | tcg/x86: add bswap16_i32 ops |
tree | commitdiff |
2009-03-13 |
aurel32 | tcg: update README wrt recent bswap changes |
tree | commitdiff |
2009-03-13 |
aurel32 | tcg: add _tl aliases to bswap16/32/64 TCG ops |
tree | commitdiff |
2009-03-13 |
aurel32 | tcg: add bswap16_i64 and bswap32_i64 TCG ops |
tree | commitdiff |
2009-03-13 |
aurel32 | tcg: optimize tcg_gen_bswap16_i32 |
tree | commitdiff |
2009-03-13 |
aurel32 | tcg: allow bswap16_i32 to be implemented by TCG backends |
tree | commitdiff |
2009-03-13 |
aurel32 | tcg: rename bswap_i32/i64 functions |
tree | commitdiff |
2009-03-11 |
aurel32 | tcg: move {not,neg}_i{32,64} definitions at the right... |
tree | commitdiff |
2009-03-11 |
aurel32 | tcg: fix commit r6805 |
tree | commitdiff |
2009-03-10 |
aurel32 | tcg-arm: fix qemu_ld64 |
tree | commitdiff |
2009-03-10 |
aurel32 | tcg: update TODO |
tree | commitdiff |
2009-03-10 |
aurel32 | tcg/x86: add not/neg/extu/bswap/rot i32 ops |
tree | commitdiff |
2009-03-10 |
aurel32 | tcg: optimize logical operations |
tree | commitdiff |
2009-03-10 |
aurel32 | Fix tcg after commit 6800 |
tree | commitdiff |
2009-03-10 |
aurel32 | tcg: use TCGV_EQUAL_I{32,64} |
tree | commitdiff |
2009-03-10 |
aurel32 | tcg: define TCGV_EQUAL_I{32,64} |
tree | commitdiff |
2009-03-09 |
aurel32 | tcg: optimize nor(X, Y, Y), used on PPC for not(X, Y) |
tree | commitdiff |
2009-03-09 |
aurel32 | Implement TCG not ops for x86-64 |
tree | commitdiff |
2009-03-09 |
aurel32 | tcg: don't define TCG rotation ops if they are not... |
tree | commitdiff |
2009-03-09 |
aurel32 | Implement TCG rotation ops for x86-64 |
tree | commitdiff |
2009-03-08 |
blueswir1 | Prune unused TCG_AREGs |
tree | commitdiff |
2009-03-07 |
blueswir1 | Sparse fixes: truncation by cast |
tree | commitdiff |
2009-02-11 |
blueswir1 | TCG: remove obsolete old_op_count profiler field |
tree | commitdiff |
2009-02-11 |
malc | Add missing r24..r26 to callee save registers |
tree | commitdiff |
2009-02-11 |
malc | Add missing r24..r26 to calle save registers |
tree | commitdiff |
2009-02-10 |
blueswir1 | Add "static" |
tree | commitdiff |
2009-02-09 |
aurel32 | Fix DEBUG_TCGV compile error. |
tree | commitdiff |
2009-01-26 |
malc | R13 is reserved for small data area pointer by SVR4... |
tree | commitdiff |
2009-01-15 |
aliguori | global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo... |
tree | commitdiff |
2009-01-15 |
aliguori | Convert references to logfile/loglevel to use qemu_log... |
tree | commitdiff |
2009-01-14 |
malc | Remove all traces of __powerpc__ |
tree | commitdiff |
2009-01-03 |
aurel32 | tcg: remove tcg_global_reg2_new_hack() |
tree | commitdiff |
2009-01-03 |
aurel32 | TCG: Fix documentation of qemu_ld/st ops |
tree | commitdiff |
2009-01-01 |
aurel32 | tcg_temp_local_new should take no parameter |
tree | commitdiff |
2008-12-22 |
malc | Use the ARRAY_SIZE() macro where appropriate. |
tree | commitdiff |
2008-12-14 |
aurel32 | tcg: kill two warnings |
tree | commitdiff |
2008-12-13 |
aurel32 | TCG x86/x86-64: use move with zero-extend for loads... |
tree | commitdiff |
2008-12-13 |
blueswir1 | Remove unnecessary trailing newlines |
tree | commitdiff |
2008-12-13 |
blueswir1 | Fix TARGET_LONG_BITS warning in TCG |
tree | commitdiff |
2008-12-10 |
malc | Introduce and use cache-utils.[ch] |
tree | commitdiff |
2008-12-07 |
balrog | Fix 64-bit targets compilation on ARM host. |
tree | commitdiff |
2008-12-07 |
aurel32 | Some cleanups after dyngen removal |
tree | commitdiff |
2008-12-07 |
aurel32 | Some cleanups after dyngen removal |
tree | commitdiff |
2008-12-07 |
blueswir1 | Some fixes for TCG debugging |
tree | commitdiff |
2008-12-07 |
aurel32 | Remove a few dyngen and dyngen related code |
tree | commitdiff |
2008-12-01 |
balrog | arm: Don't potentially overwrite input registers in... |
tree | commitdiff |
2008-12-01 |
balrog | Don't rely on ARM tcg_out_goto() generating just a... |
tree | commitdiff |
2008-12-01 |
balrog | Use libgcc __clear_cache to clean icache, when available. |
tree | commitdiff |
2008-11-29 |
malc | Fix alignment of 64bit args |
tree | commitdiff |
2008-11-18 |
malc | Preliminary AIX support |
tree | commitdiff |
2008-11-17 |
pbrook | TCG variable type checking. |
tree | commitdiff |
2008-11-12 |
malc | Rename misnamed BACK_CHAIN_OFFSET to LR_OFFSET |
tree | commitdiff |
2008-11-12 |
malc | Avoid compiler warning |
tree | commitdiff |
2008-11-11 |
malc | Fix alignment problem with some 64bit load/store instru... |
tree | commitdiff |
2008-11-04 |
pbrook | Mention output overlaps. |
tree | commitdiff |
2008-11-03 |
pbrook | Fix rotri_i64 typo. |
tree | commitdiff |
2008-11-03 |
aurel32 | tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructions |
tree | commitdiff |
2008-11-03 |
aurel32 | tcg-op.h: reorder _i64 instructions common to 32- and... |
tree | commitdiff |
2008-11-02 |
pbrook | 64-bit target subfi fix. |
tree | commitdiff |
2008-11-02 |
aurel32 | tcg-ops.h: add a subfi wrapper |
tree | commitdiff |
2008-11-02 |
aurel32 | tcg-ops.h: _i64 TCG immediate instructions cleanup |
tree | commitdiff |
2008-10-26 |
blueswir1 | Fix undeclared symbol warnings from sparse |
tree | commitdiff |
2008-10-21 |
aurel32 | TCG: add tcg_const_local_tl() |
tree | commitdiff |
2008-10-21 |
aurel32 | TCG: add logical operations found on alpha and powerpc... |
tree | commitdiff |
2008-10-05 |
blueswir1 | Add some missing static and const qualifiers, reg_names... |
tree | commitdiff |
2008-10-02 |
malc | Optimize 64 bit bswap |
tree | commitdiff |
2008-09-23 |
pbrook | Fix tcg_gen_concat32_i64 on 64-bit hosts. |
tree | commitdiff |
2008-09-22 |
malc | Avoid clobbering input register in qemu_ld64+bswap... |
tree | commitdiff |
2008-09-21 |
blueswir1 | Add concat32_i64 and concat_tl_i64 ops |
tree | commitdiff |
2008-09-21 |
pbrook | Add concat_i32_i64 op. |
tree | commitdiff |
2008-09-14 |
blueswir1 | Display TCGCond name in tcg dumper (original patch... |
tree | commitdiff |
2008-09-13 |
blueswir1 | Use 64 bit loads for tlb addend only if addend size... |
tree | commitdiff |
2008-09-13 |
blueswir1 | Fix stack alignment on Sparc32 host |
tree | commitdiff |
2008-09-07 |
pbrook | TCG: Use x86-64 zero extension instructions. |
tree | commitdiff |
2008-09-07 |
pbrook | Implement TCG sign extension ops for x86-64. |
tree | commitdiff |
2008-09-05 |
aurel32 | Revert "TCG: enable debug" |
tree | commitdiff |
2008-09-05 |
aurel32 | TCG: enable debug |
tree | commitdiff |
2008-08-30 |
blueswir1 | Fix some warnings that would be generated by gcc -Wredu... |
tree | commitdiff |
2008-08-21 |
malc | Relax qemu_ld/st constraints for !SOFTMMU case |
tree | commitdiff |
2008-08-20 |
malc | Relax qemu_ld/st constraints for !SOFTMMU case |
tree | commitdiff |
2008-08-20 |
malc | Avoid clobbering input/aliased registers in !SOFTMMU... |
tree | commitdiff |
2008-08-20 |
malc | Clear the upper 32 bits of addr_reg in TARGET_LONG_BITS... |
tree | commitdiff |
2008-08-20 |
malc | Move tcg_out_tlb_read into #ifdef CONFIG_SOFTMMU block... |
tree | commitdiff |
2008-08-17 |
blueswir1 | Fix some warnings that would be generated by gcc -Wmiss... |
tree | commitdiff |
2008-08-17 |
blueswir1 | Fix 64 bit constant generation |
tree | commitdiff |
next |