aboutsummaryrefslogtreecommitdiffstats
path: root/tcg/ppc
AgeCommit message (Expand)AuthorFilesLines
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-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-05-30support of long calls for PPC (malc)bellard1-31/+63
2008-05-26Fix signed/unsigned issues of immediate version of brcond (malc)bellard1-11/+48
2008-05-25ppc TCG target (malc)bellard2-0/+1493