summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-05-09Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-05-09Merge zizzer:/bk/newmemAli Saidi
2007-05-09bit_val was being used directly in the statement in return. If type B had few...Ali Saidi
2007-05-08Fix insertBits so it doesn't shift things into oblivionGabe Black
2007-05-08Add a hack to truncate addresses to 32 bits in SE. Paging should be changed t...Gabe Black
2007-05-07fix partial writes with a functional memory hackAli Saidi
2007-05-01change the way dprintf works so the cache accesses required to fulfill the dp...Ali Saidi
2007-05-01fix flushAddr so it doesn't modify an iterator that has been deletedAli Saidi
2007-05-01Merge zizzer:/bk/newmemAli Saidi
2007-05-01initialize lastTxInt to 0Ali Saidi
2007-04-30always skip the debugprintf function (DebugPrintf traceflag shouldn't matter)...Ali Saidi
2007-04-30fix igbe bugAli Saidi
2007-04-30fix console printing bugAli Saidi
2007-04-30add the ability for the ethernet device to check if the link is busyAli Saidi
2007-04-27gcc 4.1 claims that mem_data might be used uninitialized,Nathan Binkert
2007-04-26Remove extra delete that was causing segfault.Kevin Lim
2007-04-26Remove unnecessary check.Kevin Lim
2007-04-23Merge zizzer:/bk/newmemRon Dreslinski
2007-04-23Merge zizzer.eecs.umich.edu:/n/wexford/x/gblack/m5/newmem-o3-specGabe Black
2007-04-23Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemGabe Black
2007-04-22Merge ktlim@zizzer:/bk/newmemKevin Lim
2007-04-22Use proper cycles for IPC and CPI equations.Kevin Lim
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-21fixes for solaris compileAli Saidi
2007-04-21create base/fenv.c to standerdize fenv across platforms. It's a c file and no...Ali Saidi
2007-04-18Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemGabe Black
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-16Merge zizzer:/bk/newmemRon Dreslinski
2007-04-16Fixes for splash, may conflict with Korey's SMT work and doesn't support 03cp...Ron Dreslinski
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-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-10Changed some instruction names to be in all caps, and "implemented" move to t...Gabe Black