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