summaryrefslogtreecommitdiff
path: root/cpu/cpu_exec_context.cc
AgeCommit message (Expand)Author
2006-04-24Mostly done with all device models for new memory system. Still need to get t...Ali Saidi
2006-04-06Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-04-06Fixed up the isa description. Also added some capability to the isa_parser in...Gabe Black
2006-04-06fixes for new memory systemAli Saidi
2006-03-30Add a functional port that is used to load the original binaries in FSAli Saidi
2006-03-30Make TranslatingPort be a type of Port rather than something specialAli Saidi
2006-03-30Fixes for full system compiling.Kevin Lim
2006-03-13Have a copyRegs function defined in the ISA that copies registers from one Ex...Kevin Lim
2006-03-12MIPS is back to compiling and building now!Korey Sewell
2006-03-09SimpleCPU compiles with merge.Gabe Black
2006-03-09Hand merge. Stuff probably doesn't compile.Gabe Black
2006-03-08Include ability to copy all misc regs.Kevin Lim
2006-03-07Fixes to allow the ExecContext to be used for profiling.Kevin Lim
2006-03-07Updates for the quiesceEvent that was added to the XC.Kevin Lim
2006-03-05Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-03-04Steps towards setting up the infrastructure to allow the new CPU model to wor...Kevin Lim