aboutsummaryrefslogtreecommitdiff
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* tcg: remove tcg_global_reg2_new_hack()aurel322009-01-032-39/+0
* TCG: Fix documentation of qemu_ld/st opsaurel322009-01-031-11/+11
* tcg_temp_local_new should take no parameteraurel322009-01-011-2/+2
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-222-2/+2
* tcg: kill two warningsaurel322008-12-142-2/+2
* TCG x86/x86-64: use move with zero-extend for loads/storesaurel322008-12-132-0/+12
* Remove unnecessary trailing newlinesblueswir12008-12-132-2/+0
* Fix TARGET_LONG_BITS warning in TCGblueswir12008-12-131-0/+1
* Introduce and use cache-utils.[ch]malc2008-12-103-42/+1
* Fix 64-bit targets compilation on ARM host.balrog2008-12-071-6/+6
* Some cleanups after dyngen removalaurel322008-12-072-13/+8
* Some cleanups after dyngen removalaurel322008-12-075-503/+38
* Some fixes for TCG debuggingblueswir12008-12-073-7/+7
* Remove a few dyngen and dyngen related codeaurel322008-12-071-17/+4
* arm: Don't potentially overwrite input registers in add2, sub2.balrog2008-12-011-4/+13
* Don't rely on ARM tcg_out_goto() generating just a single insn.balrog2008-12-011-8/+13
* Use libgcc __clear_cache to clean icache, when available.balrog2008-12-011-0/+5
* Fix alignment of 64bit argsmalc2008-11-291-1/+2
* Preliminary AIX supportmalc2008-11-183-2/+55
* TCG variable type checking.pbrook2008-11-173-853/+1034
* Rename misnamed BACK_CHAIN_OFFSET to LR_OFFSETmalc2008-11-121-4/+4
* Avoid compiler warningmalc2008-11-121-1/+1
* Fix alignment problem with some 64bit load/store instructionsmalc2008-11-111-5/+16
* Mention output overlaps.pbrook2008-11-041-0/+5
* Fix rotri_i64 typo.pbrook2008-11-031-1/+1
* tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructionsaurel322008-11-032-1/+127
* tcg-op.h: reorder _i64 instructions common to 32- and 64-bit targetsaurel322008-11-031-15/+15
* 64-bit target subfi fix.pbrook2008-11-021-1/+1
* tcg-ops.h: add a subfi wrapperaurel322008-11-021-0/+16
* tcg-ops.h: _i64 TCG immediate instructions cleanupaurel322008-11-021-42/+31
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-2/+2
* TCG: add tcg_const_local_tl()aurel322008-10-213-0/+20
* TCG: add logical operations found on alpha and powerpc processorsaurel322008-10-212-0/+120
* Add some missing static and const qualifiers, reg_names only used if NDEBUG setblueswir12008-10-057-15/+32
* Optimize 64 bit bswapmalc2008-10-021-5/+5
* Fix tcg_gen_concat32_i64 on 64-bit hosts.pbrook2008-09-231-1/+2
* Avoid clobbering input register in qemu_ld64+bswap+useronly casemalc2008-09-221-13/+6
* Add concat32_i64 and concat_tl_i64 opsblueswir12008-09-212-0/+18
* Add concat_i32_i64 op.pbrook2008-09-212-0/+21
* Display TCGCond name in tcg dumper (original patch by Tristan Gingold)blueswir12008-09-141-1/+30
* Use 64 bit loads for tlb addend only if addend size is 64 bitsblueswir12008-09-131-2/+8
* Fix stack alignment on Sparc32 hostblueswir12008-09-131-1/+2
* TCG: Use x86-64 zero extension instructions.pbrook2008-09-071-0/+15
* Implement TCG sign extension ops for x86-64.pbrook2008-09-072-0/+27
* Revert "TCG: enable debug"aurel322008-09-051-1/+1
* TCG: enable debugaurel322008-09-051-1/+1
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-307-63/+12
* Relax qemu_ld/st constraints for !SOFTMMU casemalc2008-08-211-1/+14
* Relax qemu_ld/st constraints for !SOFTMMU casemalc2008-08-201-2/+6
* Avoid clobbering input/aliased registers in !SOFTMMU+64bit+bswap casemalc2008-08-201-9/+10