summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)Author
2006-04-14These fixes now allow all of the 20 mips tests to work properly!Korey Sewell
2006-04-13Move RLIMIT constants to OS/ISA specific files instead of generic OS containe...Korey Sewell
2006-04-13Changes that get rid of the OSFlags and derive a new class of this format <ar...Korey Sewell
2006-04-12add OSFlags struct to AlphaISA/MipsISA namespace. The OS classes then use the...Korey Sewell
2006-04-10edit to test_mips config fileKorey Sewell
2006-04-10so I guess the IntRegFile class is needed after all!Korey Sewell
2006-04-10Merge zizzer:/bk/newmemKorey Sewell
2006-04-10Finally MIPS does hello world!Korey Sewell
2006-04-06Merge zizzer:/bk/newmemAli Saidi
2006-04-06added unimp faultsAli Saidi
2006-04-06Enable register windows.Gabe Black
2006-03-28Use op_decl instead of op_src_decl + op_dest_decl in .isa templates.Steve Reinhardt
2006-03-28Make .isa-file ##include file paths relative to including file.Steve Reinhardt
2006-03-19support for unaligned memory accessKorey Sewell
2006-03-18more syscall fixesKorey Sewell
2006-03-18steps toward making syscalls workKorey Sewell
2006-03-16fix to LiveProcess (this change got deleted somehow)Korey Sewell
2006-03-16Found and fixed 3 decoder.isa bugs!!! Now the hello_world program runs for a ...Korey Sewell
2006-03-15Merge zizzer:/bk/newmemKorey Sewell
2006-03-15add translations for new sections that are mmapped or when the brkAli Saidi
2006-03-15infinitesimal small baby steps toward MIPS actually workingKorey Sewell
2006-03-14Minor Sconscript edit ... mips decoder changes ... initialize NNPC and output...Korey Sewell
2006-03-12Clean up arch/*/process.hh includes and std namespace issues.Steve Reinhardt
2006-03-12MIPS is back to compiling and building now!Korey Sewell
2006-03-09last changes before big mergeKorey Sewell
2006-03-09minor comments to decoder.isaKorey Sewell
2006-03-08add explicit support for nop,ssnop, and ehb instructionsKorey Sewell
2006-03-08Update MiscReg enum and miscRegFile definitionKorey Sewell
2006-03-08updated MIPS ISA files .... all files should be able to compile/build with MI...Korey Sewell
2006-03-04Filled out the object file loader so it can load object files for several OSs...Gabe Black
2006-02-24Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Steve Reinhardt
2006-02-23Create a Builder object for .isa files in arch/SConscript.Steve Reinhardt
2006-02-22make sure alpha still compiles , rename files back to original naming ...Korey Sewell
2006-02-22MIPS Compiles scons/MIPS_SE/arch/mips/decoder.do!!!!!!Korey Sewell
2006-02-21Merge zizzer:/bk/multiarchKorey Sewell
2006-02-21Renaming alpha files and changing some MIPS stuff to be more like Alpha versionKorey Sewell
2006-02-21Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old...Gabe Black
2006-02-20make MIPS specificKorey Sewell
2006-02-20load/store instruction format ... now generates load/store codeKorey Sewell
2006-02-20Support for All Jump Instructions ...Korey Sewell
2006-02-18Support NNPC and branch instructions ... Outputs to decoder.cc correctlyKorey Sewell
2006-02-18changes from mergedmemKorey Sewell
2006-02-18use string name to figure out if we have a "AndLink" instructionKorey Sewell
2006-02-18MIPS generates ISA code through scons '.../decoder.cc'!!!Korey Sewell
2006-02-16Get ISA parser to at least include all the ISA correctly ... crashes with "No...Korey Sewell
2006-02-16file name changes ... minor ISA changesKorey Sewell
2006-02-15...Korey Sewell
2006-02-14Merge zizzer:/bk/multiarchKorey Sewell
2006-02-14another big step to a parsable ISA ... no errors after I used a symbolic link...Korey Sewell
2006-02-14trying to get ISA to parse correctly ...Korey Sewell