summaryrefslogtreecommitdiff
path: root/src/cpu
AgeCommit message (Expand)Author
2006-12-07Compilation fixesGabe Black
2006-12-07Fix for squashing during a serializing instruction.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-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-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-24Initial changes to get O3 working with SPARCGabe Black
2006-11-23Use the right constant.Gabe Black
2006-11-22Merge zizzer:/bk/sparcfsGabe Black
2006-11-20Add in checks of more Legion based state, and put in more sophisticated forma...Gabe Black
2006-11-19Update Virtual and Physical ports.Kevin Lim
2006-11-17Make an initialization pass for the thread context and set the [phys,virt]Por...Ron Dreslinski
2006-11-16Merge zower.eecs.umich.edu:/home/gblack/m5/newmemmemopsGabe Black
2006-11-16Fixes for SPARC_FSGabe Black
2006-11-14Merge zizzer:/bk/newmemRon Dreslinski
2006-11-14Various fixes to delete packet and request a little better.Kevin Lim
2006-11-14Make cpu's capable of having a phase shiftRon Dreslinski
2006-11-13Changes needed for a bus from CPU->L1Ron Dreslinski
2006-11-13Make CPU models signal to update the snoop rangesRon Dreslinski
2006-11-13More interrupt reworking.Kevin Lim
2006-11-13Change warn to DPRINTF.Kevin Lim
2006-11-12Fix typo.Kevin Lim
2006-11-12Fix for regression failure.Kevin Lim
2006-11-12Merge ktlim@zamp:./local/clean/tmp/test-regressKevin Lim
2006-11-12Fix for non-FS compile.Kevin Lim
2006-11-12Updates to support new interrupt processing and removal of PcPAL.Kevin Lim
2006-11-11Get rid of the ParamContext for pseudo instructions and moveNathan Binkert
2006-11-11The Lock_Flag_DepTag went away earlier, and using TheISA gives the false impr...Gabe Black
2006-11-11Certain header files should only be used in FS.Gabe Black
2006-11-10Merge zizzer:/bk/newmemAli Saidi
2006-11-10fix endian issues with condition codesAli Saidi
2006-11-10Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-11-10Change up some warnings to DPRINTFs.Kevin Lim
2006-11-10Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-11-10Change exetrace code for working with my trace tool to use stream io rather t...Gabe Black
2006-11-09Get SPARC to the point that it starts running. Add ability to load the ROM bi...Ali Saidi
2006-11-09Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-11-09Draining fixes.Kevin Lim