]> git.proxmox.com Git - mirror_qemu.git/history - target-sparc/translate.c
Factorize code in translate.c
[mirror_qemu.git] / target-sparc / translate.c
2008-04-28 aurel32Factorize code in translate.c
2008-04-23 blueswir1Document the shift values
2008-03-30 pbrookRemove incorrect discards and old unused defines (blues...
2008-03-29 blueswir1 Change handling of source 2
2008-03-29 blueswir1 Change handling of source register 1
2008-03-29 blueswir1 Move CPU stuff unrelated to translation to helper.c
2008-03-29 blueswir1 Rename T[012] according to their roles
2008-03-29 blueswir1 Avoid writes to T1 except for loads/stores, convert...
2008-03-29 blueswir1 Accidentally dropped one change from previous commit
2008-03-26 blueswir1 Concentrate cpu_T[012] use to one function
2008-03-26 blueswir1 Split icc and xcc flag calculations
2008-03-26 blueswir1 Remove some legacy definitions
2008-03-24 blueswir1 Fix a sign extension problem
2008-03-23 blueswir1 Fix mulscc
2008-03-22 blueswir1 Convert ldf/ldfsr and stf/stfsr to TCG
2008-03-22 blueswir1 Fix i32/i64/TL mismatches
2008-03-21 blueswir1 Convert align checks to TCG
2008-03-21 blueswir1 Convert jumps to labels to TCG
2008-03-21 blueswir1 Convert save, restore, saved, restored, and flushw...
2008-03-21 blueswir1 Convert other float and VIS ops to TCG
2008-03-21 blueswir1 Convert float move ops to TCG
2008-03-18 blueswir1 Convert udiv and sdiv ops to TCG
2008-03-18 blueswir1 Use ext_i32_i64 instead of ext32s_i64
2008-03-18 blueswir1 Convert CCR and CWP ops to TCG
2008-03-18 blueswir1 Convert array8/16/32 and alignaddr to TCG
2008-03-16 blueswir1 Convert umul and smul to TCG
2008-03-16 blueswir1 Use a TCG global for pc and npc
2008-03-16 blueswir1 Convert mulscc to TCG, add cc_src2
2008-03-16 blueswir1 Discard unused data, use less temps
2008-03-15 blueswir1 Use a TCG global for fsr
2008-03-15 blueswir1 Convert ldfsr and stfsr to TCG
2008-03-14 blueswir1 Eliminate some uses of T2
2008-03-14 blueswir1 Convert udivx and sdivx to TCG
2008-03-14 blueswir1 Use memory globals for G registers
2008-03-13 blueswir1 Use tcg_const_tl for zero constant
2008-03-13 blueswir1 Convert condition code changing versions of add, sub...
2008-03-11 blueswir1 Use a TCG global for regwptr
2008-03-09 blueswir1 Convert andn, orn and xnor to TCG
2008-03-08 blueswir1 Convert branches and conditional moves to TCG
2008-03-06 blueswir1 Convert exception ops to TCG
2008-03-06 blueswir1 Fix microSPARC II SFSR mask (Robert Reif)
2008-03-05 blueswir1 Convert Sparc64 trap state ops to TCG
2008-03-04 blueswir1 Convert float helpers to TCG, fix fabsq in the process
2008-03-04 blueswir1 Convert fmovr to TCG
2008-03-02 blueswir1 Convert tick operations to TCG
2008-03-02 blueswir1 Convert movr and (partially) movcc to TCG
2008-03-02 blueswir1 Convert addx, subx, next_insn and mov_pc_npc to TCG
2008-02-27 blueswir1 Temporary fix for i386 host
2008-02-24 blueswir1 Modify Sparc32/64 to use TCG
2008-02-14 blueswir1 Fix remote debugger memory access problems reported...
2008-02-11 blueswir1 Sparc32 MMU register fixes (Robert Reif)
2008-02-01 bellarduse the TCG code generator
2007-12-09 thsHandle cpu_model in copy_cpu(), by Kirill A. Shutemov.
2007-11-25 blueswir1 Fix floating point register decoding
2007-11-25 blueswir1 128-bit float support for user mode
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-10 blueswir1 More Sparc64 CPU definitions
2007-11-09 blueswir1 More CPU definitions
2007-11-07 blueswir1 CPU specific boot mode (Robert Reif)
2007-10-17 blueswir1 Enable all alignment checks
2007-10-14 blueswir1 Sparc64 hypervisor mode
2007-10-14 blueswir1 SuperSparc MXCC support (Robert Reif)
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-10 blueswir1 Fix taddcctv and tsubcctv (David Matthews)
2007-10-03 blueswir1 Fix Sparc64 ldfa/stfa and float ops with fpr >= 32
2007-09-30 blueswir1 Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructions
2007-09-30 blueswir1 Fix Sparc64 wrasr instructions
2007-09-24 blueswir1 CPU boot mode
2007-09-21 blueswir1 Rework ASI instructions (Aurelien Jarno)
2007-09-20 blueswir1 Detabify
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-11 thsFix tb->size mishandling, by Daniel Jacobowitz.
2007-07-11 blueswir1 More alignment checks
2007-07-08 blueswir1 Save state in Sparc64 return op
2007-07-07 blueswir1 Use unsigned 32-bit load for ld/lduw
2007-07-07 blueswir1 Fix wrong number of clean/saveable windows, match...
2007-07-04 blueswir1 Fix Sparc64 movr
2007-06-25 blueswir1 Drop unused parameters
2007-06-10 blueswir1 Fix Sparc64 prefetcha op
2007-05-25 blueswir1Implement Sparc64 CPU timers using ptimers
2007-05-17 blueswir1Enable faults for unassigned memory accesses and unimpl...
2007-05-07 blueswir1Fix pc/npc for unaligned load/stores, maybe other excep...
2007-04-29 blueswir1More Sparc32 CPUs
2007-04-29 blueswir1Fix CPU type zapped by system_reset
2007-04-22 blueswir1Sparc64 update: more VIS ops
2007-04-22 blueswir1Constification
2007-04-13 blueswir1Fix Sparc64 wrfprs, move VIS ops where they belong...
2007-04-13 blueswir1Alignment check mechanism (not fully enabled yet) ...
2007-04-07 j_mayercpu_get_phys_page_debug should return target_phys_addr_t
2007-04-06 blueswir1Full implementation of IEEE exceptions (Aurelien Jarno)
2007-04-06 blueswir1Enforce even float register pair for double register...
2007-04-05 blueswir1Fix stdfq op (Aurelien Jarno)
2007-04-05 blueswir1Fix co-processor branch and store ops (Aurelien Jarno)
2007-04-01 blueswir1Fix off-by-one error
2007-04-01 blueswir1Add SparcStation-10 machine
2007-04-01 blueswir1Fix Sparc shift ops (Aurelien Jarno)
2007-04-01 blueswir1Fix Sparc lda/ldda/sta/stda asi handling, fault on...
2007-04-01 blueswir1Fix Sparc co-processor ops (Aurelien Jarno)
2007-04-01 blueswir1Fix Sparc ASR handling (Aurelien Jarno)
2007-03-25 blueswir1Sparc32/64 CPU selection
next