summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Preliminary PPC64/Linux host supportmalc2008-07-233-0/+1550
* 64 bit signed comparison fix (Juergen Lock)bellard2008-07-071-4/+4
* Fix 64 bit constant generationblueswir12008-07-071-4/+6
* Fuse EQ and NE handling in tcg_out_brcond2malc2008-07-041-7/+4Star
* Mask LL portion of B to 24 bits in tcg_out_b (Thanks to Thiemo Seufer)malc2008-07-031-1/+1
* Suppress bogus compiler warnings.pbrook2008-06-291-0/+3
* According to gcc-4.3.0/gcc/config/rs6000/crtsavres.asm R13 is volatilemalc2008-06-231-1/+0Star
* Shuffle contents of tcg_target_reg_alloc_ordermalc2008-06-231-18/+18
* Save LR into proper place on callers stack framemalc2008-06-181-2/+2
* Reimplement brcond2 and refactor brcondmalc2008-06-121-51/+52
* Allocate register pair for 64-bit registers on 32-bit host.ths2008-06-111-2/+2