summaryrefslogtreecommitdiff
path: root/cpu/cpu_exec_context.hh
AgeCommit message (Expand)Author
2006-05-22New directory structure:Steve Reinhardt
2006-04-18Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-04-18Fixes to SPARC syscall emulation mode.Gabe Black
2006-04-07Move to a model with a unified request object.Ron Dreslinski
2006-04-06Fixed for full system.Gabe Black
2006-04-06Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-04-06Enable register windows.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-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