gem5.git
2007-10-17 Gabe BlackX86: Fix the parser stats which myseriously differ...
2007-10-17 Gabe BlackMake the process objects use the Params structs in...
2007-10-13 Gabe BlackMerge with head
2007-10-13 Gabe BlackLoader: Identify sections based on virtual addresses...
2007-10-13 Gabe BlackX86: Added some new versions of MOV and a new argument...
2007-10-13 Gabe BlackX86: Implemented LODS.
2007-10-12 Gabe BlackX86: Implement MSR reads and writes and the wrsmr and...
2007-10-12 Gabe BlackX86: Add 5 new x86 regressions.
2007-10-11 Ali SaidiMake qdo work with oar. I don't know if this catches...
2007-10-11 Gabe BlackRegressions: Make mcf have 256MB which it needs for...
2007-10-10 Gabe BlackX86: Get rid of BasicOperate format which wasn't used...
2007-10-10 Gabe BlackX86: Get rid of stray Sparc DPRINTF
2007-10-09 Gabe BlackELF Loader: Use physical addresses instead of virtual...
2007-10-08 Ali SaidiConfiguration: Move iocache outside of processors loop...
2007-10-08 Gabe BlackX86: Make x86 initialize more state.
2007-10-08 Gabe BlackX86: Work on the x86 tlb.
2007-10-08 Gabe BlackX86: Make faults maintain an error code which gets...
2007-10-08 Gabe BlackX86: Significantly filled out misc regs.
2007-10-08 Gabe BlackX86: Make sure there are fewer spurious differences...
2007-10-08 Gabe BlackBitUnion: Fix some types in the bitunion classes.
2007-10-08 Gabe BlackX86: Make initCPU and startupCPU do something basic.
2007-10-08 Gabe BlackX86: Make the Interrupts class complain less.
2007-10-08 Gabe BlackX86: Adjust the config scripts for x86 fs.
2007-10-08 Gabe BlackX86: Make an x86 system object.
2007-10-08 Gabe BlackX86: Make an x86 platform object.
2007-10-08 Gabe BlackX86: X86 FS compile fix.
2007-10-04 Gabe BlackMerge with head.
2007-10-04 Gabe BlackX86: Fix the PageShift constant in isa_traits.hh (I...
2007-10-04 Gabe BlackSPARC: Make software trap 3 flush the register windows...
2007-10-03 Gabe BlackMerge with head.
2007-10-03 Gabe BlackX86: Distinguish between the rep and repe prefixes.
2007-10-03 Gabe BlackX86: Start implementing the x86 tlb which will handle...
2007-10-03 Gabe BlackX86: Fix places where movfp was used incorrectly.
2007-10-03 Gabe BlackX86: Fix the movfp microop.
2007-10-03 Gabe BlackX86: Fix x87 floating point stack register indexing.
2007-10-03 Gabe BlackPredecoder: Clear out predecoder state on an ITLB fault.
2007-10-03 Gabe BlackX86: Put ldst into the microcode (the earlier changeset...
2007-10-03 Gabe BlackX86: Implement the ldst microop and put it in existing...
2007-10-03 Gabe BlackX86: Fix up the microcode for the FST and FSTP instruct...
2007-10-03 Gabe BlackX86: Get rid of a hack for ruflag which is no longer...
2007-10-03 Gabe BlackX86: Allow logic instructions to set ECF as well as CF.
2007-10-03 Gabe BlackX86: Add classes for the actual x86 faults.
2007-10-03 Gabe BlackX86: Hook in another version of the XCHG instruction.
2007-10-03 Gabe BlackX86: Implement MOVS
2007-10-03 Gabe BlackX86: Implement STOS.
2007-10-03 Gabe BlackCPU: Make the cpuid parameter get set in SE mode as...
2007-10-03 Gabe BlackRemote GDB: Turn on remote gdb in SE mode.
2007-10-03 Gabe BlackCPU: Make the cpus check the pc event queues in SE...
2007-10-03 Gabe BlackSPARC,Remote GDB: Flesh out the acc function for SE...
2007-10-03 Gabe BlackSPARC,Remote GDB: Fix an accounting bug in the remote...
2007-10-03 Gabe BlackRemote GDB: Get rid of an unwanted delete in SE.
2007-10-03 Gabe BlackCPU: Make sure the system parameter gets set in the...
2007-10-01 Ali SaidiCPU: fix sparc_fs booting with SimpleTimingCPU.
2007-09-28 Ali SaidiUpdate statistics for the last three revisions
2007-09-28 Ali SaidiUpdate stats for quiesced cycles
2007-09-28 Ali SaidiRename cycles() function to ticks()
2007-09-28 Ali SaidiUpdate statistics to use cycles properly instead of...
2007-09-26 Gabe BlackCondition Codes: Fix the findParity function.
2007-09-26 Gabe BlackMerge with head.
2007-09-26 Gabe BlackSPARC: Remove parameter that was only ever set to one...
2007-09-26 Gabe BlackSPARC: Remove some redundant code from some of the...
2007-09-26 Gabe BlackSPARC: Clean up of privileged instructions.
2007-09-26 Gabe BlackSPARC: Long overdue cleanup of the condition code handlers.
2007-09-26 Gabe BlackCondition Codes: Fix type error.
2007-09-26 Gabe BlackSPARC: Clean up the branch instructions a bit.
2007-09-26 Gabe BlackLoader: Load all segments of an elf, rather than just...
2007-09-26 Gabe BlackLoader: Only complain about TLS sections if you're...
2007-09-26 Gabe BlackSPARC: Fix a stupid mistake which was breaking the...
2007-09-25 Gabe BlackX86: Fix for uninitialized variables in stacktrace...
2007-09-25 Gabe BlackX86: Get X86_FS to compile.
2007-09-20 Gabe BlackSPARC: Fix linking error from new flattenFloatIndex...
2007-09-20 Gabe BlackX86: Implement the fld, fst, and fstp instructions.
2007-09-20 Gabe BlackX86: Move the fp microops to their own file with their...
2007-09-20 Gabe BlackX86: Put in the foundation for x87 stack based fp regis...
2007-09-20 Gabe BlackX86: Put in stubs for x87, 64 bit and 128 bit SIMD...
2007-09-20 Gabe BlackX86: Enable the rename system call.
2007-09-20 Gabe BlackX86: Enable the unlink system call.
2007-09-13 Gabe BlackMerge with head.
2007-09-13 Gabe BlackX86: Fix how ECF is computed in genFlags, and get rid...
2007-09-13 Gabe BlackX86: Make the shift and rotate instructions set the...
2007-09-13 Gabe BlackX86: Total overhaul of the division instructions and...
2007-09-13 Ali SaidiSyscall Emulation: Add stat64 syscall.
2007-09-12 Ali SaidiCheckpointing: Fix directory regex
2007-09-12 Ali SaidiCheckpointing: Force drain/resume when switching a CPU
2007-09-12 Ali SaidiDevices: More fixes to Intel NIC Model.
2007-09-11 Ali SaidiLoader: Error if a TLS section is found in the binary.
2007-09-10 Gabe BlackX86: Make the isa parser run if any of the microcode...
2007-09-10 Gabe BlackFix for leaving EXTRAS blank
2007-09-10 Gabe BlackNormalize the path pathed in through EXTRAS so it won...
2007-09-10 Gabe BlackRemove redundant endian.hh and use byteswap.hh in its...
2007-09-10 Gabe BlackX86: Move a comment to be next to the code it describes.
2007-09-06 Gabe BlackMerge with head.
2007-09-06 Gabe BlackX86: Rework the multiplication microops so that they...
2007-09-06 Gabe BlackX86: Make signed multiplication do something different...
2007-09-06 Gabe BlackX86: Make signed versions of partial register values...
2007-09-06 Gabe BlackX86: Correct how the hi portion of a product is computed.
2007-09-06 Gabe BlackX86: Add a square root microop and the SSE sqrt instruc...
2007-09-06 Gabe BlackX86: Add SSE comparison instructions and microops and...
2007-09-05 Ali SaidiBus: Fix drain code; old method could return 1 in atomi...
2007-09-05 Ali SaidiConfiguration: Fix example script to only create one...
next