summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-12-07Compilation fixesGabe Black
2006-12-07Fix for squashing during a serializing instruction.Gabe Black
2006-12-07Make branches handle the lack of a symbol table or the lack of a symbol grace...Gabe Black
2006-12-07Change how Page Faults work in SPARC. It now prints the faulting address, and...Gabe Black
2006-12-06Use the renamed register index, rather than the flattened one.Gabe Black
2006-12-06Got rid of some typedefs and moved the tlbs into the base o3 cpu.Gabe Black
2006-12-06Use the setSyscallReturn defined in arch rather than duplicating it here.Gabe Black
2006-12-06Moved the RegIdx arrays to the base dyninst.Gabe Black
2006-12-06Got rid of some typedefs, moved the tlbs to the base o3 cpu, and called the a...Gabe Black
2006-12-06Made the alpha setSyscallReturn take a ThreadContext pointer instead of a Reg...Gabe Black
2006-12-06Added a flattenIntIndex function for Alpha.Gabe Black
2006-12-06Merge zizzer:/bk/newmemGabe Black
2006-12-06Added a DPRINTF to print out the actual value pulled from memory.Gabe Black
2006-12-06Flattening and syscallReturn fixesGabe Black
2006-12-06Don't panic, but this needs to be fixed.Gabe Black
2006-12-06Make syscalls flatten their register indices, and also call into the ISA's se...Gabe Black
2006-12-06Change rename to rename the flattened register index instead of the architect...Gabe Black
2006-12-06Added in endianness conversion on memory accesses as the data goes out. This ...Gabe Black
2006-12-06Change how optional delay slot instructions are detected and squashed.Gabe Black
2006-12-06Get rid of some typedefs which were hardly used, and move some stuff back her...Gabe Black
2006-12-06Change to use -return_value.value like other implementations.Gabe Black
2006-12-06Some changes for misc regs which were changed into unofficial integer registe...Gabe Black
2006-12-06Reorganize the includes and add an include for misc.hh.Gabe Black
2006-12-06Added some debug output, and made sure not to accidentally ask for the result...Gabe Black
2006-12-06Some basic fix ups, and CWP is no longer set explicitly.Gabe Black
2006-12-06Changed the integer register file to work with flattened indices.Gabe Black
2006-12-06Change MIPS's setSyscallReturn to use a thread context.Gabe Black
2006-12-06Added basic flatten function for mips.Gabe Black
2006-12-05Move the SyscallReturn class into sim/syscallreturn.hh. Also move some miscre...Gabe Black
2006-12-02Fixes for MIPS_SE compiling. Regressions seem to work, but Korey should make...Kevin Lim
2006-11-29Change the connecting of the physPort and virtPort to the memory object below...Kevin Lim
2006-11-28Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-11-28Remove assertion. It's not needed and messes up writebacks when a 2 level ca...Kevin Lim
2006-11-27Add TRACING_ON setting for m5.prof.Steve Reinhardt
2006-11-24Initial changes to get O3 working with SPARCGabe Black
2006-11-24Merge zower:/eecshome/m5/newmemGabe Black
2006-11-24Merge zizzer:/bk/newmemGabe Black
2006-11-24Rename this function.Gabe Black
2006-11-24Fix weird type modifier.Gabe Black
2006-11-24Fix an include problem.Gabe Black
2006-11-24Add no-op versions of ivlb and ivle back in for backwards compatibility.Steve Reinhardt
2006-11-23Use the right constant.Gabe Black
2006-11-23Fixes to the isa description.Gabe Black
2006-11-22Moved some constants from isa_traits.hh to the reg file headers.Gabe Black
2006-11-22Added a parameter to set memory to zero. This is to support Legion, and once ...Gabe Black
2006-11-22Do a functional access to levels above on a read as a temporary solution for ...Ron Dreslinski
2006-11-22Merge zizzer:/bk/sparcfsGabe Black
2006-11-20Fix an assert to correctly make sure a request falls entirely inside a memory.Gabe Black
2006-11-20Add in checks of more Legion based state, and put in more sophisticated forma...Gabe Black
2006-11-20Make sure only real bits of pstate can be set.Gabe Black