summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-06-09disas endian fixbellard1-0/+1
2003-06-09updatebellard3-6/+20
2003-06-09arm support - suppressed possibly unsafe sparc nop deletionbellard2-20/+316
2003-06-09use -mflat for helper-i386.c on sparc - use custom ld script on sparc to free...bellard1-4/+21
2003-06-09moved to disas.cbellard1-13/+0
2003-06-09removed unused dependancy if non x86bellard1-1/+3
2003-06-09arm supportbellard3-8/+61
2003-06-09removed unused codebellard1-8/+0
2003-06-09weird arm double format supportbellard1-3/+31
2003-06-09arm support - modified sparc to work with direct chainingbellard1-56/+78
2003-06-09more code moved to helpers - sipmplified x86 float constants definitionsbellard1-0/+150
2003-06-09more code moved to helpersbellard1-128/+14
2003-06-09avoid unaligned file offset in anonymous mappingbellard1-2/+7
2003-06-09added ARM and Sparc disassemblersbellard6-89/+5008
2003-06-09big endian/unaligned fixbellard1-4/+4
2003-06-05getdents for 64 bit cpusbellard1-1/+42
2003-06-0564 bit fixbellard1-1/+1
2003-06-05tested toolsbellard1-0/+20
2003-06-05added helper-i386.c - alpha fixesbellard1-4/+4
2003-06-05convert mmap flags (alpha fix)bellard2-2/+30
2003-06-05alpha fixbellard1-0/+6
2003-06-05fixed __op_label handling if RELA relocations are usedbellard1-61/+99
2003-06-05use 32 bit pointer for tb_next even on 64 bit archsbellard1-2/+2
2003-06-05separated helpers from micro operationsbellard3-841/+908
2003-06-02Alpha update (Falk Hueffner)bellard5-7/+37
2003-05-29more FPU testsbellard1-1/+64
2003-05-29save FPU state in signal handlerbellard1-32/+11
2003-05-29misplaced #endifbellard1-2/+1
2003-05-29search data in both .data and .sdatabellard1-15/+23
2003-05-29added fsave/frstor/fstenv/fldenv/fcomi - fixed cpuid - make lret/iret restart...bellard5-50/+315
2003-05-28updatev0.2.0bellard4-62/+113
2003-05-28autogen opc-i386.hbellard1-2/+9
2003-05-27segment definesbellard1-0/+17
2003-05-27precise exceptionsbellard5-33/+75
2003-05-27precise exceptions - more accurate interrupt semanticsbellard2-54/+250
2003-05-27currently generatedbellard1-636/+0
2003-05-27cr2 update (dosemu VGA support fix)bellard1-2/+2
2003-05-27mmap2 fixbellard1-2/+3
2003-05-27precise exception supportbellard1-49/+137
2003-05-27more exception tests - support for precise exceptionsbellard1-22/+51
2003-05-25fwait fix (aka DOS Navigator fix)bellard1-4/+2
2003-05-25more efficient lockingbellard2-14/+18
2003-05-25direct chaining for PowerPC and i386bellard1-183/+0
2003-05-25self modifying code also tests translation block chaining invalidationbellard1-5/+8
2003-05-25direct chaining for PowerPC and i386bellard9-210/+620
2003-05-25fixed castbellard1-1/+1
2003-05-25updatebellard1-117/+117
2003-05-25added exec.hbellard1-2/+9
2003-05-16fixed page_unprotect() if host_page_size > TARGET_PAGE_SIZEbellard1-15/+18
2003-05-16added getrusagebellard1-19/+33