summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* 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-241-1/+2
* Avoid clobbering input register in qemu_ld64+bswap+useronly casemalc2008-09-221-13/+6Star
* 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/+12Star
* Relax qemu_ld/st constraints for !SOFTMMU casemalc2008-08-211-1/+14
* Relax qemu_ld/st constraints for !SOFTMMU casemalc2008-08-211-2/+6
* Avoid clobbering input/aliased registers in !SOFTMMU+64bit+bswap casemalc2008-08-211-9/+10
* Clear the upper 32 bits of addr_reg in TARGET_LONG_BITS == 32 casemalc2008-08-211-0/+6
* Move tcg_out_tlb_read into #ifdef CONFIG_SOFTMMU block to avoid compiler warningmalc2008-08-211-1/+1
* Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir12008-08-172-17/+4Star
* Fix 64 bit constant generationblueswir12008-08-171-5/+12
* Fix 32 bit address overflowblueswir12008-08-171-0/+19
* Restore AREG0 after callsblueswir12008-08-171-73/+64Star
* Sparc code generator update (fix qemu_ld & qemu_st)blueswir12008-08-161-129/+101Star
* Sparc code generator updateblueswir12008-08-152-96/+149
* Account for MacOS X ABI reserved space in linkage area (Andreas Faerber)malc2008-08-032-2/+2
* Preliminary MacOS X on PPC32 supportmalc2008-08-032-10/+41
* On ppc32 make tb_set_jmp_target1 behave like it does on a ppc64malc2008-07-291-0/+31
* Immediate versions of some operationsmalc2008-07-291-27/+57
* Do not try handle "special" arguments of and/or/xor/shl/shr, upper level does itmalc2008-07-292-128/+76Star
* Set the L field of CMP[L][I] when dealing with 64 bit quantitiesmalc2008-07-281-7/+12
* Fix preprocessor guard conditionmalc2008-07-281-1/+1
* Remove leftover from previous way to load 64 bit constantsmalc2008-07-281-1/+1
* Special-case some paths inside tcg_out_tlb_readmalc2008-07-271-6/+30
* Fix the opcode value of LWAmalc2008-07-271-1/+1
* Try to avoid glibc global register mangling, againblueswir12008-07-262-20/+38
* Relax memory operations constraintsmalc2008-07-261-17/+5Star
* Fix qemu_ld64 constraint listmalc2008-07-261-1/+1
* Use proper offset for LR save slotmalc2008-07-261-2/+2
* Reduce amount of space reserved for tb jumpmalc2008-07-261-1/+1
* Fix and improve 64 bit immediate loadingmalc2008-07-261-4/+7
* Fix EXTSW argumentsmalc2008-07-261-1/+1
* Use proper value for TCG_TARGET_CALL_STACK_OFFSETmalc2008-07-251-1/+1
* Emit and use adhoc function descriptor for code_gen_prologue on PPC64malc2008-07-242-18/+10Star
* Remove neg_i32 debugging leftovermalc2008-07-231-2/+0Star
* Provide extNs_M instructionsmalc2008-07-234-0/+40
* Remove stray "i" from mul_i64malc2008-07-231-1/+1