summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+5
* 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-241-1/+1
* Emit and use adhoc function descriptor for code_gen_prologue on PPC64malc2008-07-242-18/+10
* Remove neg_i32 debugging leftovermalc2008-07-231-2/+0
* 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-031-7/+4
* 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/+0
* 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
* Remove stray variablemalc2008-06-101-1/+1
* Use rem/div[u]_i32 drop div[u]2_i32malc2008-06-092-113/+26
* Emit trampolines manually in prologuemalc2008-06-091-38/+80
* Fix test for signed div fast pathmalc2008-06-091-1/+7
* Fix div[u]2.malc2008-06-091-26/+65
* PPC TCG Fixesmalc2008-06-071-33/+17
* Allocate a register pair instead of a single register.ths2008-06-071-1/+1
* Spelling fixes, by Stefan Weil.ths2008-06-031-1/+1
* support of long calls for PPC (malc)bellard2008-05-302-31/+68
* Fix signed/unsigned issues of immediate version of brcond (malc)bellard2008-05-261-11/+48
* ppc TCG target (malc)bellard2008-05-252-0/+1493
* jump simplificationbellard2008-05-251-22/+1
* jump optimizationsbellard2008-05-251-31/+9
* updatebellard2008-05-252-86/+64
* suppressed unused macro handlingbellard2008-05-254-109/+2
* added local temporariesbellard2008-05-252-45/+103
* Implement byte swapping accessesblueswir12008-05-251-36/+66
* Fix off-by-one unwinding error.pbrook2008-05-251-1/+0
* Relax a constraint for qemu_ld64 on ARM host.balrog2008-05-241-4/+13
* Fix a deadly typo, correct comments.balrog2008-05-241-4/+6
* Fix ARM host TLB.pbrook2008-05-241-61/+44
* Implement 64-bit constant loadsblueswir12008-05-241-15/+27
* Use sethi and arith functions, fix commentblueswir12008-05-241-23/+26
OpenPOWER on IntegriCloud