aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2009-02-11TCG: remove obsolete old_op_count profiler fieldblueswir1
2009-02-11Add missing r24..r26 to callee save registersmalc
2009-02-11Add missing r24..r26 to calle save registersmalc
2009-02-10Add "static"blueswir1
2009-02-09Fix DEBUG_TCGV compile error.aurel32
2009-01-26R13 is reserved for small data area pointer by SVR4 PPC ABImalc
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-14Remove all traces of __powerpc__malc
2009-01-03tcg: remove tcg_global_reg2_new_hack()aurel32
2009-01-03TCG: Fix documentation of qemu_ld/st opsaurel32
2009-01-01tcg_temp_local_new should take no parameteraurel32
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc
2008-12-14tcg: kill two warningsaurel32
2008-12-13TCG x86/x86-64: use move with zero-extend for loads/storesaurel32
2008-12-13Remove unnecessary trailing newlinesblueswir1
2008-12-13Fix TARGET_LONG_BITS warning in TCGblueswir1
2008-12-10Introduce and use cache-utils.[ch]malc
2008-12-07Fix 64-bit targets compilation on ARM host.balrog
2008-12-07Some cleanups after dyngen removalaurel32
2008-12-07Some cleanups after dyngen removalaurel32
2008-12-07Some fixes for TCG debuggingblueswir1
2008-12-07Remove a few dyngen and dyngen related codeaurel32
2008-12-01arm: Don't potentially overwrite input registers in add2, sub2.balrog
2008-12-01Don't rely on ARM tcg_out_goto() generating just a single insn.balrog
2008-12-01Use libgcc __clear_cache to clean icache, when available.balrog
2008-11-29Fix alignment of 64bit argsmalc
2008-11-18Preliminary AIX supportmalc
2008-11-17TCG variable type checking.pbrook
2008-11-12Rename misnamed BACK_CHAIN_OFFSET to LR_OFFSETmalc
2008-11-12Avoid compiler warningmalc
2008-11-11Fix alignment problem with some 64bit load/store instructionsmalc
2008-11-04Mention output overlaps.pbrook
2008-11-03Fix rotri_i64 typo.pbrook
2008-11-03tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructionsaurel32
2008-11-03tcg-op.h: reorder _i64 instructions common to 32- and 64-bit targetsaurel32
2008-11-0264-bit target subfi fix.pbrook
2008-11-02tcg-ops.h: add a subfi wrapperaurel32
2008-11-02tcg-ops.h: _i64 TCG immediate instructions cleanupaurel32
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-10-21TCG: add tcg_const_local_tl()aurel32
2008-10-21TCG: add logical operations found on alpha and powerpc processorsaurel32
2008-10-05Add some missing static and const qualifiers, reg_names only used if NDEBUG setblueswir1
2008-10-02Optimize 64 bit bswapmalc
2008-09-23Fix tcg_gen_concat32_i64 on 64-bit hosts.pbrook
2008-09-22Avoid clobbering input register in qemu_ld64+bswap+useronly casemalc
2008-09-21Add concat32_i64 and concat_tl_i64 opsblueswir1
2008-09-21Add concat_i32_i64 op.pbrook
2008-09-14Display TCGCond name in tcg dumper (original patch by Tristan Gingold)blueswir1
2008-09-13Use 64 bit loads for tlb addend only if addend size is 64 bitsblueswir1