summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
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
2008-05-25Fix off-by-one unwinding error.pbrook
2008-05-24Relax a constraint for qemu_ld64 on ARM host.balrog
2008-05-24Fix a deadly typo, correct comments.balrog
2008-05-24Fix ARM host TLB.pbrook
2008-05-24Implement 64-bit constant loadsblueswir1
2008-05-24Use sethi and arith functions, fix commentblueswir1
2008-05-24Fix stack offsets and alignmentblueswir1
2008-05-24Define stack offsetsblueswir1
2008-05-24More TCGv type fixes.pbrook
2008-05-24Fix ARM conditional branch bug.pbrook
2008-05-23Comment non-obvious calculation. Don't clobber r3 in qemu_st64.balrog
2008-05-23A branch insn must not overwrite the branch target before relocation.balrog
2008-05-23added tcg_temp_free() and improved the handling of constantsbellard
2008-05-23Fix qemu_ld/st for mem_index > 0 on arm host.balrog
2008-05-23Define TCG_TARGET_CALL_STACK_OFFSET on arm.balrog