summaryrefslogtreecommitdiff
path: root/src/cpu
AgeCommit message (Expand)Author
2006-06-25Make OzoneCPU work again in SE/FS.Kevin Lim
2006-06-22Checker related updates.Kevin Lim
2006-06-22Changes to get OzoneCPU to compile once more.Kevin Lim
2006-06-22Change ThreadState constructor ordering to match the rest of the ThreadStates.Kevin Lim
2006-06-22Misc fixes.Kevin Lim
2006-06-22Split Checker up properly into templated and non-templated definitions.Kevin Lim
2006-06-22Fix to have the static inst exec sigs also dependent on the CPU models used.Kevin Lim
2006-06-17Minor updates.Kevin Lim
2006-06-17Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-17Fix up code to be able to use the Checker.Kevin Lim
2006-06-17Split off instantiation into separate CC files for each of the models. This ...Kevin Lim
2006-06-17remove byte_swap.hh since it's not usedAli Saidi
2006-06-17Minor fixes in comments.Steve Reinhardt
2006-06-16Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-16Reorganization to move FuncUnit, FUDesc, and OpDesc out of the encumbered dir...Kevin Lim
2006-06-16Add in exec_context.hh, which is a file for documentation purposes only. It ...Kevin Lim
2006-06-16Miscellaneous minor fixes.Kevin Lim
2006-06-16Two updates that got combined into one ChangeSet accidentally. They're both ...Kevin Lim
2006-06-16Checker updates.Kevin Lim
2006-06-15Initial changes to allowed DetailedCPU to work with other architectures (i.e....Korey Sewell
2006-06-14Merge zizzer:/bk/newmemKorey Sewell
2006-06-14Minor code cleanup of BaseDynInst.Kevin Lim
2006-06-13Minor updates for stats.Kevin Lim
2006-06-13Merge zizzer:/bk/newmemKorey Sewell
2006-06-13Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-13Compile fix.Kevin Lim
2006-06-12Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-12Fixes for checker. The RC/RS instructions check the interrupt flag, which is...Kevin Lim
2006-06-12Fix output messages.Kevin Lim
2006-06-12Clean up/shift some code around.Kevin Lim
2006-06-12Merge zizzer:/bk/newmemKorey Sewell
2006-06-12Merge fixes to make full system compile and run.Kevin Lim
2006-06-12Removed syscall function from thread_context.hh. ThreadContext is the interf...Kevin Lim
2006-06-12Merge zizzer:/bk/newmemKorey Sewell
2006-06-11Merge iceaxe.:/Volumes/work/research/m5/headNathan Binkert
2006-06-11Fix compiling for SPARC_SE:Ali Saidi
2006-06-11Merge zizzer:/bk/newmemKorey Sewell
2006-06-11Edit Fetch DPRINT in simple CPUKorey Sewell
2006-06-09Merge vm1.(none):/home/stever/bk/newmemSteve Reinhardt
2006-06-09Move main control from C++ into Python.Steve Reinhardt
2006-06-09Two minor fixes.Kevin Lim
2006-06-09Removing of old code and adding in new comments.Kevin Lim
2006-06-09Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-09Allow for fetch to retry access if the sendTiming call fails.Kevin Lim
2006-06-09Fix allocating requests twice on retries.Kevin Lim
2006-06-09Remove obsolete stuff.Kevin Lim
2006-06-09Fixes for some outstanding issues in the LSQ. It should now be able to retry...Kevin Lim
2006-06-08add write/read functions that have endian conversions in themAli Saidi
2006-06-08Tell checker that an instruction is completed prior once it does the access t...Kevin Lim
2006-06-08Creation of translating port pushed off to CPU.Kevin Lim