279
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
more generic TLB support - began to fix unlikely interrupt issues More... over 20 years ago
aligned stack on 16 byte boundary - PPC target fixes - SPARC target fixes More... over 20 years ago
sparc fixes More... over 20 years ago
float access fixes More... over 20 years ago
update More... over 20 years ago
invd and wbinvd support - fixed code gen logic for invlpg - simpler exception handling in load_seg() More... over 20 years ago
debug fixes - use more generic TLB mappings More... over 20 years ago
correct zero segment values when coming from VM86 mode - cache infos in CPUID - simpler exception handling in load_seg() - validate segments after lret/iret More... over 20 years ago
SPARC fixes: corrected PC/NPC logic (now slower but can be optimized a lot) - fixed flags computations - added register window exceptions support - fixed mul and div - added mulscc - fixed immediate field decoding More... over 20 years ago
PowerPC fixes (Jocelyn Mayer) More... over 20 years ago
disable keyboard interrupts if keyboard clock disabled (may not be fully correct) - added keyboard ID for extended keyboard More... over 20 years ago
P4 style multiplication eflags More... over 20 years ago
dump irq inhibit flag as it is a part of the cpu state More... over 20 years ago
more complete eflags testing for multiplication (P4 case only) More... over 20 years ago
imull fix (suggested by Robert J. Harley) More... over 20 years ago
a20 fix More... over 20 years ago
fixed eflags IF/IOPL update More... over 20 years ago
fixed PPC state reloading More... over 20 years ago
PowerPC target support (Jocelyn Mayer) - added better support for uid16 More... over 20 years ago
suppressed use of gen_multi - use intermediate FT0 register for floats - use T0 temporary for fpscr update - use PARAM1 for spr access - added untested single load/store support More... over 20 years ago
PowerPC support (Jocelyn Mayer) More... over 20 years ago
FTST instruction fix More... over 20 years ago
more fcmovxx tests More... over 20 years ago
fixed TB linking in case of code invalidation (fixes random segfaults) More... over 20 years ago
added fcmovxx support More... over 20 years ago
added fcmovxx support (fixes segfaults in some recent linux tools) - fixed irq inhibit logic : the irqs are inhibited only for one instruction after, even if the next one also inhibit irqs - stop translation after irq inhibition stops to give a chance to irqs (fixes install NT kernel startup) More... over 20 years ago
always completely redefine the TLB in case of MMU fault More... over 20 years ago
static config for SDL More... over 20 years ago
fcmovx support More... over 20 years ago
more hack for CMOS interruption (enable linux /dev/rtc not to hang) - auto boot on cdrom if only device present More... over 20 years ago