summaryrefslogtreecommitdiff
path: root/src/arch/mips/isa
AgeCommit message (Expand)Author
2007-11-15fix MIPS headersKorey Sewell
2007-11-15Get MIPS simple regression working. Take out unecessary functions "setShadowS...Korey Sewell
2007-11-14Get MIPS_SE actually working again by actually by fixing TLB stuff and runnin...Korey Sewell
2007-11-13Add in files from merge-bare-iron, get them compiling in FS and SE modeKorey Sewell
2007-10-31String constant const-ness changes to placate g++ 4.2.Steve Reinhardt
2007-08-01MIPS: Cleaned up includes to break loops, and got rid of isa_traits.ccGabe Black
2007-07-31Add a flag to indicate an instruction triggers a syscall in SE mode.Gabe Black
2007-06-29fix store instructions, pass fast/quick Atomic/TimingSimpleCPU regressions...Korey Sewell
2007-06-28o3cpu build for mipsKorey Sewell
2007-06-22mips import pt. 1Korey Sewell
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2007-02-13Update MIPS ISA description to work with new write result interfaceSteve Reinhardt
2007-02-13fix compiling problemsAli Saidi
2007-01-25Fixed a warning that was breaking compilation.Gabe Black
2006-12-17Minor cleanup of new snippet/subst code.Steve Reinhardt
2006-12-17Convert Alpha (and finish converting MIPS) to newSteve Reinhardt
2006-12-17Started removing "CodeBlock" objects from the mips isa description.Gabe Black
2006-12-12Rename the StaticInst-based (read|set)(Int|Float)Reg methods to (read|set)(In...Steve Reinhardt
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-10-19refactor code for the packet, get rid of packet_impl.hhNathan Binkert
2006-08-15fixes for gcc 4.1Ali Saidi
2006-08-15Cleaned up include files and got rid of many using directives in header files.Gabe Black
2006-07-26MIPS ISA runs 'hello world' in O3CPU ...Korey Sewell
2006-07-23This changeset gets the MIPS ISA pretty much working in the O3CPU. It builds,...Korey Sewell
2006-07-06more steps toward O3 SMTKorey Sewell
2006-06-15Mips Code Cleanup:Korey Sewell
2006-06-14add cycle to exit messageKorey Sewell
2006-06-14-luxc1 fixKorey Sewell
2006-06-11next round of MIPS ISA changesKorey Sewell
2006-06-11Edit Fetch DPRINT in simple CPUKorey Sewell
2006-06-09Authorship stuffKorey Sewell
2006-06-09add fcntl64FuncKorey Sewell
2006-06-09Merging in a month of changesKorey Sewell
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-28Remove authors from copyright.Ali Saidi
2006-05-22New directory structure:Steve Reinhardt