|
|
[Submitted] ISA parser: Stop supporting the old style operand types.
|
gblack
|
April 25th, 2011, 3:03 a.m.
|
|
|
|
[Submitted] ISA parser: Use '_' instead of '.' to delimit type modifiers on operands.
|
gblack
|
September 20th, 2011, 10:58 p.m.
|
|
|
|
[Discarded] ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
|
gblack
|
September 23rd, 2010, 5:22 p.m.
|
|
|
|
[Submitted] ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
|
gblack
|
September 23rd, 2010, 5:38 p.m.
|
|
|
|
[Submitted] ISA,CPU: Generalize and split out the components of the decode cache.
|
gblack
|
May 25th, 2012, 3:33 a.m.
|
|
|
|
ISA: Factor FullSystemInt out of the decoders.
|
gblack
|
May 28th, 2012, 12:49 a.m.
|
|
|
|
[Submitted] ISA: Get rid of old, unused utility functions cluttering up the ISAs.
|
gblack
|
August 22nd, 2010, 6:57 p.m.
|
|
|
|
[Submitted] ISA: Get rid of the unused mem_acc_type template parameter.
|
gblack
|
July 3rd, 2011, 2:20 a.m.
|
|
|
|
[Submitted] ISA: Get the parser to support pc state components more elegantly.
|
gblack
|
November 15th, 2010, 4:06 a.m.
|
|
|
|
[Submitted] ISA: Make the decode function part of the ISA's decoder.
|
gblack
|
May 15th, 2012, 5:55 a.m.
|
|
|
|
[Submitted] ISA: Put parser generated files in a "generated" directory.
|
gblack
|
April 22nd, 2012, 11:28 p.m.
|
|
|
|
[Submitted] ISA: Turn the ExtMachInst NoopMachinst into the StaticInstPtr NoopStaticInst.
|
gblack
|
May 29th, 2012, 2:59 a.m.
|
|
|
|
[Submitted] ISA: Use readBytes/writeBytes for all instruction level memory operations.
|
gblack
|
June 20th, 2011, 11:42 a.m.
|
|
|
|
[Submitted] ISAs: Streamline some spots where Mem is used in the ISA descriptions.
|
gblack
|
July 3rd, 2011, 2:18 a.m.
|
|
|
|
[Discarded] KVM: Build in most of the KVM stuff even if we're not going to use it.
|
gblack
|
November 18th, 2014, 2:27 a.m.
|
|
|
|
[Submitted] Let other objects set up memory like regions in a KVM VM.
|
gblack
|
November 18th, 2014, 1:29 a.m.
|
|
|
|
[Submitted] LibElf: Build the error management code in libelf.
|
gblack
|
June 4th, 2011, 11:38 a.m.
|
|
|
|
[Submitted] Loader: Handle bad section names when loading an ELF file.
|
gblack
|
June 4th, 2011, 11:41 a.m.
|
|
|
|
[Submitted] m5=>gem5: Make the regression script build gem5.* instead of m5.*
|
gblack
|
February 6th, 2012, 2:20 a.m.
|
|
|
|
[Submitted] Make the IO bridge accept address headed to all the local APICs.
|
gblack
|
February 26th, 2012, 4:50 a.m.
|
|
|
|
[Submitted] Mem,X86: Make the IO bridge pass APIC messages back towards the CPU.
|
gblack
|
November 23rd, 2010, 3:32 a.m.
|
|
|
|
[Submitted] Mem: Change the CLREX flag to CLEAR_LOCK.
|
gblack
|
October 9th, 2010, 3:10 p.m.
|
|
|
|
[Submitted] Mem: Reclaim some request flags used by MIPS for alignment checking.
|
gblack
|
October 9th, 2010, 3:11 p.m.
|
|
|
|
[Submitted] MIPS, faults: Update how the PC is set.
|
gblack
|
September 12th, 2011, 5:38 a.m.
|
|
|
|
[Submitted] MIPS: Add constructors to the fault classes.
|
gblack
|
September 12th, 2011, 5:29 a.m.
|
|
|
|
[Submitted] MIPS: Always compile in setExceptionState, including in SE mode.
|
gblack
|
September 12th, 2011, 5:36 a.m.
|
|
|
|
[Submitted] MIPS: Consolidate the two AddressErrorFault variants.
|
gblack
|
September 12th, 2011, 5:32 a.m.
|
|
|
|
[Submitted] MIPS: Consolidate TLB related faults.
|
gblack
|
September 12th, 2011, 5:35 a.m.
|
|
|
|
[Submitted] MIPS: Final overhaul of MIPS faults to kill #if FULL_SYSTEM
|
gblack
|
September 13th, 2011, 2:22 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: Get rid of cruft in the fault classes.
|
gblack
|
September 12th, 2011, 5:30 a.m.
|
|
|
|
[Submitted] MIPS: Get rid of skipFaultInstruction and setRestartAddress.
|
gblack
|
September 12th, 2011, 5:37 a.m.
|
|
|
|
[Submitted] MIPS: Get rid of the backdoor device copy/pasted from and only used in Alpha.
|
gblack
|
October 16th, 2010, 2:54 p.m.
|
|
|
|
[Submitted] MIPS: Get rid of the unused "count" field in FaultVals.
|
gblack
|
September 12th, 2011, 5:34 a.m.
|
|
|
|
[Submitted] MIPS: Get rid of the unused (and partially defined) CacheError fault.
|
gblack
|
September 11th, 2011, 5:57 p.m.
|
|
|
|
[Submitted] MIPS: Guard SystemCallFault::invoke consistently.
|
gblack
|
September 11th, 2011, 5:58 p.m.
|
|
|
|
[Submitted] Mips: MIPS_FS doesn't build currently, so delete it to avoid confusion.
|
gblack
|
March 3rd, 2011, 5:14 p.m.
|
|
|
|
[Submitted] MIPS: Move the genMachineCheckFault function near MachineCheckFault.
|
gblack
|
September 12th, 2011, 5:33 a.m.
|
|
|
|
[Submitted] MIPS: Take advantage of new PCState syntax.
|
gblack
|
November 15th, 2010, 4:17 a.m.
|
|
|
|
[Submitted] MIPS: Use inheritance to consolidate class definitions.
|
gblack
|
September 12th, 2011, 5:36 a.m.
|
|
|
|
[Submitted] MIPS: Use the CRTP to streamline the Fault class definitions.
|
gblack
|
September 12th, 2011, 5:28 a.m.
|
|
|
|
[Submitted] misc: Add some utility functions for schedule inst commit events.
|
gblack
|
December 5th, 2014, 10:36 a.m.
|
|
|
|
[Submitted] misc: Generalize GDB single stepping.
|
gblack
|
December 5th, 2014, 11:15 a.m.
|
|
|
|
[Submitted] misc: Make the GDB register cache accessible in various sized chunks.
|
gblack
|
November 25th, 2014, 11:47 a.m.
|
|
|
|
[Submitted] Misc: Remove the URL from warnings, fatals, panics, etc.
|
gblack
|
May 25th, 2011, 9:24 a.m.
|
|
|
|
[Submitted] misc: Rename the GDB "Event" event class to InputEvent.
|
gblack
|
December 5th, 2014, 10 a.m.
|
|
|
|
[Submitted] Name: Replace M5 with gem5 in a few places it's printed on startup.
|
gblack
|
May 24th, 2011, 12:41 a.m.
|
|
|
|
[Submitted] O3: Add a pointer to the macroop for a microop in the dyninst.
|
gblack
|
July 19th, 2011, 1:59 a.m.
|
|
|
|
[Discarded] O3: Add a stub structure which handles reference counting during translation.
|
gblack
|
July 3rd, 2011, 5:21 p.m.
|
|
|
|
[Submitted] O3: At the end of an instruction, force fetchAddr to something sensible.
|
gblack
|
July 19th, 2011, 1:57 a.m.
|
|