summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-02Updates to fix merge issues and bring almost everything up to working speed. ...Kevin Lim
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
2006-09-28Updates to Ozone CPU.Kevin Lim
2006-09-28Minor changes plus updates to O3.Kevin Lim
2006-09-18Add CoherenceProtocol object to objects list.Steve Reinhardt
2006-09-18add boiler plate intel nic codeAli Saidi
2006-09-17Adding what was tracedump but is now statetrace to the tree. Let me know if s...Gabe Black
2006-09-17Finished changing how stat structures are translated, fixed the handling of v...Gabe Black
2006-09-15Changes to correct stat behaviorGabe Black
2006-09-15Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-09-11Merge zizzer:/bk/newmemAli Saidi
2006-09-11add annotation code to m5Ali Saidi
2006-09-08Added cscope-find.py utility to generate file list for cscope.Steve Reinhardt
2006-09-08Add support for assigning lists of ports or proxies to VectorPorts.Steve Reinhardt
2006-09-07Update port numbers from new unproxy ordering.Steve Reinhardt
2006-09-06Try to make unproxy order more deterministic.Steve Reinhardt
2006-09-06Delete some output files that never should have beenSteve Reinhardt
2006-09-05Enable proxies (Self/Parent) for specifying ports.Steve Reinhardt
2006-09-05Update reference config.ini files to include port mappings.Steve Reinhardt
2006-09-05Print ports in config.ini as well.Steve Reinhardt
2006-09-04More Python hacking to deal with config.py splitSteve Reinhardt
2006-09-04Split config.py into multiple files.Steve Reinhardt
2006-09-04config.py:Steve Reinhardt
2006-09-03Made system calls use the uid, etc parameters from the live process.Gabe Black
2006-09-03Fix up the parameters to getInstRecordGabe Black
2006-09-03Make the ASI constants available to the decoder.Gabe Black
2006-09-03Make the auxiliary vectors use the uid, euid, gid and egid parameters from th...Gabe Black
2006-09-03Fixing up parameters of getInstRecordGabe Black
2006-09-03Added uid, euid, gid, egid, pid and ppid parameters to a live process.Gabe Black
2006-09-03A quick fix to isolate the tracing code to SPARCGabe Black
2006-09-02regress:Steve Reinhardt
2006-09-01Merge zizzer.eecs.umich.edu:/bk/newmemSteve Reinhardt
2006-09-01Get rid of extra stuff in util/regress only needed by cron job,Steve Reinhardt
2006-09-01Add o3-timing configuration for ALPHA_SE "Hello world" tests.Steve Reinhardt
2006-09-01diff-out:Steve Reinhardt
2006-09-01Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemSteve Reinhardt
2006-08-31Tweak proxy resolution error message.Steve Reinhardt
2006-08-31add ISA_HAS_DELAY_SLOT directive instead of "#if THE_ISA == ALPHA_ISA" throug...Korey Sewell
2006-08-30Move more common functionality into SimpleTimingPort,Steve Reinhardt
2006-08-30Change the cpu pointer in the InstRecord object to a thread context pointer.Gabe Black
2006-08-30Forgot some commasGabe Black
2006-08-30Minor include file & formatting cleanup.Steve Reinhardt
2006-08-29Add FULL_SYSTEM check to example/fs.py.Steve Reinhardt
2006-08-29Add missing cpu mem param to example/se.py.Steve Reinhardt
2006-08-29ASI constants.Gabe Black
2006-08-29Set both xcc.c and icc.c on return from a syscall.Gabe Black
2006-08-29Don't store if there's a fault.Gabe Black
2006-08-29Extended the reg delta output.Gabe Black
2006-08-29Fiddled with the floating point accessors.Gabe Black
2006-08-29Cleaned up floating point by removing unnecessary conversions and by implemen...Gabe Black