summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2006-08-11Changed the compiler guards to say SPARCGabe Black
2006-08-11Added code to support setting up all of the auxillieary vectors configured by...Gabe Black
2006-08-11Adjusted the decoder a little.Gabe Black
2006-08-11Started adding a system to output data after every instruction.Gabe Black
2006-08-11Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...Gabe Black
2006-07-26MIPS ISA runs 'hello world' in O3CPU ...Korey Sewell
2006-07-26Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-07-26Added alot of fp instructions, and some impdep instructions.Gabe Black
2006-07-26Now ignore sigactionGabe Black
2006-07-23Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemKorey Sewell
2006-07-23This changeset gets the MIPS ISA pretty much working in the O3CPU. It builds,...Korey Sewell
2006-07-22Fixed subtract with carry, and started some work with floating point.Gabe Black
2006-07-20Fixed a glitch in the disassembly output.Gabe Black
2006-07-20Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-07-19Cleaned things up a little.Gabe Black
2006-07-18Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-07-14Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-07-14Fix the CheckerCPU being included via python.Kevin Lim
2006-07-14For now, halt context is the same as deallocating.Korey Sewell
2006-07-14MIPS specific fixes ... the main thing is that SMT threads get their own stac...Korey Sewell
2006-07-13add system.mem_mode = ['timing', 'atomic']Ali Saidi
2006-07-06Various serialization changes to make it possible for the O3CPU to checkpoint.Kevin Lim
2006-07-06more steps toward O3 SMTKorey Sewell
2006-06-27Make full CPU handle SE faultsAli Saidi
2006-06-26add syscall emulation page table fault so we can allocate more stack pagesAli Saidi
2006-06-17Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-17Fix up code to be able to use the Checker.Kevin Lim
2006-06-17Add myself to list of authorsNathan Binkert
2006-06-16Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-16Add in exec_context.hh, which is a file for documentation purposes only. It ...Kevin Lim
2006-06-15Mips Code Cleanup:Korey Sewell
2006-06-14add cycle to exit messageKorey Sewell
2006-06-14-luxc1 fixKorey Sewell
2006-06-14Merge zizzer:/bk/newmemKorey Sewell
2006-06-13Make syscalls serialize after instructions so they work properly on the new C...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 compile error.Kevin Lim
2006-06-12Fix memory leak.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-12Fix python binary name in arch/SConscript.Steve Reinhardt
2006-06-12Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-06-12Made isHyperPriv and isPriv protected member variables.Gabe Black
2006-06-11Merge zizzer.eecs.umich.edu:/bk/newmemNathan Binkert
2006-06-11Merge iceaxe.:/Volumes/work/research/m5/headNathan Binkert
2006-06-11Move LiveProcess::create() from arch-specific filesSteve Reinhardt
2006-06-11Remove Full System FilesKorey Sewell