aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2008-08-03Account for MacOS X ABI reserved space in linkage area (Andreas Faerber)malc
2008-08-03Preliminary MacOS X on PPC32 supportmalc
2008-07-29On ppc32 make tb_set_jmp_target1 behave like it does on a ppc64malc
2008-07-28Immediate versions of some operationsmalc
2008-07-28Do not try handle "special" arguments of and/or/xor/shl/shr, upper level does itmalc
2008-07-28Set the L field of CMP[L][I] when dealing with 64 bit quantitiesmalc
2008-07-28Fix preprocessor guard conditionmalc
2008-07-28Remove leftover from previous way to load 64 bit constantsmalc
2008-07-27Special-case some paths inside tcg_out_tlb_readmalc
2008-07-27Fix the opcode value of LWAmalc
2008-07-26Try to avoid glibc global register mangling, againblueswir1
2008-07-26Relax memory operations constraintsmalc
2008-07-26Fix qemu_ld64 constraint listmalc
2008-07-26Use proper offset for LR save slotmalc
2008-07-26Reduce amount of space reserved for tb jumpmalc
2008-07-26Fix and improve 64 bit immediate loadingmalc
2008-07-26Fix EXTSW argumentsmalc
2008-07-24Use proper value for TCG_TARGET_CALL_STACK_OFFSETmalc
2008-07-24Emit and use adhoc function descriptor for code_gen_prologue on PPC64malc
2008-07-23Remove neg_i32 debugging leftovermalc
2008-07-23Provide extNs_M instructionsmalc
2008-07-23Remove stray "i" from mul_i64malc
2008-07-23Preliminary PPC64/Linux host supportmalc
2008-07-0764 bit signed comparison fix (Juergen Lock)bellard
2008-07-07Fix 64 bit constant generationblueswir1
2008-07-03Fuse EQ and NE handling in tcg_out_brcond2malc
2008-07-03Mask LL portion of B to 24 bits in tcg_out_b (Thanks to Thiemo Seufer)malc
2008-06-29Suppress bogus compiler warnings.pbrook
2008-06-23According to gcc-4.3.0/gcc/config/rs6000/crtsavres.asm R13 is volatilemalc
2008-06-23Shuffle contents of tcg_target_reg_alloc_ordermalc
2008-06-18Save LR into proper place on callers stack framemalc
2008-06-12Reimplement brcond2 and refactor brcondmalc
2008-06-11Allocate register pair for 64-bit registers on 32-bit host.ths
2008-06-10Remove stray variablemalc
2008-06-09Use rem/div[u]_i32 drop div[u]2_i32malc
2008-06-09Emit trampolines manually in prologuemalc
2008-06-09Fix test for signed div fast pathmalc
2008-06-09Fix div[u]2.malc
2008-06-07PPC TCG Fixesmalc
2008-06-07Allocate a register pair instead of a single register.ths
2008-06-03Spelling fixes, by Stefan Weil.ths
2008-05-30support of long calls for PPC (malc)bellard
2008-05-26Fix signed/unsigned issues of immediate version of brcond (malc)bellard
2008-05-25ppc TCG target (malc)bellard
2008-05-25jump simplificationbellard
2008-05-25jump optimizationsbellard
2008-05-25updatebellard
2008-05-25suppressed unused macro handlingbellard
2008-05-25added local temporariesbellard
2008-05-25Implement byte swapping accessesblueswir1