Move also DEBUG_PCALL (see r5085)
[qemu] / target-sparc / op_helper.c
2008-09-26 blueswir1Move also DEBUG_PCALL (see r5085)
2008-09-22 blueswir1Add software and timer interrupt support
2008-09-22 blueswir1Fix arguments used in cas/casx, thanks to Igor Kovalenk...
2008-09-21 blueswir1Use the new concat_i32_i64 op for std and stda
2008-09-14 blueswir1Fix array subscript above array bounds error
2008-09-10 blueswir1Convert rest of ops using float32 to TCG, remove FT0...
2008-09-10 blueswir1Partially convert float128 conversion ops to TCG
2008-09-10 blueswir1Convert basic 64 bit VIS ops to TCG
2008-09-10 blueswir1Convert basic 32 bit VIS ops to TCG
2008-09-10 blueswir1Convert basic float32 ops to TCG
2008-09-09 blueswir1Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert...
2008-09-03 blueswir1Implement no-fault loads
2008-08-29 blueswir1Fix Sparc64 boot on i386 host:
2008-08-25 blueswir1Fix udiv and sdiv on Sparc64 (Vince Weaver)
2008-08-21 blueswir1Use initial CPU definition structure for some CPU field...
2008-08-06 blueswir1Fix faligndata (Vince Weaver)
2008-08-06 blueswir1Fix I/D MMU tag reads
2008-07-25 blueswir1Make MAXTL dynamic, bounds check tl when indexing
2008-07-20 blueswir1Make UA200x features selectable, add MMU types
2008-07-19 blueswir1Remove unused variable
2008-07-19 blueswir1Implement nucleus quad ldda
2008-07-17 blueswir1Fix saving and loading of trap state
2008-07-17 blueswir1Support for address masking
2008-07-16 blueswir1Fix MMU registers, add more E-cache ASIs
2008-07-08 blueswir1Implement some Ultrasparc cache ASIs used by SILO
2008-06-20 blueswir1Fix boot problem on i386 host introduced in r4690
2008-06-07 blueswir1Allow NWINDOWS selection (CPU feature with model specif...
2008-05-29 blueswir1Remove unused (for now) reg_REGWPTR (original patch...
2008-05-27 blueswir1Move non-op functions from op_helper.c to helper.c...
2008-05-25 pbrookFix off-by-one unwinding error.
2008-05-20 blueswir1Remove currently unnecessary alignment masking
2008-05-12 blueswir1Wrap long lines
2008-05-11 blueswir1Remove someexplicit alignment checks (initial patch...
2008-05-10 bellardsuppressed fixed registers
2008-05-10 blueswir1Fix compiler warnings
2008-05-09 blueswir1CPU feature selection support
2008-05-09 blueswir1Move #include to speed up compilation
2008-05-04 blueswir1Complete the TCG conversion
2008-04-22 blueswir1Revert the previous patch
2008-04-22 blueswir1Move 128-bit float emulation under linux-user
2008-03-21 blueswir1 Convert align checks 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-18 blueswir1 Convert udiv and sdiv ops to TCG
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-15 blueswir1 Convert ldfsr and stfsr to TCG
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-02-24 blueswir1 Modify Sparc32/64 to use TCG
2008-02-11 blueswir1 Sparc32 MMU register fixes (Robert Reif)
2008-01-01 blueswir1 More ASIs
2007-12-30 blueswir1 Nicer debug output for exceptions
2007-12-28 blueswir1 Initial support for Sun4d machines (SS-1000, SS-2000)
2007-12-28 blueswir1 Improved ASI debugging (Robert Reif)
2007-12-10 blueswir1 Add ASIs (Robert Reif)
2007-11-28 blueswir1 Fix compilation and warnings on PPC host
2007-11-25 blueswir1 128-bit float support for user mode
2007-11-25 blueswir1 More MMU registers (Robert Reif)
2007-11-19 blueswir1 Fix MXCC register 64 bit read word order (Robert Reif)
2007-11-17 pbrookBreak up vl.h.
2007-11-17 blueswir1 Remove unnecessary register masking (Robert Reif)
2007-11-17 blueswir1 Fix MXCC error register (Robert Reif)
2007-11-17 blueswir1 Add MXCC module reset register (Robert Reif)
2007-11-11 bellardremoved warning
2007-11-07 blueswir1 CPU specific boot mode (Robert Reif)
2007-10-29 thsAdjust s390 addresses (the MSB is defined as "to be...
2007-10-28 blueswir1 Use shared ctpop64 helper
2007-10-20 blueswir1 Avoid gcc warnings
2007-10-20 blueswir1 Fix compiling Sparc64 on PPC host
2007-10-17 blueswir1 Use ldq and stq for 8 byte accesses (original patch...
2007-10-14 blueswir1 Fix bug in Sparc32 sta op (Robert Reif)
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-01 blueswir1 Fix block load ASIs
2007-09-30 blueswir1 Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructions
2007-09-24 blueswir1 CPU boot mode
2007-09-23 blueswir1 Add missing break statements
2007-09-21 blueswir1 Rework ASI instructions (Aurelien Jarno)
2007-09-20 blueswir1 Detabify
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-08 blueswir1 Fix retry and done ops, trap handling
2007-07-07 blueswir1 Report normalised CWP values to userland and GDB,...
2007-06-01 blueswir1Sparc64 linux-user build fix
2007-05-27 blueswir1Separate fault for code access to unassigned memory
2007-05-25 blueswir1Implement Sparc64 CPU timers using ptimers
2007-05-19 blueswir1Use full 36-bit physical address space on SS10
2007-05-17 blueswir1Enable faults for unassigned memory accesses and unimpl...
2007-05-07 blueswir1Enable unaligned access faults
2007-04-13 blueswir1Alignment check mechanism (not fully enabled yet) ...
2007-04-06 blueswir1Full implementation of IEEE exceptions (Aurelien Jarno)
2007-04-01 blueswir1Fix Sparc lda/ldda/sta/stda asi handling, fault on...
2006-12-06 thssparc-softmmu build fix
2006-06-25 bellardC99 64 bit printf
2006-06-21 bellardsoft floats for SPARC (Blue Swirl)
2005-11-21 bellardcpu_single_env usage fix
2005-11-11 bellardsparc merge (Blue Swirl)
2005-10-30 bellardavoid using physical accesses in user emulation
next