summaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)Author
2006-03-26Add the bus and connector objects to sconsAli Saidi
2006-03-15infinitesimal small baby steps toward MIPS actually workingKorey Sewell
2006-03-14Merge zizzer:/bk/newmemKorey Sewell
2006-03-14Minor Sconscript edit ... mips decoder changes ... initialize NNPC and output...Korey Sewell
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-13Have a copyRegs function defined in the ISA that copies registers from one Ex...Kevin Lim
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-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-12Minor fix to fault message in SimpleCPU.Steve Reinhardt
2006-03-10Work towards factoring isa_traits.hh into smaller, more specialized files.Gabe Black
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-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-08Include ability to copy all misc regs.Kevin Lim
2006-03-08Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-03-07Fixes for accesses to the 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-07Pushed ev5.hh out of the non-alpha code.Gabe Black
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
2006-03-04Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-03-03Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-03-03Changes to support automatic renaming of the shadow registers at decode time....Kevin Lim
2006-03-02Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-03-02Fix fault handling, dereferincing a null pointer is bad.Ali Saidi
2006-03-02Simple program runs with sendAtomic!Steve Reinhardt
2006-03-02More progress... run a few instructions now, but die on the secondSteve Reinhardt
2006-03-01More progress toward actually running a program.Steve Reinhardt
2006-03-01Merge zizzer:/bk/m5Ali Saidi
2006-03-01Cleaned up some of the Fault system.Gabe Black
2006-03-01Changed the name of the fault's invocation method from ev5_trap to invoke.Gabe Black
2006-03-01Used the Fault constructor to create Interrupt faults. Using the pointer dire...Gabe Black
2006-03-01moved ev5_trap fully into the fault class.Gabe Black
2006-02-28Add quiesceNs, quiesceTime, quiesceCycles, and m5panic pseudo ops.Ali Saidi
2006-02-28Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-02-28Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-02-28Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Gabe Black
2006-02-28Cleaned up and slightly reorganized the Fault class heirarchy.Gabe Black