summaryrefslogtreecommitdiff
path: root/src/arch/x86/regfile.hh
AgeCommit message (Expand)Author
2009-07-08Registers: Add a registers.hh file as an ISA switched header.Gabe Black
2009-07-08Registers: Eliminate the ISA defined RegFile class.Gabe Black
2009-07-08Registers: Move the PCs out of the ISAs and into the CPUs.Gabe Black
2009-07-08X86: Phase out x86'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-05-17includes: sort includes againNathan Binkert
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2009-02-25ISA: Get rid of FlattenIntIndex function.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
2007-09-19X86: Put in the foundation for x87 stack based fp registers.Gabe Black
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2007-03-05Correct a typoGabe Black
2007-03-05x86 register file includes.Gabe Black
2007-03-03Add build hooks for x86.Gabe Black