summaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)Author
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
2006-02-27Changed ev5_trap from a function of the execution context to a function of th...Gabe Black
2006-02-27Got rid of the fault_addr function.Gabe Black
2006-02-27Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-02-27Changes to put all the misc regs within the misc reg file. This includes the...Kevin Lim
2006-02-27Renamed arch files to remove alpha prefix, and changed alpha_memory.hh and cc...Gabe Black
2006-02-27Changed targetarch to just arch.Gabe Black
2006-02-27Added isMachineCheckFault and isAlignmentFault virtual functions to the fault...Gabe Black
2006-02-27MachineCheckFaults and AlignmentFaults are now generated by the ISA, rather t...Gabe Black
2006-02-27Changed targetarch to arch for isa_traits.hh includeGabe Black
2006-02-27Where architecture independent sources included arch/alpha/xxx.hh, they were ...Gabe Black
2006-02-25Make sure cpu/static_inst_exec_sigs.hh get rebuilt whenSteve Reinhardt
2006-02-24Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-02-24Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Steve Reinhardt
2006-02-24Removed a stray ::.Gabe Black
2006-02-24Changed Fault from a FaultBase * to a RefCountingPtr, added "new"s where appr...Gabe Black
2006-02-23Add support for multiple ports on the memory. Hook up simple cpu to memory.Ron Dreslinski