Age | Commit message (Expand) | Author |
2007-05-09 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-05-09 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-05-09 | bit_val was being used directly in the statement in return. If type B had few... | Ali Saidi |
2007-05-08 | Fix insertBits so it doesn't shift things into oblivion | Gabe Black |
2007-05-08 | Add a hack to truncate addresses to 32 bits in SE. Paging should be changed t... | Gabe Black |
2007-05-07 | fix partial writes with a functional memory hack | Ali Saidi |
2007-05-01 | change the way dprintf works so the cache accesses required to fulfill the dp... | Ali Saidi |
2007-05-01 | fix flushAddr so it doesn't modify an iterator that has been deleted | Ali Saidi |
2007-05-01 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-05-01 | initialize lastTxInt to 0 | Ali Saidi |
2007-04-30 | always skip the debugprintf function (DebugPrintf traceflag shouldn't matter)... | Ali Saidi |
2007-04-30 | fix igbe bug | Ali Saidi |
2007-04-30 | fix console printing bug | Ali Saidi |
2007-04-30 | add the ability for the ethernet device to check if the link is busy | Ali Saidi |
2007-04-27 | gcc 4.1 claims that mem_data might be used uninitialized, | Nathan Binkert |
2007-04-26 | Remove extra delete that was causing segfault. | Kevin Lim |
2007-04-26 | Remove unnecessary check. | Kevin Lim |
2007-04-23 | Merge zizzer:/bk/newmem | Ron Dreslinski |
2007-04-23 | Merge zizzer.eecs.umich.edu:/n/wexford/x/gblack/m5/newmem-o3-spec | Gabe Black |
2007-04-23 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem | Gabe Black |
2007-04-22 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2007-04-22 | Use proper cycles for IPC and CPI equations. | Kevin Lim |
2007-04-22 | Make the floating point zero register special handling only apply for ALPHA. | Gabe Black |
2007-04-22 | Make the GSR into a renamed control register. It should be split into a renam... | Gabe Black |
2007-04-21 | fixes for solaris compile | Ali Saidi |
2007-04-21 | create base/fenv.c to standerdize fenv across platforms. It's a c file and no... | Ali Saidi |
2007-04-18 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem | Gabe Black |
2007-04-18 | Move the turbolaser python simobject stuff into the | Nathan Binkert |
2007-04-18 | fix SIGUSR1 and SIGUSR2 by clearing the variables after | Nathan Binkert |
2007-04-17 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem | Gabe Black |
2007-04-16 | Merge zizzer:/bk/newmem | Ron Dreslinski |
2007-04-16 | Fixes for splash, may conflict with Korey's SMT work and doesn't support 03cp... | Ron Dreslinski |
2007-04-15 | Make an inner loop which pulls microops out of macroops. These aren't checked... | Gabe Black |
2007-04-15 | Add extra constructors to Alpha and MIPS | Gabe Black |
2007-04-14 | Add support for microcode and pull out the special branch delay slot handling... | Gabe Black |
2007-04-14 | Make register indexes larger so they can actually hold all the legal values. ... | Gabe Black |
2007-04-14 | Make the fsr a serializing register. Other control registers probably need th... | Gabe Black |
2007-04-13 | Remove most of the special handling for delay slots since they have to be squ... | Gabe Black |
2007-04-12 | Completely re-work how the scons framework incorporates swig | Nathan Binkert |
2007-04-12 | Don't allow Source to accept multiple arguments, lists, | Nathan Binkert |
2007-04-12 | Fix NextEthernetAddr. | Nathan Binkert |
2007-04-12 | Add a scons hack to force symlinks to the swig .i files | Nathan Binkert |
2007-04-11 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-04-11 | Make trying to execute macroops fail with a better error message. | Gabe Black |
2007-04-11 | Create a filter and a union to translate the SPARC instruction implementation... | Gabe Black |
2007-04-10 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-04-10 | Even if you don't want to fetch more bytes, make sure you handle a fault. | Gabe Black |
2007-04-10 | Include the new GenFault microop. | Gabe Black |
2007-04-10 | Reworked x86 a bit | Gabe Black |
2007-04-10 | Changed some instruction names to be in all caps, and "implemented" move to t... | Gabe Black |