summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-15Merge zizzer:/bk/newmemKorey Sewell
2006-03-15implement the Tcc instruction to call syscall.Ali Saidi
2006-03-15add translations for new sections that are mmapped or when the brkAli Saidi
2006-03-15add mips simple test in config directoryKorey Sewell
2006-03-15infinitesimal small baby steps toward MIPS actually workingKorey Sewell
2006-03-14Merge zizzer:/bk/newmemKorey Sewell
2006-03-14Minor Sconscript edit ... mips decoder changes ... initialize NNPC and output...Korey Sewell
2006-03-14added *.swpGabe Black
2006-03-14Fixed up after a hand merge.Gabe Black
2006-03-14Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-03-14Moved registerfile.hh to regfile.hhGabe Black
2006-03-14Added the sparc regfile.hh to bitkeeperGabe Black
2006-03-14SPARC clean up towards compilability.Gabe Black
2006-03-14Missed this in the float register changeset.Gabe Black
2006-03-14Moved some full system functions into utility.hhGabe Black
2006-03-14Changed the floating point register file into a class with appropriate access...Gabe Black
2006-03-13Have a copyRegs function defined in the ISA that copies registers from one Ex...Kevin Lim
2006-03-12Add simple eio-based test.Steve Reinhardt
2006-03-12Oops, this goes with the previous changeset!Steve Reinhardt
2006-03-12Replace Memory with MemObject; no need for two different levels of hierarchy ...Steve Reinhardt
2006-03-12Get rid of "Functional" suffix from (read|write)(Blob|String) functions.Steve Reinhardt
2006-03-12Clean up arch/*/process.hh includes and std namespace issues.Steve Reinhardt
2006-03-12More memory system cleanup:Steve Reinhardt
2006-03-12Fix bk ignore paths for new build options directory structure.Steve Reinhardt
2006-03-12Get rid of validInstAddr() & validDataAddr().Steve Reinhardt
2006-03-12Add "using namespace TheISA" to syscall emulation functions so they pick up t...Steve Reinhardt
2006-03-12Clean up "using" declarations.Steve Reinhardt
2006-03-12Merge zizzer:/bk/newmemKorey Sewell
2006-03-12MIPS is back to compiling and building now!Korey Sewell
2006-03-12Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Steve Reinhardt
2006-03-12Get rid of obsolete header that had only one declaration ofSteve Reinhardt
2006-03-12Fix TranslatingPort access functions to:Steve Reinhardt
2006-03-12Minor fix to fault message in SimpleCPU.Steve Reinhardt
2006-03-12Fix EIO handling for new memory system.Steve Reinhardt
2006-03-11Tweak exit() message.Steve Reinhardt
2006-03-11Bump up NFS wait time in qdo (since this has been causingSteve Reinhardt
2006-03-11Added registerfile.hh and utility.hhGabe Black
2006-03-10Work towards factoring isa_traits.hh into smaller, more specialized files.Gabe Black
2006-03-10Moved MaxAddr.Gabe Black
2006-03-10Got rid of some dead code.Gabe Black
2006-03-10Moved some constants into constants.hhGabe Black
2006-03-10Got rid of unnecessary fault_addr function.Gabe Black
2006-03-10Got rid of forward declaration of RegFile and MiscRegFile, since they aren't ...Gabe Black
2006-03-10Pushed the InternalProcReg type into the MiscRegFile, so it's not needed here...Gabe Black
2006-03-10Added ev5.hh to files which should include it directly, now that it isn't inc...Gabe Black
2006-03-10Moved constants from isa_traits.hh into constants.hh.Gabe Black
2006-03-10Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-03-10It now runs hello world binary.Ron Dreslinski
2006-03-10Add getMemPort to exec context proxyRon Dreslinski
2006-03-10Put the InternalProcReg type into the MiscRegFile, which is the only place it...Gabe Black