2007-10-22 |
Gabe Black | CPU: Add functions to the "ExecContext"s that translate... |
commit | commitdiff | tree |
2007-10-22 |
Gabe Black | X86: Start using the stupd microop, and update statisti... |
commit | commitdiff | tree |
2007-10-22 |
Gabe Black | X86: Implement the stupd microop ("store with update... |
commit | commitdiff | tree |
2007-10-19 |
Gabe Black | X86: Implement the PUSHF, POPF, SAHF, and LAHF instruct... |
commit | commitdiff | tree |
2007-10-19 |
Gabe Black | X86: Impelement the HLT instruction and fix the "halt... |
commit | commitdiff | tree |
2007-10-19 |
Gabe Black | X86: Implement a "halt" microop. |
commit | commitdiff | tree |
2007-10-19 |
Gabe Black | X86: Implement the ENTER instruction. This could probab... |
commit | commitdiff | tree |
2007-10-19 |
Gabe Black | Merge with head. |
commit | commitdiff | tree |
2007-10-19 |
Gabe Black | X86: Replace "group10" placeholder with the correspondi... |
commit | commitdiff | tree |
2007-10-19 |
Gabe Black | X86: Implement the string IO instructions, ins and... |
commit | commitdiff | tree |
2007-10-19 |
Gabe Black | X86: Implement the undocumented SALC instruction which... |
commit | commitdiff | tree |
2007-10-19 |
Gabe Black | X86: Implement the XLAT instruction. |
commit | commitdiff | tree |
2007-10-19 |
Gabe Black | X86: Implement the BOUND instruction. |
commit | commitdiff | tree |
2007-10-19 |
Gabe Black | X86: Make the "fault" microop predicated. |
commit | commitdiff | tree |
2007-10-19 |
Gabe Black | X86: Make "Inst" the default format instead of WarnUnim... |
commit | commitdiff | tree |
2007-10-19 |
Gabe Black | X86: Implement the in/out instructions. These will... |
commit | commitdiff | tree |
2007-10-19 |
Gabe Black | X86: Implement the LOOP instructions. |
commit | commitdiff | tree |
2007-10-19 |
Gabe Black | X86: Attach the CMC instruction to the decoder. |
commit | commitdiff | tree |
2007-10-19 |
Gabe Black | X86: Implemented the jrcx instruction. |
commit | commitdiff | tree |
2007-10-19 |
Gabe Black | X86: Make wrip sign extend its second operand. |
commit | commitdiff | tree |
2007-10-18 |
Ali Saidi | CPU: Use the ThreadContext cpu id instead of the params... |
commit | commitdiff | tree |
2007-10-17 |
Gabe Black | X86: Add a bzip2 regression. |
commit | commitdiff | tree |
2007-10-17 |
Gabe Black | X86: Fix the parser stats which myseriously differ... |
commit | commitdiff | tree |
2007-10-17 |
Gabe Black | Make the process objects use the Params structs in... |
commit | commitdiff | tree |
2007-10-13 |
Gabe Black | Merge with head |
commit | commitdiff | tree |
2007-10-13 |
Gabe Black | Loader: Identify sections based on virtual addresses... |
commit | commitdiff | tree |
2007-10-13 |
Gabe Black | X86: Added some new versions of MOV and a new argument... |
commit | commitdiff | tree |
2007-10-13 |
Gabe Black | X86: Implemented LODS. |
commit | commitdiff | tree |
2007-10-12 |
Gabe Black | X86: Implement MSR reads and writes and the wrsmr and... |
commit | commitdiff | tree |
2007-10-12 |
Gabe Black | X86: Add 5 new x86 regressions. |
commit | commitdiff | tree |
2007-10-11 |
Ali Saidi | Make qdo work with oar. I don't know if this catches... |
commit | commitdiff | tree |
2007-10-11 |
Gabe Black | Regressions: Make mcf have 256MB which it needs for... |
commit | commitdiff | tree |
2007-10-10 |
Gabe Black | X86: Get rid of BasicOperate format which wasn't used... |
commit | commitdiff | tree |
2007-10-10 |
Gabe Black | X86: Get rid of stray Sparc DPRINTF |
commit | commitdiff | tree |
2007-10-09 |
Gabe Black | ELF Loader: Use physical addresses instead of virtual... |
commit | commitdiff | tree |
2007-10-08 |
Ali Saidi | Configuration: Move iocache outside of processors loop... |
commit | commitdiff | tree |
2007-10-08 |
Gabe Black | X86: Make x86 initialize more state. |
commit | commitdiff | tree |
2007-10-08 |
Gabe Black | X86: Work on the x86 tlb. |
commit | commitdiff | tree |
2007-10-08 |
Gabe Black | X86: Make faults maintain an error code which gets... |
commit | commitdiff | tree |
2007-10-08 |
Gabe Black | X86: Significantly filled out misc regs. |
commit | commitdiff | tree |
2007-10-08 |
Gabe Black | X86: Make sure there are fewer spurious differences... |
commit | commitdiff | tree |
2007-10-08 |
Gabe Black | BitUnion: Fix some types in the bitunion classes. |
commit | commitdiff | tree |
2007-10-08 |
Gabe Black | X86: Make initCPU and startupCPU do something basic. |
commit | commitdiff | tree |
2007-10-08 |
Gabe Black | X86: Make the Interrupts class complain less. |
commit | commitdiff | tree |
2007-10-08 |
Gabe Black | X86: Adjust the config scripts for x86 fs. |
commit | commitdiff | tree |
2007-10-08 |
Gabe Black | X86: Make an x86 system object. |
commit | commitdiff | tree |
2007-10-08 |
Gabe Black | X86: Make an x86 platform object. |
commit | commitdiff | tree |
2007-10-08 |
Gabe Black | X86: X86 FS compile fix. |
commit | commitdiff | tree |
2007-10-04 |
Gabe Black | Merge with head. |
commit | commitdiff | tree |
2007-10-04 |
Gabe Black | X86: Fix the PageShift constant in isa_traits.hh (I... |
commit | commitdiff | tree |
2007-10-04 |
Gabe Black | SPARC: Make software trap 3 flush the register windows... |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | Merge with head. |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | X86: Distinguish between the rep and repe prefixes. |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | X86: Start implementing the x86 tlb which will handle... |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | X86: Fix places where movfp was used incorrectly. |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | X86: Fix the movfp microop. |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | X86: Fix x87 floating point stack register indexing. |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | Predecoder: Clear out predecoder state on an ITLB fault. |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | X86: Put ldst into the microcode (the earlier changeset... |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | X86: Implement the ldst microop and put it in existing... |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | X86: Fix up the microcode for the FST and FSTP instruct... |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | X86: Get rid of a hack for ruflag which is no longer... |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | X86: Allow logic instructions to set ECF as well as CF. |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | X86: Add classes for the actual x86 faults. |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | X86: Hook in another version of the XCHG instruction. |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | X86: Implement MOVS |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | X86: Implement STOS. |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | CPU: Make the cpuid parameter get set in SE mode as... |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | Remote GDB: Turn on remote gdb in SE mode. |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | CPU: Make the cpus check the pc event queues in SE... |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | SPARC,Remote GDB: Flesh out the acc function for SE... |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | SPARC,Remote GDB: Fix an accounting bug in the remote... |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | Remote GDB: Get rid of an unwanted delete in SE. |
commit | commitdiff | tree |
2007-10-03 |
Gabe Black | CPU: Make sure the system parameter gets set in the... |
commit | commitdiff | tree |
2007-10-01 |
Ali Saidi | CPU: fix sparc_fs booting with SimpleTimingCPU. |
commit | commitdiff | tree |
2007-09-28 |
Ali Saidi | Update statistics for the last three revisions |
commit | commitdiff | tree |
2007-09-28 |
Ali Saidi | Update stats for quiesced cycles |
commit | commitdiff | tree |
2007-09-28 |
Ali Saidi | Rename cycles() function to ticks() |
commit | commitdiff | tree |
2007-09-28 |
Ali Saidi | Update statistics to use cycles properly instead of... |
commit | commitdiff | tree |
2007-09-26 |
Gabe Black | Condition Codes: Fix the findParity function. |
commit | commitdiff | tree |
2007-09-26 |
Gabe Black | Merge with head. |
commit | commitdiff | tree |
2007-09-26 |
Gabe Black | SPARC: Remove parameter that was only ever set to one... |
commit | commitdiff | tree |
2007-09-26 |
Gabe Black | SPARC: Remove some redundant code from some of the... |
commit | commitdiff | tree |
2007-09-26 |
Gabe Black | SPARC: Clean up of privileged instructions. |
commit | commitdiff | tree |
2007-09-26 |
Gabe Black | SPARC: Long overdue cleanup of the condition code handlers. |
commit | commitdiff | tree |
2007-09-26 |
Gabe Black | Condition Codes: Fix type error. |
commit | commitdiff | tree |
2007-09-26 |
Gabe Black | SPARC: Clean up the branch instructions a bit. |
commit | commitdiff | tree |
2007-09-26 |
Gabe Black | Loader: Load all segments of an elf, rather than just... |
commit | commitdiff | tree |
2007-09-26 |
Gabe Black | Loader: Only complain about TLS sections if you're... |
commit | commitdiff | tree |
2007-09-26 |
Gabe Black | SPARC: Fix a stupid mistake which was breaking the... |
commit | commitdiff | tree |
2007-09-25 |
Gabe Black | X86: Fix for uninitialized variables in stacktrace... |
commit | commitdiff | tree |
2007-09-25 |
Gabe Black | X86: Get X86_FS to compile. |
commit | commitdiff | tree |
2007-09-20 |
Gabe Black | SPARC: Fix linking error from new flattenFloatIndex... |
commit | commitdiff | tree |
2007-09-20 |
Gabe Black | X86: Implement the fld, fst, and fstp instructions. |
commit | commitdiff | tree |
2007-09-20 |
Gabe Black | X86: Move the fp microops to their own file with their... |
commit | commitdiff | tree |
2007-09-20 |
Gabe Black | X86: Put in the foundation for x87 stack based fp regis... |
commit | commitdiff | tree |
2007-09-20 |
Gabe Black | X86: Put in stubs for x87, 64 bit and 128 bit SIMD... |
commit | commitdiff | tree |
2007-09-20 |
Gabe Black | X86: Enable the rename system call. |
commit | commitdiff | tree |
2007-09-20 |
Gabe Black | X86: Enable the unlink system call. |
commit | commitdiff | tree |
2007-09-13 |
Gabe Black | Merge with head. |
commit | commitdiff | tree |
next |