summaryrefslogtreecommitdiff
path: root/cpu/cpu_exec_context.hh
AgeCommit message (Expand)Author
2006-03-14Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-03-14Changed the floating point register file into a class with appropriate access...Gabe Black
2006-03-12Replace Memory with MemObject; no need for two different levels of hierarchy ...Steve Reinhardt
2006-03-12Get rid of validInstAddr() & validDataAddr().Steve Reinhardt
2006-03-10Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-03-10Add getMemPort to exec context proxyRon Dreslinski
2006-03-10Eliminated TARGET_ALPHA, since THE_ISA provides the same function.Gabe Black
2006-03-09SimpleCPU compiles with merge.Gabe Black
2006-03-09Hand merge. Stuff probably doesn't compile.Gabe Black
2006-03-09Merge zizzer:/bk/multiarchAli Saidi
2006-03-09Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Gabe Black
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