summaryrefslogtreecommitdiff
path: root/arch/alpha/isa_traits.hh
AgeCommit message (Expand)Author
2006-05-22New directory structure:Steve Reinhardt
2006-04-06Enable register windows.Gabe Black
2006-03-29move stuff around so PageShift is defined before it is neededAli Saidi
2006-03-14Moved registerfile.hh to regfile.hhGabe Black
2006-03-12Clean up "using" declarations.Steve Reinhardt
2006-03-12MIPS is back to compiling and building now!Korey Sewell
2006-03-10Work towards factoring isa_traits.hh into smaller, more specialized files.Gabe Black
2006-03-10Got rid of some dead code.Gabe Black
2006-03-10Moved constants from isa_traits.hh into constants.hh.Gabe Black
2006-03-10Put the InternalProcReg type into the MiscRegFile, which is the only place it...Gabe Black
2006-03-10Split out basic types from isa_traits.hh into a new file, types.hhGabe Black
2006-03-10Eliminated TARGET_ALPHA, since THE_ISA provides the same function.Gabe Black
2006-03-09SimpleCPU compiles with merge.Gabe Black
2006-03-09fix merging issuesAli Saidi
2006-03-09Merge zizzer:/bk/multiarchAli Saidi
2006-03-09no more common syscall emulation, now common for everyoneAli Saidi
2006-03-09Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Gabe Black
2006-03-09last changes before big mergeKorey Sewell
2006-03-08Include ability to copy all misc regs.Kevin Lim
2006-03-08Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-03-08Working towards compiling SPARC_SEGabe Black
2006-03-07Pushed ev5.hh out of the non-alpha code.Gabe Black
2006-03-07Got rid of some commented out code.Gabe Black
2006-03-05Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-03-04Steps towards setting up the infrastructure to allow the new CPU model to wor...Kevin Lim
2006-03-04Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-03-04Removed the commented out declaration of the Addr type.Gabe Black
2006-03-03Changes to support automatic renaming of the shadow registers at decode time....Kevin Lim
2006-02-27Changes to put all the misc regs within the misc reg file. This includes the...Kevin Lim
2006-02-21Made Addr a global typeGabe Black
2006-02-19Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names...Gabe Black
2006-02-16Changed the fault enum into a class, and fixed everything up to work with it....Gabe Black
2006-02-08Alot of changes to push towards ISA independence. Highlights are renaming of ...Gabe Black
2005-10-18define a couple more abi regiestersNathan Binkert
2005-08-30Build options are set via a build_options file in theSteve Reinhardt
2005-06-17I/O changes and SkipFuncEvents to increase FreeBSD compatibility.Benjamin Nash
2005-03-10Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-03-10Removed unecessary constructor call at each return.Ali Saidi
2005-03-10fix typo in SyscallReturn ObjectAli Saidi
2005-03-09Changed all syscalls to use syscall return object.Ali Saidi
2005-02-25Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-02-25Initial light-weight OoO CPU checkin, along with gcc-3.4 fixes.Kevin Lim
2005-02-25Fix timing modeling of faults: functionally the very next instruction afterSteve Reinhardt
2004-11-13Macros are nasty, so let's get rid of them. Convert allNathan Binkert
2004-10-25Don't use magic numbers.Nathan Binkert
2004-10-23in the arch/alpha directory we should use arch/alpha, notNathan Binkert
2004-06-22pull from head before pushing linux treeAli Saidi
2004-06-15Get software prefetching to work in full-system mode.Steve Reinhardt
2004-06-08Updated Copyright with information in bitkeeper changelogsAli Saidi
2004-05-27FastCPU model added. It's very similar to the SimpleCPU, just without a lot ...Kevin Lim