Age | Commit message (Expand) | Author |
2006-10-23 | Files in base shouldn't depend on things in sim. Changed "sim/host.hh" to <in... | Gabe Black |
2006-10-23 | Start making memory ops work with InitiateAcc and CompleteAcc, and some minor... | Gabe Black |
2006-10-23 | Change the default constructors to take ExtMachInsts rather than regular Mach... | Gabe Black |
2006-10-20 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-20 | Construct a correct value of PYTHONHOME from the interpreter | Nathan Binkert |
2006-10-20 | Get rid of a variable put back by merge. | Ron Dreslinski |
2006-10-20 | Merge zizzer:/bk/newmem | Ron Dreslinski |
2006-10-20 | Use fixPacket function everywhere. | Ron Dreslinski |
2006-10-20 | Use PacketPtr everywhere | Nathan Binkert |
2006-10-19 | refactor code for the packet, get rid of packet_impl.hh | Nathan Binkert |
2006-10-19 | initialize end, clean up loop | Nathan Binkert |
2006-10-19 | Fix compile of m5.fast | Nathan Binkert |
2006-10-19 | Fix corner case on assertion. | Ron Dreslinski |
2006-10-19 | Fix memtester to use functional access, fix cache to work functionally now th... | Ron Dreslinski |
2006-10-19 | Small changes: | Ron Dreslinski |
2006-10-19 | Fixes to get single level uni-coherence to work. | Ron Dreslinski |
2006-10-19 | Merge zizzer:/bk/newmem | Ron Dreslinski |
2006-10-19 | Always get the functional access from the highest level of cache first. | Ron Dreslinski |
2006-10-19 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem | Steve Reinhardt |
2006-10-19 | Add "All" compund flag to enable all defined trace flags. | Steve Reinhardt |
2006-10-19 | Add new event priority for trace enable events so | Steve Reinhardt |
2006-10-19 | First cut at LL/SC support in caches (atomic mode only). | Steve Reinhardt |
2006-10-18 | Zeroed out the actual LSB in addition to moving it's original value the MSB. | Gabe Black |
2006-10-18 | Fixed up exetrace.cc to deal with microcode, and to made floating point regis... | Gabe Black |
2006-10-18 | Fixed a compiler error, disassembly output, and corrected the address calcula... | Gabe Black |
2006-10-18 | Fixed up ldblockf_p, implemented stdfa properly, and got rid of some old code. | Gabe Black |
2006-10-18 | how did i not commit this already? the other way doesn't seem to work, need ... | Lisa Hsu |
2006-10-18 | need some initializations before doing the loop. | Lisa Hsu |
2006-10-18 | only do this assert after you know you're not switched out or idle. | Lisa Hsu |
2006-10-18 | Fix WriteInvalidateResp | Ron Dreslinski |
2006-10-18 | Merge zizzer:/bk/newmem | Ron Dreslinski |
2006-10-18 | Break a lot of overly long lines. | Steve Reinhardt |
2006-10-18 | Get rid of doData() lines (were already commented out). | Steve Reinhardt |
2006-10-18 | Get rid of obsolete in-cache copy support. | Steve Reinhardt |
2006-10-17 | Include packet_impl.hh (need this on my laptop, | Steve Reinhardt |
2006-10-17 | Enable MP systems via cmd-line flag in fs.py. | Steve Reinhardt |
2006-10-17 | add code to serialize se structures. Lisa is working on the python side of th... | Ali Saidi |
2006-10-17 | Fixes for uni-coherence in timing mode for FS. | Ron Dreslinski |
2006-10-17 | Fixes to cache eliminating the assumption that the Packet is still valid afte... | Ron Dreslinski |
2006-10-17 | Properly chack the pkt pointer on upgrades to insure no segfaults when writeb... | Ron Dreslinski |
2006-10-17 | Fix it so that the cache does not assume to gave the packet it sent out via s... | Ron Dreslinski |
2006-10-17 | Merge zizzer:/bk/newmem | Ron Dreslinski |
2006-10-16 | Corrected the "Authors" line | Gabe Black |
2006-10-16 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-16 | Fix up microcode support. | Gabe Black |
2006-10-16 | Changed how floating point register numbers are decoded to fit with the spec. | Gabe Black |
2006-10-16 | Made sure the constructor for insts use ExtMachInst rather than MachInst, sin... | Gabe Black |
2006-10-15 | Added in missing portions of the stat structure copying function. | Gabe Black |
2006-10-15 | Started implementing microcode. | Gabe Black |
2006-10-15 | Added an execute function to the macro op so it can be instantiated. | Gabe Black |