summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-22Change mcf to use smred inputs so it doesn't take two days to run in o3.Gabe Black
2007-04-22Make the floating point zero register special handling only apply for ALPHA.Gabe Black
2007-04-22Make the GSR into a renamed control register. It should be split into a renam...Gabe Black
2007-04-18Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemGabe Black
2007-04-18update the stuff that's removed from the SConscriptsNathan Binkert
2007-04-18Move the turbolaser python simobject stuff into theNathan Binkert
2007-04-18fix SIGUSR1 and SIGUSR2 by clearing the variables afterNathan Binkert
2007-04-17Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemGabe Black
2007-04-15Merge ktlim@zizzer:/bk/newmemKevin Lim
2007-04-15Update long test refs.Kevin Lim
2007-04-15Make an inner loop which pulls microops out of macroops. These aren't checked...Gabe Black
2007-04-15Add extra constructors to Alpha and MIPSGabe Black
2007-04-14Add support for microcode and pull out the special branch delay slot handling...Gabe Black
2007-04-14Make register indexes larger so they can actually hold all the legal values. ...Gabe Black
2007-04-14Make the fsr a serializing register. Other control registers probably need th...Gabe Black
2007-04-13Merge zizzer:/bk/newmemAli Saidi
2007-04-13take a first stab at the release notesAli Saidi
2007-04-13Adjust references to reflect differences without special delay slot handling....Gabe Black
2007-04-13Remove most of the special handling for delay slots since they have to be squ...Gabe Black
2007-04-12Completely re-work how the scons framework incorporates swigNathan Binkert
2007-04-12Don't allow Source to accept multiple arguments, lists,Nathan Binkert
2007-04-12Fix NextEthernetAddr.Nathan Binkert
2007-04-12Add a scons hack to force symlinks to the swig .i filesNathan Binkert
2007-04-11Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-04-11Make trying to execute macroops fail with a better error message.Gabe Black
2007-04-11Create a filter and a union to translate the SPARC instruction implementation...Gabe Black
2007-04-10Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-04-10Even if you don't want to fetch more bytes, make sure you handle a fault.Gabe Black
2007-04-10Include the new GenFault microop.Gabe Black
2007-04-10Reworked x86 a bitGabe Black
2007-04-10Updated for the new instruction stubs.Gabe Black
2007-04-10Changed some instruction names to be in all caps, and "implemented" move to t...Gabe Black
2007-04-10Added stub implementations of the x86 instructions categorized like they are ...Gabe Black
2007-04-10A new microop which generates a specified fault.Gabe Black
2007-04-10Added a class which lets you manipulate all the strings returned by the parse...Gabe Black
2007-04-10Fix up the base x86 fault object and create a fault to be generated by unimpl...Gabe Black
2007-04-10Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-04-10Fixed a compile error.Gabe Black
2007-04-09add code to whack the intel gbe model from the relase.... it's not tested and...Ali Saidi
2007-04-09Comment out the remote gdb object for SE mode.Gabe Black
2007-04-09Merge ktlim@zizzer:/bk/newmemKevin Lim
2007-04-09Fix bug when blocking due to no free registers.Kevin Lim
2007-04-09Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-04-09Added SPARC o3 insttest regression.Gabe Black
2007-04-09Added SPARC simple timing regression for insttestGabe Black
2007-04-09Make SPARC build o3 by default.Gabe Black
2007-04-09Accidentally didn't save when moving the specialization code out of here.Gabe Black
2007-04-08Take into account that the flattened integer register space is a different si...Gabe Black
2007-04-08Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-04-08Get the "hard" SPARC instructions working in o3. I don't like that the IsStor...Gabe Black