Age | Commit message (Expand) | Author |
2007-05-27 | Move SimObject python files alongside the C++ and fix | Nathan Binkert |
2007-05-21 | Change getDeviceAddressRanges to use bool for snoop arg. | Steve Reinhardt |
2007-05-20 | Add new EventWrapper constructor that takes a Tick value | Steve Reinhardt |
2007-05-07 | the bridge never returns false when recvTiming() is called on its ports now, ... | Ali Saidi |
2007-04-16 | Fixes for splash, may conflict with Korey's SMT work and doesn't support 03cp... | Ron Dreslinski |
2007-04-10 | Even if you don't want to fetch more bytes, make sure you handle a fault. | Gabe Black |
2007-03-16 | Fix ALPHA_FS compile. The MachInst -> StaticInstPtr constructor is no longer ... | Gabe Black |
2007-03-15 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-15 | Make the predecoder an object with it's own switched header file. Start addin... | Gabe Black |
2007-03-13 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-13 | Replaced makeExtMI with predecode. | Gabe Black |
2007-03-13 | fix interrupting during a quisce on sparc | Ali Saidi |
2007-03-11 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-11 | Make sttw and sttwa use the twin memory operations. | Gabe Black |
2007-03-10 | Rework the way SCons recurses into subdirectories, making it | Nathan Binkert |
2007-03-10 | I thought this code got deleted, but since it hasn't I've moved it to a place... | Ali Saidi |
2007-03-09 | Two fixes: | Kevin Lim |
2007-03-07 | I missed a couple of WithEffects, this should do it | Ali Saidi |
2007-03-07 | *MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg | Ali Saidi |
2007-03-05 | Add x86 version of call to "decode" | Gabe Black |
2007-03-02 | make ldtw(a) -- Twin 32 bit load work correctly -- by doing it the same way a... | Ali Saidi |
2007-02-12 | some forgotten commits | Ali Saidi |
2007-02-12 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-02-12 | rename store conditional stuff as extra data so it can be used for conditiona... | Ali Saidi |
2007-02-12 | Merge zizzer.eecs.umich.edu:/bk/newmem | Steve Reinhardt |
2007-02-12 | Move store conditional result checking from SimpleAtomicCpu write | Steve Reinhardt |
2007-02-10 | Clean up tracing stuff more, get rid of the trace log since | Nathan Binkert |
2007-02-07 | Make memory commands dense again to avoid cache stat table explosion. | Steve Reinhardt |
2007-01-27 | Merge zizzer:/bk/newmem | Gabe Black |
2007-01-26 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-01-26 | Merge zeep.pool:/z/saidi/work/m5.newmem | Ali Saidi |
2007-01-26 | make our code a little more standards compliant | Ali Saidi |
2007-01-26 | Merge zizzer:/bk/newmem | Lisa Hsu |
2007-01-26 | eliminate cpu checkInterrupts bool, it is redundant and unnecessary. | Lisa Hsu |
2007-01-25 | fix smul and sdiv to sign extend, and handle overflow/underflow corretly | Ali Saidi |
2007-01-22 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-01-16 | In the case that we generate a fault (e.g. a tlb miss) on a microcoded instru... | Ali Saidi |
2007-01-16 | Modify ISA and staticInst to support a IsFirstMicroOp flag | Ali Saidi |
2006-12-20 | Initial work to make remote gdb available in SE mode. This is completely unte... | Gabe Black |
2006-12-16 | Merge zizzer:/bk/newmem | Gabe Black |
2006-12-16 | Changes to the isa_parser and affected files to fix an indexing problem with ... | Gabe Black |
2006-12-15 | little fixes i noticed while searching for reason for address range issues (b... | Lisa Hsu |
2006-12-12 | Merge zizzer:/bk/newmem | Lisa Hsu |
2006-12-12 | Rename the StaticInst-based (read|set)(Int|Float)Reg methods to (read|set)(In... | Steve Reinhardt |
2006-12-04 | More changes to get SPARC fs closer. Now at 1.2M cycles before difference | Ali Saidi |
2006-11-29 | Merge zizzer:/bk/newmem | Ali Saidi |
2006-11-29 | Add support for mmapped iprs to atomic cpu | Ali Saidi |
2006-11-29 | Change the connecting of the physPort and virtPort to the memory object below... | Kevin Lim |
2006-11-17 | Make an initialization pass for the thread context and set the [phys,virt]Por... | Ron Dreslinski |
2006-11-14 | Merge zizzer:/bk/newmem | Ron Dreslinski |