Fix up the disassembly a little.
[gem5.git] / src / arch /
2006-11-14 Gabe BlackFix up the disassembly a little.
2006-11-13 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem/
2006-11-12 Ron DreslinskiMerge zizzer:/bk/newmem
2006-11-11 Gabe BlackFix for CAS so that it knows about all the possible...
2006-11-11 Gabe BlackCertain header files should only be used in FS.
2006-11-11 Ali SaidiMerge zizzer:/bk/newmem
2006-11-11 Ali Saidifix endian issues with condition codes
2006-11-10 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-11-10 Gabe BlackElaborated on the tlb stubs so that they just set the...
2006-11-10 Gabe BlackFixed up DepTags a little. I think NumMicroIntRegs...
2006-11-10 Gabe BlackAdded StrandStsReg operand.
2006-11-10 Gabe BlackPut in provisions for rd, rdpr, rdhpr, wr, wrpr, and...
2006-11-10 Gabe BlackMade the annul of unconditional conditional branches...
2006-11-10 Gabe BlackFixed up the code that prints out registers to take...
2006-11-10 Gabe BlackTweaked debug output.
2006-11-10 Gabe BlackTouched up faults, and made POR actually do something.
2006-11-10 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-11-10 Gabe BlackActually finished moving the register file stuff around.
2006-11-10 Gabe BlackMoved the Alpha float regfile into it's own regfile...
2006-11-10 Gabe BlackSplit out alpha integer register file into it's own...
2006-11-10 Gabe BlackThe reset function of the MiscRegFile really resets...
2006-11-10 Gabe BlackSet the ASI register to be something explicitly so...
2006-11-10 Gabe BlackFix up instructions to read and write control registers...
2006-11-10 Gabe BlackMoved the Alpha MiscRegFile into it's own file, and...
2006-11-10 Gabe BlackFix a couple uninitialized variables.
2006-11-09 Ali SaidiGet SPARC to the point that it starts running. Add...
2006-11-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem/
2006-11-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem/
2006-11-08 Gabe BlackPut the MIPS stacktrace into the MipsISA namespace...
2006-11-08 Gabe BlackMake a function to say how big gdbregs is in bytes...
2006-11-08 Gabe BlackFirst cut at full blown SPARC faults. There are a few...
2006-11-08 Gabe BlackMove the check to see if you're in user mode into the...
2006-11-08 Gabe BlackSorted faults by the trap type constant, expanded their...
2006-11-08 Gabe BlackFix for slightly mangled merge.
2006-11-08 Gabe BlackMerge zeep.eecs.umich.edu:/home/gblack/m5/newmem
2006-11-08 Gabe BlackMajor clean up of the fault code.
2006-11-08 Gabe BlackThe new global level is computed with min, not max.
2006-11-08 Gabe BlackChanged the getReg and setReg functions so that they...
2006-11-08 Gabe BlackPut the ProcessInfo and StackTrace objects into the...
2006-11-08 Gabe BlackStubs for SPARC's tlbs
2006-11-08 Gabe BlackReplaced getArg with a SPARC implementation.
2006-11-08 Gabe BlackForce remote gdb code to use signal numbers and not...
2006-11-08 Gabe BlackPut kernel_stats back into arch.
2006-11-07 Gabe BlackA dummy implementation of stacktrace.cc to clear up...
2006-11-07 Gabe BlackArguments class for SPARC. This is basically just a...
2006-11-07 Gabe BlackAdded a stub implementation of fixFuncEventAddr to...
2006-11-07 Gabe BlackThe normal spill and fill faults only need to behave...
2006-11-07 Gabe BlackAdded in alot of missing source files.
2006-11-07 Gabe BlackBroke remote_gdb into a base class and architecture...
2006-11-07 Gabe BlackMoved the idle event out of system_events.hh. The skipF...
2006-11-07 Gabe BlackMoved the switched version of kernel_stats.hh back...
2006-11-07 Gabe BlackMade kern a switching header file directory.
2006-11-07 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem/
2006-11-07 Gabe BlackGot rid of obsolete ivlb and ivle psuedo instructions.
2006-11-06 Gabe BlackStub for SPARC interrupt handling object.
2006-11-06 Gabe BlackRemote GDB support has been changed to use inheritance...
2006-11-06 Gabe BlackTook the Alpha prefix off of AlphaArguments, and made...
2006-11-06 Gabe BlackCreated seperate SConscript for the dev directory....
2006-11-05 Ali SaidiMerge zizzer:/bk/newmem
2006-11-05 Ali Saidifixes so that M5 will compile under solaris
2006-11-03 Gabe BlackMake things compile in SE again.
2006-11-03 Gabe BlackUse a PowerOnReset to initialize the cpu.
2006-11-03 Gabe BlackCalling syscalls from within the trap instruction's...
2006-11-03 Gabe BlackGutted out the old Alpha stuff.
2006-11-03 Gabe BlackAdded a stub initCPU function. This would be a good...
2006-11-03 Gabe BlackCompilation fixes.
2006-11-03 Gabe BlackAdd the syscall number as the second parameter for...
2006-11-03 Gabe BlackAdd an invoke function for PowerOnReset
2006-11-03 Gabe BlackMove around misc reg code
2006-11-03 Gabe Blackremoved ua2005.cc since it's been obsorbed into the...
2006-11-03 Gabe BlackGot rid of "inPalMode". Some places are still effective...
2006-11-03 Gabe BlackAdd a new file which describes an ISA's interrupt handl...
2006-11-03 Gabe BlackFixed a comment
2006-11-02 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-11-02 Kevin LimUse ISA specific makeExtMI.
2006-11-02 Lisa HsuMerge zizzer:/bk/newmem
2006-11-02 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem/
2006-11-01 Gabe BlackFix a range check on the ipr_index.
2006-11-01 Gabe BlackAdjustments for the AlphaTLB changing to AlphaISA:...
2006-10-31 Gabe BlackArg!
2006-10-31 Gabe BlackMore typos! I need to get nfs to work.
2006-10-31 Gabe BlackFix another typo
2006-10-31 Gabe BlackCheck for out of range IPR values as well.
2006-10-31 Gabe BlackFix stupid typo
2006-10-31 Gabe BlackMake two simple utility functions to determine if a...
2006-10-31 Gabe BlackWe don't include ipr.cc in SE builds, so don't call it.
2006-10-31 Gabe BlackMade the old name refer to the miscreg index to prevent...
2006-10-31 Gabe BlackForgot to change the index.
2006-10-31 Gabe BlackMake the IPRs use regular miscreg indexes, and make...
2006-10-31 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-10-31 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-10-31 Gabe BlackGet rid of old, commented out code.
2006-10-31 Gabe BlackMove IntrFlag into the MiscRegFile and get rid of speci...
2006-10-31 Gabe BlackPut the Alpha tlb stuff into the AlphaISA namespace...
2006-10-30 Lisa HsuMerge zizzer:/bk/newmem
2006-10-29 Gabe BlackMove the mem classes into util.isa so that multiple...
2006-10-29 Gabe BlackFix when the IsDelayedCommit flag is set.
2006-10-29 Gabe BlackBring casa and casxa up to date
2006-10-29 Gabe BlackFixed ldstub to use the right format, and made the...
2006-10-29 Gabe BlackAdd an integer microcode register.
next