summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-25Fix off-by-one unwinding error.pbrook1-1/+0
2008-05-24Relax a constraint for qemu_ld64 on ARM host.balrog1-4/+13
2008-05-24Fix a deadly typo, correct comments.balrog1-4/+6
2008-05-24Fix ARM host TLB.pbrook1-61/+44
2008-05-24Implement 64-bit constant loadsblueswir11-15/+27
2008-05-24Use sethi and arith functions, fix commentblueswir11-23/+26
2008-05-24Fix stack offsets and alignmentblueswir11-7/+4
2008-05-24Define stack offsetsblueswir11-0/+5
2008-05-24More TCGv type fixes.pbrook1-2/+9
2008-05-24Fix ARM conditional branch bug.pbrook1-0/+18