summaryrefslogtreecommitdiff
path: root/src/arch/sparc/regfile.cc
AgeCommit message (Expand)Author
2009-07-08Registers: Add a registers.hh file as an ISA switched header.Gabe Black
2009-07-08Registers: Move the PCs out of the ISAs and into the CPUs.Gabe Black
2009-07-08SPARC: Phase out SPARC's intregfile.hh.Gabe Black
2009-07-08Registers: Eliminate the ISA defined integer register file.Gabe Black
2009-07-08Registers: Eliminate the ISA defined floating point register file.Gabe Black
2009-07-08Registers: Get rid of the float register width parameter.Gabe Black
2009-07-08Registers: Add an ISA object which replaces the MiscRegFile.Gabe Black
2009-04-24SPARC: Tighten up the clone system call and SPARCs copyRegs.Gabe Black
2009-04-21Commit m5threads package.Daniel Sanchez
2009-02-25SPARC: Add a traceflag for register windows.Gabe Black
2008-10-12Get rid of old RegContext code.Gabe Black
2008-10-09eventq: convert all usage of events to use the new API.Nathan Binkert
2008-09-27arch: TheISA shouldn't really ever be used in the arch directory.Nathan Binkert
2007-08-13SPARC: Move tlb state into the tlb.Gabe Black
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2007-03-03Implement Niagara I/O interface and rework interruptsAli Saidi
2007-01-30Make SPARC checkpointing workAli Saidi
2007-01-26Fixed the number of integer registers. There are MaxGL+1 sets of globals, not...Gabe Black
2007-01-22Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-01-20fix InterruptLevel code to return the correct levelAli Saidi
2006-12-16Merge zizzer:/bk/newmemGabe Black
2006-12-06Handle access to ASI_QUEUEAli Saidi
2006-12-06Some changes for misc regs which were changed into unofficial integer registe...Gabe Black
2006-11-24Initial changes to get O3 working with SPARCGabe Black
2006-11-01Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ...Gabe Black
2006-10-27Made the regfile compatible with the new definitions in MiscRegFileGabe Black
2006-08-11Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...Gabe Black