summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-22Update the python file for the CPU.Kevin Lim
2006-04-22Updates for OzoneCPU.Kevin Lim
2006-04-22Updates for O3 model.Kevin Lim
2006-04-22Namespace fix.Kevin Lim
2006-04-22Move quiesce event to its own class.Kevin Lim
2006-04-22Move TLB faults into the normal fault classes. Now they are executed when th...Kevin Lim
2006-03-29Fix indentationRon Dreslinski
2006-03-29Fix for prefetching check with blocking buffers. Need to look into support f...Ron Dreslinski
2006-03-29Add some basic statistics to the disk modelRon Dreslinski
2006-03-28Make the .mpy file a .py file and convert it to the form recognized now.Ron Dreslinski
2006-03-27Add the detailed DRAM model into M5. See the /mem/timing/DRAM_M5.txt for dis...Ron Dreslinski
2006-03-23Add support in the fullsys script to run the POVray benchmark.Ron Dreslinski
2006-03-16Don't forget to check in the needed header file for the conditional prefetch ...Ron Dreslinski
2006-03-15Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2006-03-15Add support for conditional compiling in of prefetchers.Ron Dreslinski
2006-03-15Don't access init_regs directly. This does not affect newmem; Steve already ...Kevin Lim
2006-03-14Remove unneeded header files.Ron Dreslinski
2006-03-12Get rid of obsolete header that had only one declaration ofSteve Reinhardt
2006-03-10Wrapped setSysCallReturn in !FULL_SYSTEM.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
2006-03-07Fixes to allow the ExecContext to be used for profiling.Kevin Lim
2006-03-07Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-03-07Updates for the quiesceEvent that was added to the XC.Kevin Lim
2006-03-07Corrected a mispelling of "unimplemented".Gabe Black
2006-03-07Pushed ev5.hh out of the non-alpha code.Gabe Black
2006-03-07The a.out and ecoff object file formats will only be supported on Alpha for now.Gabe Black
2006-03-07Got rid of some commented out code.Gabe Black
2006-03-07Fixed up some issues to be more compilable.Gabe Black
2006-03-07Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-03-07Changed the include paths to take advantage of the os specific directories.Gabe Black
2006-03-07Clean up of the SPARC isa_traits. This still doesn't compile, but it's closer.Gabe Black