aboutsummaryrefslogtreecommitdiffstats
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2008-08-03Account for MacOS X ABI reserved space in linkage area (Andreas Faerber)malc2-2/+2
2008-08-03Preliminary MacOS X on PPC32 supportmalc2-10/+41
2008-07-29On ppc32 make tb_set_jmp_target1 behave like it does on a ppc64malc1-0/+31
2008-07-28Immediate versions of some operationsmalc1-27/+57
2008-07-28Do not try handle "special" arguments of and/or/xor/shl/shr, upper level does itmalc2-128/+76
2008-07-28Set the L field of CMP[L][I] when dealing with 64 bit quantitiesmalc1-7/+12
2008-07-28Fix preprocessor guard conditionmalc1-1/+1
2008-07-28Remove leftover from previous way to load 64 bit constantsmalc1-1/+1
2008-07-27Special-case some paths inside tcg_out_tlb_readmalc1-6/+30
2008-07-27Fix the opcode value of LWAmalc1-1/+1
2008-07-26Try to avoid glibc global register mangling, againblueswir12-20/+38
2008-07-26Relax memory operations constraintsmalc1-17/+5
2008-07-26Fix qemu_ld64 constraint listmalc1-1/+1
2008-07-26Use proper offset for LR save slotmalc1-2/+2
2008-07-26Reduce amount of space reserved for tb jumpmalc1-1/+1
2008-07-26Fix and improve 64 bit immediate loadingmalc1-4/+7
2008-07-26Fix EXTSW argumentsmalc1-1/+1
2008-07-24Use proper value for TCG_TARGET_CALL_STACK_OFFSETmalc1-1/+1
2008-07-24Emit and use adhoc function descriptor for code_gen_prologue on PPC64malc2-18/+10
2008-07-23Remove neg_i32 debugging leftovermalc1-2/+0
2008-07-23Provide extNs_M instructionsmalc4-0/+40
2008-07-23Remove stray "i" from mul_i64malc1-1/+1
2008-07-23Preliminary PPC64/Linux host supportmalc3-0/+1550
2008-07-0764 bit signed comparison fix (Juergen Lock)bellard1-4/+4
2008-07-07Fix 64 bit constant generationblueswir11-4/+6
2008-07-03Fuse EQ and NE handling in tcg_out_brcond2malc1-7/+4
2008-07-03Mask LL portion of B to 24 bits in tcg_out_b (Thanks to Thiemo Seufer)malc1-1/+1
2008-06-29Suppress bogus compiler warnings.pbrook1-0/+3
2008-06-23According to gcc-4.3.0/gcc/config/rs6000/crtsavres.asm R13 is volatilemalc1-1/+0
2008-06-23Shuffle contents of tcg_target_reg_alloc_ordermalc1-18/+18
2008-06-18Save LR into proper place on callers stack framemalc1-2/+2
2008-06-12Reimplement brcond2 and refactor brcondmalc1-51/+52
2008-06-11Allocate register pair for 64-bit registers on 32-bit host.ths1-2/+2
2008-06-10Remove stray variablemalc1-1/+1
2008-06-09Use rem/div[u]_i32 drop div[u]2_i32malc2-113/+26
2008-06-09Emit trampolines manually in prologuemalc1-38/+80
2008-06-09Fix test for signed div fast pathmalc1-1/+7
2008-06-09Fix div[u]2.malc1-26/+65
2008-06-07PPC TCG Fixesmalc1-33/+17
2008-06-07Allocate a register pair instead of a single register.ths1-1/+1
2008-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2008-05-30support of long calls for PPC (malc)bellard2-31/+68
2008-05-26Fix signed/unsigned issues of immediate version of brcond (malc)bellard1-11/+48
2008-05-25ppc TCG target (malc)bellard2-0/+1493
2008-05-25jump simplificationbellard1-22/+1
2008-05-25jump optimizationsbellard1-31/+9
2008-05-25updatebellard2-86/+64
2008-05-25suppressed unused macro handlingbellard4-109/+2
2008-05-25added local temporariesbellard2-45/+103
2008-05-25Implement byte swapping accessesblueswir11-36/+66