summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-10Wrapped setSysCallReturn in !FULL_SYSTEM.Gabe Black
2006-03-10Compiles now (with CPU_MODELS=SimpleCPU), but hangsSteve Reinhardt
2006-03-09SimpleCPU compiles with merge.Gabe Black
2006-03-09Hand merge. Stuff probably doesn't compile.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-09Use functions to access XC.Kevin Lim
2006-03-09last changes before big mergeKorey Sewell
2006-03-09minor comments to decoder.isaKorey Sewell
2006-03-08Merge zizzer:/bk/multiarchKorey Sewell
2006-03-08add explicit support for nop,ssnop, and ehb instructionsKorey Sewell
2006-03-08Include ability to copy all misc regs.Kevin Lim
2006-03-08Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-03-08Forward declaration of MemoryController.Kevin Lim
2006-03-08Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-03-08Working towards compiling SPARC_SEGabe Black
2006-03-08Update MiscReg enum and miscRegFile definitionKorey Sewell
2006-03-08updated MIPS ISA files .... all files should be able to compile/build with MI...Korey Sewell
2006-03-07Use getProxy() instead of xcProxy; avoids confusion of where xcProxy must be ...Kevin Lim
2006-03-07Needs forward declaration of MemoryController.Kevin Lim
2006-03-07Fixes for accesses to the misc regs.Kevin Lim
2006-03-07Avoid accessing objects directly within the XC.Kevin Lim