|
|
[Discarded] SE/FS: Build the devices in SE mode.
|
gblack
|
September 26th, 2011, 2:18 a.m.
|
|
|
|
[Discarded] SE/FS: Use the new FullSystem constant where possible.
|
gblack
|
September 25th, 2011, 6:07 a.m.
|
|
|
|
[Submitted] SE/FS: Define a const bool FullSystem which will equal FULL_SYSTEM.
|
gblack
|
September 25th, 2011, 6:07 a.m.
|
|
|
|
Alpha: Use the CRTP to simplify Alpha's fault classes.
|
gblack
|
September 25th, 2011, 3:03 a.m.
|
|
|
|
[Submitted] Faults: Replace calls to genMachineCheckFault with M5PanicFault.
|
gblack
|
September 24th, 2011, 5 p.m.
|
|
|
|
[Submitted] Faults: Add in generic faults that work like panics, warns, etc.
|
gblack
|
September 24th, 2011, 5 p.m.
|
|
|
|
[Submitted] Faults: Make the generic faults more consistent between SE and FS.
|
gblack
|
September 24th, 2011, 4:59 p.m.
|
|
|
|
swig: move all swigged objects into m5.internal.swig package
|
stever
|
September 24th, 2011, 9:51 a.m.
|
|
|
|
[Submitted] SimObject: add export_method* hooks to export C++ methods to Python
|
stever
|
September 24th, 2011, 9:51 a.m.
|
|
|
|
[Submitted] scons/swig: refactor some of the scons/SWIG code
|
stever
|
September 24th, 2011, 9:49 a.m.
|
|
|
|
[Submitted] SCons: Make the ISA parser a source for its output files like the comments say.
|
gblack
|
September 24th, 2011, 3:30 a.m.
|
|
|
|
[Submitted] ISA parser: Use '_' instead of '.' to delimit type modifiers on operands.
|
gblack
|
September 20th, 2011, 10:58 p.m.
|
|
|
|
[Submitted] MIPS: Final overhaul of MIPS faults to kill #if FULL_SYSTEM
|
gblack
|
September 13th, 2011, 2:22 a.m.
|
|
|
|
[Submitted] MIPS, faults: Update how the PC is set.
|
gblack
|
September 12th, 2011, 5:38 a.m.
|
|
|
|
[Submitted] MIPS: Get rid of skipFaultInstruction and setRestartAddress.
|
gblack
|
September 12th, 2011, 5:37 a.m.
|
|
|
|
[Submitted] MIPS: Use inheritance to consolidate class definitions.
|
gblack
|
September 12th, 2011, 5:36 a.m.
|
|
|
|
[Submitted] MIPS: Always compile in setExceptionState, including in SE mode.
|
gblack
|
September 12th, 2011, 5:36 a.m.
|
|
|
|
[Submitted] MIPS: Consolidate TLB related faults.
|
gblack
|
September 12th, 2011, 5:35 a.m.
|
|
|
|
[Submitted] MIPS: Get rid of the unused "count" field in FaultVals.
|
gblack
|
September 12th, 2011, 5:34 a.m.
|
|
|
|
[Submitted] MIPS: Move the genMachineCheckFault function near MachineCheckFault.
|
gblack
|
September 12th, 2011, 5:33 a.m.
|
|
|
|
[Submitted] MIPS: Consolidate the two AddressErrorFault variants.
|
gblack
|
September 12th, 2011, 5:32 a.m.
|
|
|
|
[Submitted] Faults: Get rid of the unused isAlignmentFault and isMachineCheckFault.
|
gblack
|
September 12th, 2011, 5:31 a.m.
|
|
|
|
[Submitted] MIPS: Get rid of cruft in the fault classes.
|
gblack
|
September 12th, 2011, 5:30 a.m.
|
|
|
|
[Submitted] MIPS: Add constructors to the fault classes.
|
gblack
|
September 12th, 2011, 5:29 a.m.
|
|
|
|
[Submitted] MIPS: Use the CRTP to streamline the Fault class definitions.
|
gblack
|
September 12th, 2011, 5:28 a.m.
|
|
|
|
[Submitted] SPARC: Remove #if FULL_SYSTEMs from the ISA description.
|
gblack
|
September 12th, 2011, 5:28 a.m.
|
|
|
|
[Submitted] MIPS: Get rid of #if style config checks in the ISA description.
|
gblack
|
September 11th, 2011, 7:03 p.m.
|
|
|
|
[Submitted] MIPS: Guard SystemCallFault::invoke consistently.
|
gblack
|
September 11th, 2011, 5:58 p.m.
|
|
|
|
[Submitted] MIPS: Get rid of the unused (and partially defined) CacheError fault.
|
gblack
|
September 11th, 2011, 5:57 p.m.
|
|
|
|
[Submitted] Endianness: Get rid of unused (and mildly redundant) ByteOrderDiffers constant.
|
gblack
|
September 11th, 2011, 5:56 p.m.
|
|
|
|
[Submitted] Endianness: Make it easier to check the compiled in guest endianness.
|
gblack
|
September 11th, 2011, 5:48 p.m.
|
|
|
|
[Submitted] Alpha: Get rid of some #if FULLSYSTEMs in the Alpha ISA description.
|
gblack
|
September 10th, 2011, 3:36 a.m.
|
|
|
|
[Submitted] X86: Don't use "#if FULL_SYSTEM" in the X86 ISA description.
|
gblack
|
September 10th, 2011, 3:12 a.m.
|
|
|
|
[Submitted] Syscall: Make the syscall function available in both SE and FS modes.
|
gblack
|
September 10th, 2011, 3:10 a.m.
|
|
|
|
[Submitted] PseudoInst: Remove the now unnecessary #if FULL_SYSTEMs around pseudoinsts.
|
gblack
|
September 10th, 2011, 2:05 a.m.
|
|
|
|
[Submitted] Pseudoinst: Add an initParam pseudo inst function.
|
gblack
|
September 10th, 2011, 2:04 a.m.
|
|
|
|
[Submitted] Prefetch: Don't prefetch if address is in the write queue.
|
ali
|
September 9th, 2011, 2:55 p.m.
|
|
|
|
[Submitted] ARM: update TLB to set request packet ASID field
|
ali
|
September 9th, 2011, 2:49 p.m.
|
|
|
|
[Submitted] sim: initial stab at multiple event queues.
|
stever
|
September 6th, 2011, 2:25 p.m.
|
|
|
|
[Submitted] event: minor cleanup
|
stever
|
September 6th, 2011, 2:22 p.m.
|
|
|
|
[Submitted] pseudo_inst: clean up workbegin/workend functions
|
stever
|
September 6th, 2011, 2:22 p.m.
|
|
|
|
[Submitted] GCC: Get everything working with gcc 4.6.1.
|
gblack
|
September 5th, 2011, 10:34 p.m.
|
|
|
|
[Submitted] ISA parser: Don't look for operands in strings.
|
gblack
|
September 5th, 2011, 9:49 p.m.
|
|
|
|
[Submitted] ISA parser: Match /* */ and // style comments.
|
gblack
|
September 5th, 2011, 9:48 p.m.
|
|
|
|
[Submitted] Stack: Tidy up some comments, a warning, and make stack extension consistent.
|
gblack
|
September 5th, 2011, 6:53 p.m.
|
|
|
|
[Submitted] X86: Move the MSR lookup table out of the TLB and into its own file.
|
gblack
|
September 5th, 2011, 6:38 p.m.
|
|
|
|
[Submitted] X86,TLB: Make sure the "delayedResponse" variable is always set.
|
gblack
|
September 5th, 2011, 2:45 a.m.
|
|
|
|
[Submitted] X86: Make sure instruction flags are set properly even on 32 bit machines.
|
gblack
|
September 4th, 2011, 7:45 p.m.
|
|
|
|
[Submitted] MIPS: Implement remote_gdb.cc for remote debugging in SE mode
|
guody
|
August 31st, 2011, 1:28 a.m.
|
|
|
|
Regressions: Start of new regression system
|
ali
|
August 30th, 2011, 10:38 a.m.
|
|