summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-10-16Made sure the constructor for insts use ExtMachInst rather than MachInst, sin...Gabe Black
2006-10-15Added in missing portions of the stat structure copying function.Gabe Black
2006-10-15Started implementing microcode.Gabe Black
2006-10-15Added an execute function to the macro op so it can be instantiated.Gabe Black
2006-10-15Fix how additional template parameters are handled. Non string parameters are...Gabe Black
2006-10-12Changed the sign extension function from mine to the provided one. Mine relie...Gabe Black
2006-10-12Some support for handling block loads and stores and ASIs properly.Gabe Black
2006-10-12StaticInst support for microcodeGabe Black
2006-10-12The beginnings of an instruction format to deal with block loads and stores. ...Gabe Black
2006-10-12Some support for macro/micro instructions in SPARC.Gabe Black
2006-10-12Support for returning unimplemented instruction in the decoder, lifted from A...Gabe Black
2006-10-12Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-11Make default ID unique (not broadcast)Ron Dreslinski
2006-10-11Forgot to mark myself as on the retry listRon Dreslinski
2006-10-11Fix bus in FS mode.Ron Dreslinski
2006-10-11More cache fixes. Atomic coherence now works as well.Ron Dreslinski
2006-10-11Update for Atomic Coherece with Gabes busRon Dreslinski
2006-10-11Merge zizzer:/n/wexford/x/gblack/m5/newmem_busRon Dreslinski
2006-10-11Use bus response time paramteresRon Dreslinski
2006-10-11Don't call recvRetry if the bus is busy anyway. This takes care of a corner c...Gabe Black
2006-10-11Merge zizzer:/n/wexford/x/gblack/m5/newmem_busRon Dreslinski
2006-10-11Make the bus work if the other sides recvRetry doesn't call sendTiming for so...Gabe Black
2006-10-11When turning asserts into if's don't forget to invert.Ron Dreslinski
2006-10-11Writebacks can be pulled out from under the BusRequest when snoops of uprgade...Ron Dreslinski
2006-10-10Only issue responses if we aren;t already blockedRon Dreslinski
2006-10-10Merge zizzer:/n/wexford/x/gblack/m5/newmem_busRon Dreslinski
2006-10-10Make the bus is occupied for none broadcast packets as well.Gabe Black
2006-10-10Merge zizzer:/n/wexford/x/gblack/m5/newmem_busRon Dreslinski
2006-10-10Debugging infoRon Dreslinski
2006-10-10Put in an accounting mechanism and an assert to make sure something doesn't t...Gabe Black
2006-10-10Fixed a corner case and simplified the logic in Packet::intersect.Gabe Black
2006-10-10Merge zizzer:/n/wexford/x/gblack/m5/newmem_busRon Dreslinski
2006-10-10Some more code cleanupRon Dreslinski
2006-10-10Changed the bus to use a bool to keep track of retries rather than a pointerGabe Black
2006-10-10Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-10Fix some more mem leaks, still some leftRon Dreslinski
2006-10-10Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-10Fix cshr Retry'sRon Dreslinski
2006-10-10Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-10Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-10-10Yet another fix to the HasData command attribute.Ron Dreslinski
2006-10-10Actually set the HasData attribute on Read ResponsesRon Dreslinski
2006-10-10Fix another merge issueRon Dreslinski
2006-10-10Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-10-10Two minor fixes.Kevin Lim
2006-10-10Fix several bugs pertaining to upgrades/mem leaks.Ron Dreslinski
2006-10-10Fixed a bug where a packet was attempted to be sent even though another packe...Gabe Black
2006-10-09Fixes to the bus, and added fields to the packet.Gabe Black
2006-10-09Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-10-09Comment out code that messed up SMT (but will be needed eventually).Kevin Lim