summaryrefslogtreecommitdiff
path: root/src/arch/alpha/miscregfile.cc
AgeCommit message (Expand)Author
2009-07-08Alpha: Pull the MiscRegFile fully into the ISA object.Gabe Black
2009-05-26types: add a type for thread IDs and try to use it everywhereNathan Binkert
2009-05-12inorder-alpha-port: initial inorder support of ALPHAKorey Sewell
2008-10-10misc: remove #include <cassert> from misc.hh since not everyone needs it.Nathan Binkert
2008-09-27style: Make a style pass over the whole arch/alpha directory.Nathan Binkert
2007-08-26Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.Gabe Black
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2006-12-13fix MiscRegFile::readRegWithEffect, which neglected the MISCREGS.Lisa Hsu
2006-11-12Make setRegWithEffect do something in SE mode.Steve Reinhardt
2006-11-09Moved the Alpha MiscRegFile into it's own file, and got rid of the Alpha spec...Gabe Black