2008-04-28 |
aurel32 | Factorize code in translate.c |
tree | commitdiff |
2008-04-23 |
blueswir1 | Document the shift values |
tree | commitdiff |
2008-04-22 |
blueswir1 | Revert the previous patch |
tree | commitdiff |
2008-04-22 |
blueswir1 | Move 128-bit float emulation under linux-user |
tree | commitdiff |
2008-04-11 |
aurel32 | Remove osdep.c/qemu-img code duplication |
tree | commitdiff |
2008-03-30 |
pbrook | Remove incorrect discards and old unused defines (blues... |
tree | commitdiff |
2008-03-29 |
blueswir1 | Change handling of source 2 |
tree | commitdiff |
2008-03-29 |
blueswir1 | Change handling of source register 1 |
tree | commitdiff |
2008-03-29 |
blueswir1 | Move CPU stuff unrelated to translation to helper.c |
tree | commitdiff |
2008-03-29 |
blueswir1 | Rename T[012] according to their roles |
tree | commitdiff |
2008-03-29 |
blueswir1 | Avoid writes to T1 except for loads/stores, convert... |
tree | commitdiff |
2008-03-29 |
blueswir1 | Accidentally dropped one change from previous commit |
tree | commitdiff |
2008-03-26 |
blueswir1 | Concentrate cpu_T[012] use to one function |
tree | commitdiff |
2008-03-26 |
blueswir1 | Split icc and xcc flag calculations |
tree | commitdiff |
2008-03-26 |
blueswir1 | Remove some legacy definitions |
tree | commitdiff |
2008-03-24 |
blueswir1 | Fix a sign extension problem |
tree | commitdiff |
2008-03-23 |
blueswir1 | Fix mulscc |
tree | commitdiff |
2008-03-22 |
blueswir1 | Convert ldf/ldfsr and stf/stfsr to TCG |
tree | commitdiff |
2008-03-22 |
blueswir1 | Fix i32/i64/TL mismatches |
tree | commitdiff |
2008-03-21 |
blueswir1 | Remove leftover definitions |
tree | commitdiff |
2008-03-21 |
blueswir1 | Convert align checks to TCG |
tree | commitdiff |
2008-03-21 |
blueswir1 | Convert jumps to labels to TCG |
tree | commitdiff |
2008-03-21 |
blueswir1 | Convert save, restore, saved, restored, and flushw... |
tree | commitdiff |
2008-03-21 |
blueswir1 | Convert other float and VIS ops to TCG |
tree | commitdiff |
2008-03-21 |
blueswir1 | Convert float move ops to TCG |
tree | commitdiff |
2008-03-18 |
blueswir1 | Convert udiv and sdiv ops to TCG |
tree | commitdiff |
2008-03-18 |
blueswir1 | Use ext_i32_i64 instead of ext32s_i64 |
tree | commitdiff |
2008-03-18 |
blueswir1 | Convert CCR and CWP ops to TCG |
tree | commitdiff |
2008-03-18 |
blueswir1 | Convert array8/16/32 and alignaddr to TCG |
tree | commitdiff |
2008-03-16 |
blueswir1 | Convert umul and smul to TCG |
tree | commitdiff |
2008-03-16 |
blueswir1 | Use a TCG global for pc and npc |
tree | commitdiff |
2008-03-16 |
blueswir1 | Convert mulscc to TCG, add cc_src2 |
tree | commitdiff |
2008-03-16 |
blueswir1 | Discard unused data, use less temps |
tree | commitdiff |
2008-03-15 |
blueswir1 | Use a TCG global for fsr |
tree | commitdiff |
2008-03-15 |
blueswir1 | Convert ldfsr and stfsr to TCG |
tree | commitdiff |
2008-03-14 |
blueswir1 | Eliminate some uses of T2 |
tree | commitdiff |
2008-03-14 |
blueswir1 | Convert udivx and sdivx to TCG |
tree | commitdiff |
2008-03-14 |
blueswir1 | Use memory globals for G registers |
tree | commitdiff |
2008-03-13 |
blueswir1 | Use tcg_const_tl for zero constant |
tree | commitdiff |
2008-03-13 |
blueswir1 | Convert condition code changing versions of add, sub... |
tree | commitdiff |
2008-03-11 |
blueswir1 | Use a TCG global for regwptr |
tree | commitdiff |
2008-03-09 |
blueswir1 | Convert andn, orn and xnor to TCG |
tree | commitdiff |
2008-03-08 |
blueswir1 | Convert branches and conditional moves to TCG |
tree | commitdiff |
2008-03-06 |
blueswir1 | Convert exception ops to TCG |
tree | commitdiff |
2008-03-06 |
blueswir1 | Fix microSPARC II SFSR mask (Robert Reif) |
tree | commitdiff |
2008-03-05 |
blueswir1 | Convert Sparc64 trap state ops to TCG |
tree | commitdiff |
2008-03-04 |
blueswir1 | Convert float helpers to TCG, fix fabsq in the process |
tree | commitdiff |
2008-03-04 |
blueswir1 | Convert fmovr to TCG |
tree | commitdiff |
2008-03-02 |
blueswir1 | Convert tick operations to TCG |
tree | commitdiff |
2008-03-02 |
blueswir1 | Convert movr and (partially) movcc to TCG |
tree | commitdiff |
2008-03-02 |
blueswir1 | Convert addx, subx, next_insn and mov_pc_npc to TCG |
tree | commitdiff |
2008-02-27 |
blueswir1 | Temporary fix for i386 host |
tree | commitdiff |
2008-02-24 |
blueswir1 | Modify Sparc32/64 to use TCG |
tree | commitdiff |
2008-02-14 |
blueswir1 | Fix remote debugger memory access problems reported... |
tree | commitdiff |
2008-02-11 |
blueswir1 | Sparc32 MMU register fixes (Robert Reif) |
tree | commitdiff |
2008-02-01 |
bellard | use the TCG code generator |
tree | commitdiff |
2008-01-01 |
blueswir1 | More ASIs |
tree | commitdiff |
2007-12-30 |
blueswir1 | Nicer debug output for exceptions |
tree | commitdiff |
2007-12-28 |
blueswir1 | Initial support for Sun4d machines (SS-1000, SS-2000) |
tree | commitdiff |
2007-12-28 |
blueswir1 | Improved ASI debugging (Robert Reif) |
tree | commitdiff |
2007-12-25 |
blueswir1 | Enforce context table alignment |
tree | commitdiff |
2007-12-11 |
blueswir1 | Partial fix to Sparc32 Linux host global register... |
tree | commitdiff |
2007-12-10 |
blueswir1 | Add ASIs (Robert Reif) |
tree | commitdiff |
2007-12-09 |
ths | Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. |
tree | commitdiff |
2007-11-29 |
blueswir1 | Increase prom size for boot mode |
tree | commitdiff |
2007-11-28 |
blueswir1 | Use slavio base as boot prom address, rearrange sun4m... |
tree | commitdiff |
2007-11-28 |
blueswir1 | Fix compilation and warnings on PPC host |
tree | commitdiff |
2007-11-25 |
blueswir1 | Fix floating point register decoding |
tree | commitdiff |
2007-11-25 |
blueswir1 | 128-bit float support for user mode |
tree | commitdiff |
2007-11-25 |
blueswir1 | More MMU registers (Robert Reif) |
tree | commitdiff |
2007-11-19 |
blueswir1 | Fix MXCC register 64 bit read word order (Robert Reif) |
tree | commitdiff |
2007-11-17 |
pbrook | Break up vl.h. |
tree | commitdiff |
2007-11-17 |
blueswir1 | Remove unnecessary register masking (Robert Reif) |
tree | commitdiff |
2007-11-17 |
blueswir1 | Fix MXCC error register (Robert Reif) |
tree | commitdiff |
2007-11-17 |
blueswir1 | Add MXCC module reset register (Robert Reif) |
tree | commitdiff |
2007-11-11 |
bellard | removed warning |
tree | commitdiff |
2007-11-10 |
bellard | added cpu_model parameter to cpu_init() |
tree | commitdiff |
2007-11-10 |
blueswir1 | More Sparc64 CPU definitions |
tree | commitdiff |
2007-11-09 |
blueswir1 | More CPU definitions |
tree | commitdiff |
2007-11-07 |
blueswir1 | CPU specific boot mode (Robert Reif) |
tree | commitdiff |
2007-10-29 |
ths | Adjust s390 addresses (the MSB is defined as "to be... |
tree | commitdiff |
2007-10-28 |
blueswir1 | Use shared ctpop64 helper |
tree | commitdiff |
2007-10-20 |
blueswir1 | Avoid gcc warnings |
tree | commitdiff |
2007-10-20 |
blueswir1 | Fix compiling Sparc64 on PPC host |
tree | commitdiff |
2007-10-17 |
blueswir1 | Use ldq and stq for 8 byte accesses (original patch... |
tree | commitdiff |
2007-10-17 |
blueswir1 | Enable all alignment checks |
tree | commitdiff |
2007-10-14 |
blueswir1 | Fix bug in Sparc32 sta op (Robert Reif) |
tree | commitdiff |
2007-10-14 |
blueswir1 | Sparc64 hypervisor mode |
tree | commitdiff |
2007-10-14 |
blueswir1 | SuperSparc MXCC support (Robert Reif) |
tree | commitdiff |
2007-10-14 |
blueswir1 | Support for 32 bit ABI on 64 bit targets (only enabled... |
tree | commitdiff |
2007-10-14 |
j_mayer | Replace is_user variable with mmu_idx in softmmu core, |
tree | commitdiff |
2007-10-12 |
j_mayer | Unify '-cpu ?' option. |
tree | commitdiff |
2007-10-10 |
blueswir1 | Fix taddcctv and tsubcctv (David Matthews) |
tree | commitdiff |
2007-10-03 |
blueswir1 | Fix Sparc64 ldfa/stfa and float ops with fpr >= 32 |
tree | commitdiff |
2007-10-01 |
blueswir1 | Fix block load ASIs |
tree | commitdiff |
2007-09-30 |
blueswir1 | Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructions |
tree | commitdiff |
2007-09-30 |
blueswir1 | Fix Sparc64 wrasr instructions |
tree | commitdiff |
2007-09-27 |
ths | Move get_sp_from_cpustate from cpu.h to target_signal.h. |
tree | commitdiff |
2007-09-27 |
ths | linux-user sigaltstack() syscall, by Thayne Harbaugh. |
tree | commitdiff |
2007-09-24 |
blueswir1 | CPU boot mode |
tree | commitdiff |
next |