Age | Commit message (Expand) | Author |
2006-05-22 | New directory structure: | Steve Reinhardt |
2006-05-18 | First steps toward getting full system to work with | Steve Reinhardt |
2006-05-18 | Change Packet parameters on Port methods from references to pointers. | Steve Reinhardt |
2006-05-17 | Get basic full-system working with AtomicSimpleCPU. | Steve Reinhardt |
2006-05-16 | Split SimpleCPU into two different models, AtomicSimpleCPU and | Steve Reinhardt |
2006-05-15 | Many files: | Steve Reinhardt |
2006-05-15 | Many files: | Steve Reinhardt |
2006-05-04 | Merge zizzer:/bk/newmem | Korey Sewell |
2006-05-02 | Redo the FloatRegFile using unsigned integers | Korey Sewell |
2006-05-01 | move code from packet.hh to packet.cc and packet_impl.hh | Ali Saidi |
2006-04-28 | Merge zizzer:/bk/newmem | Ali Saidi |
2006-04-28 | random mix of tidbits | Ali Saidi |
2006-04-28 | Merge m5.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-04-28 | Added byteswapping code | Gabe Black |
2006-04-24 | Mostly done with all device models for new memory system. Still need to get t... | Ali Saidi |
2006-04-18 | Merge m5.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-04-18 | Fixes to SPARC syscall emulation mode. | Gabe Black |
2006-04-17 | change packet: reset() to resetMin() resetAll() which reset the minium | Ali Saidi |
2006-04-14 | Quick fix for the CPU not printing out the right address upon re-execution of... | Kevin Lim |
2006-04-12 | fs now gets to the point where it would really like a filesystem. | Ali Saidi |
2006-04-11 | change how much of the param string is copied into the kenel | Ali Saidi |
2006-04-11 | fullsys now builds and runs for about one cycle | Ali Saidi |
2006-04-10 | Merge zizzer:/bk/newmem | Korey Sewell |
2006-04-10 | Finally MIPS does hello world! | Korey Sewell |
2006-04-07 | Move to a model with a unified request object. | Ron Dreslinski |
2006-04-06 | Fixed for full system. | Gabe Black |
2006-04-06 | Merge m5.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-04-06 | Fixed up the isa description. Also added some capability to the isa_parser in... | Gabe Black |
2006-04-06 | Enable register windows. | Gabe Black |
2006-04-06 | fixes for new memory system | Ali Saidi |
2006-03-31 | Merge m5.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-03-31 | Fixes to SPARC for syscall emulation mode. | Gabe Black |
2006-03-30 | Add a functional port that is used to load the original binaries in FS | Ali Saidi |
2006-03-30 | Make TranslatingPort be a type of Port rather than something special | Ali Saidi |
2006-03-30 | Fixes for full system compiling. | Kevin Lim |
2006-03-26 | Add the bus and connector objects to scons | Ali Saidi |
2006-03-15 | infinitesimal small baby steps toward MIPS actually working | Korey Sewell |
2006-03-14 | Merge zizzer:/bk/newmem | Korey Sewell |
2006-03-14 | Minor Sconscript edit ... mips decoder changes ... initialize NNPC and output... | Korey Sewell |
2006-03-14 | Merge m5.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-03-14 | Changed the floating point register file into a class with appropriate access... | Gabe Black |
2006-03-13 | Have a copyRegs function defined in the ISA that copies registers from one Ex... | Kevin Lim |
2006-03-12 | Replace Memory with MemObject; no need for two different levels of hierarchy ... | Steve Reinhardt |
2006-03-12 | Get rid of validInstAddr() & validDataAddr(). | Steve Reinhardt |
2006-03-12 | Clean up "using" declarations. | Steve Reinhardt |
2006-03-12 | Merge zizzer:/bk/newmem | Korey Sewell |
2006-03-12 | MIPS is back to compiling and building now! | Korey Sewell |
2006-03-12 | Minor fix to fault message in SimpleCPU. | Steve Reinhardt |
2006-03-10 | Work towards factoring isa_traits.hh into smaller, more specialized files. | Gabe Black |
2006-03-10 | Merge m5.eecs.umich.edu:/bk/newmem | Gabe Black |