summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-08-28Clean up BAR setting code.Steve Reinhardt
2006-08-28Get rid of unneeded union.Steve Reinhardt
2006-08-28Get rid of unused BARAddrs[] in PciConfigData object.Steve Reinhardt
2006-08-28Cleanup: formatting, comments, DPRINTFs.Steve Reinhardt
2006-08-28Fix remote gdb buffer overflow.Steve Reinhardt
2006-08-28Make address formats consistent in DPRINTFs.Steve Reinhardt
2006-08-28Fix command for new options processing.Steve Reinhardt
2006-08-28Add dup() support (from Antti Miettinen).Steve Reinhardt
2006-08-25Update for 2.0 beta 1 patch 1Steve Reinhardt
2006-08-25Update for new regression test structure.Steve Reinhardt
2006-08-24Updates to configs to support various sampling forms, truncated execution forms.Kevin Lim
2006-08-24Stats updates.Kevin Lim
2006-08-24Updated sampler stuff.Kevin Lim
2006-08-24Ozone updates.Kevin Lim
2006-08-24Support profiling.Kevin Lim
2006-08-24Switch out fixups for the CPUs.Kevin Lim
2006-08-24Update checker.Kevin Lim
2006-08-24Stats reset, profiling stuff.Kevin Lim
2006-08-24Update a few bogus reference outputsSteve Reinhardt
2006-08-23Support loading in a symbol file.Kevin Lim
2006-08-22Still need LL/SC support in cache, add hack to always return success for nowRon Dreslinski
2006-08-22Commiting a version of the multi-phase snoop atomic bus so people can see the...Ron Dreslinski
2006-08-22Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-08-22Update refs for tru64 with initialized cache statsRon Dreslinski
2006-08-21Fix annulled unconditional branchesGabe Black
2006-08-21Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-08-21SConstruct:Steve Reinhardt
2006-08-21Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-08-21Update REFs for statistics patch in cacheRon Dreslinski
2006-08-21Got rid of the aux_data array since it shouldn't have existed.Gabe Black
2006-08-21Fixed the parameters to memset. sizeof(regSegments[x]) may have been returnin...Gabe Black
2006-08-21Two bugs found by my tracing tool.Gabe Black
2006-08-21Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-08-21Changes so that time in the packet is actually set properly.Ron Dreslinski
2006-08-21fs.py:Steve Reinhardt
2006-08-20TEST_CPU_MODELS isn't used anymore.Steve Reinhardt
2006-08-20Add Alpha Linux version of "hello world" test.Steve Reinhardt