Age | Commit message (Expand) | Author | Files | Lines |
2008-05-04 | Complete the TCG conversion | blueswir1 | 1 | -36/+21 |
2008-05-04 | Avoid some brconds | blueswir1 | 1 | -24/+12 |
2008-05-03 | Use memory based registers in functions containing brconds | blueswir1 | 1 | -44/+57 |
2008-04-28 | Factorize code in translate.c | aurel32 | 1 | -0/+20 |
2008-04-23 | Document the shift values | blueswir1 | 1 | -6/+6 |
2008-03-30 | Remove incorrect discards and old unused defines (blueswir1). | pbrook | 1 | -64/+0 |
2008-03-29 | Change handling of source 2 | blueswir1 | 1 | -16/+22 |
2008-03-29 | Change handling of source register 1 | blueswir1 | 1 | -31/+36 |
2008-03-29 | Move CPU stuff unrelated to translation to helper.c | blueswir1 | 1 | -514/+2 |
2008-03-29 | Rename T[012] according to their roles | blueswir1 | 1 | -423/+435 |
2008-03-29 | Avoid writes to T1 except for loads/stores, convert some T0 uses to cpu_tmp0 | blueswir1 | 1 | -41/+41 |
2008-03-29 | Accidentally dropped one change from previous commit | blueswir1 | 1 | -2/+2 |
2008-03-26 | Concentrate cpu_T[012] use to one function | blueswir1 | 1 | -337/+318 |
2008-03-26 | Split icc and xcc flag calculations | blueswir1 | 1 | -135/+181 |
2008-03-26 | Remove some legacy definitions | blueswir1 | 1 | -278/+209 |
2008-03-24 | Fix a sign extension problem | blueswir1 | 1 | -1/+1 |
2008-03-23 | Fix mulscc | blueswir1 | 1 | -7/+10 |
2008-03-22 | Convert ldf/ldfsr and stf/stfsr to TCG | blueswir1 | 1 | -9/+13 |
2008-03-22 | Fix i32/i64/TL mismatches | blueswir1 | 1 | -148/+149 |
2008-03-21 | Convert align checks to TCG | blueswir1 | 1 | -0/+20 |
2008-03-21 | Convert jumps to labels to TCG | blueswir1 | 1 | -3/+3 |
2008-03-21 | Convert save, restore, saved, restored, and flushw to TCG | blueswir1 | 1 | -6/+6 |
2008-03-21 | Convert other float and VIS ops to TCG | blueswir1 | 1 | -89/+89 |
2008-03-21 | Convert float move ops to TCG | blueswir1 | 1 | -49/+74 |
2008-03-18 | Convert udiv and sdiv ops to TCG | blueswir1 | 1 | -1/+12 |
2008-03-18 | Use ext_i32_i64 instead of ext32s_i64 | blueswir1 | 1 | -2/+2 |
2008-03-18 | Convert CCR and CWP ops to TCG | blueswir1 | 1 | -4/+4 |
2008-03-18 | Convert array8/16/32 and alignaddr to TCG | blueswir1 | 1 | -4/+10 |
2008-03-16 | Convert umul and smul to TCG | blueswir1 | 1 | -0/+48 |
2008-03-16 | Use a TCG global for pc and npc | blueswir1 | 1 | -18/+17 |
2008-03-16 | Convert mulscc to TCG, add cc_src2 | blueswir1 | 1 | -1/+55 |
2008-03-16 | Discard unused data, use less temps | blueswir1 | 1 | -365/+237 |
2008-03-15 | Use a TCG global for fsr | blueswir1 | 1 | -27/+22 |
2008-03-15 | Convert ldfsr and stfsr to TCG | blueswir1 | 1 | -2/+1 |
2008-03-14 | Eliminate some uses of T2 | blueswir1 | 1 | -13/+13 |
2008-03-14 | Convert udivx and sdivx to TCG | blueswir1 | 1 | -1/+30 |
2008-03-14 | Use memory globals for G registers | blueswir1 | 1 | -2/+18 |
2008-03-13 | Use tcg_const_tl for zero constant | blueswir1 | 1 | -42/+19 |
2008-03-13 | Convert condition code changing versions of add, sub, logic, and div to TCG | blueswir1 | 1 | -20/+422 |
2008-03-11 | Use a TCG global for regwptr | blueswir1 | 1 | -3/+3 |
2008-03-09 | Convert andn, orn and xnor to TCG | blueswir1 | 1 | -3/+6 |
2008-03-08 | Convert branches and conditional moves to TCG | blueswir1 | 1 | -299/+587 |
2008-03-06 | Convert exception ops to TCG | blueswir1 | 1 | -0/+18 |
2008-03-06 | Fix microSPARC II SFSR mask (Robert Reif) | blueswir1 | 1 | -1/+1 |
2008-03-05 | Convert Sparc64 trap state ops to TCG | blueswir1 | 1 | -8/+73 |
2008-03-04 | Convert float helpers to TCG, fix fabsq in the process | blueswir1 | 1 | -60/+180 |
2008-03-04 | Convert fmovr to TCG | blueswir1 | 1 | -15/+27 |
2008-03-02 | Convert tick operations to TCG | blueswir1 | 1 | -16/+84 |
2008-03-02 | Convert movr and (partially) movcc to TCG | blueswir1 | 1 | -18/+42 |
2008-03-02 | Convert addx, subx, next_insn and mov_pc_npc to TCG | blueswir1 | 1 | -6/+29 |