summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-08-30Change the cpu pointer in the InstRecord object to a thread context pointer.Gabe Black
2006-08-30Forgot some commasGabe Black
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-21Fix annulled unconditional branchesGabe Black
2006-08-21Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
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-18Update reference outputsSteve Reinhardt
2006-08-17Changes to build m5.fastSteve Reinhardt
2006-08-17add default range to PhysicalMemoryAli Saidi
2006-08-16Fix the caches not working in the regressionRon Dreslinski
2006-08-16DRAM Memory doesn't crash the simulator now.. still untested.Ali Saidi
2006-08-16Merge zizzer:/bk/newmemAli Saidi
2006-08-16Fix Physical Memory to allow memory sizes bigger than 128MB.Ali Saidi
2006-08-16Minor regression fixes.Steve Reinhardt
2006-08-16Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-08-16Fixes for Kevins O3 model to work with the blocking caches.Ron Dreslinski
2006-08-16Fixes for blocking in the caches that needed to be pulledRon Dreslinski
2006-08-16Finish test clean-up & reorg.Steve Reinhardt
2006-08-16More restructuring of regression tests.Steve Reinhardt
2006-08-15Tweaks to Ali's changesGabe Black
2006-08-15Merge zizzer:/bk/newmemAli Saidi
2006-08-15fixes for gcc 4.1Ali Saidi
2006-08-15Pulled out changes to fix EIO programs with caches. Also fixes any translati...Ron Dreslinski
2006-08-15Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-08-15Some changes to support blocking in the cachesRon Dreslinski
2006-08-15Some touchup to the reorganized includes and "using" directives.Gabe Black
2006-08-15Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-08-15Cleaned up include files and got rid of many using directives in header files.Gabe Black
2006-08-15Fixed ALPHA_FS by moving the remnants of isa_fullsys_traits.hh into arch/alph...Gabe Black
2006-08-14Fix up doxygen.Steve Reinhardt
2006-08-14Changed the size parameter from int to int64_tGabe Black
2006-08-11Started to add support for O3 for sparc.Gabe Black
2006-08-11Changed the compiler guards to say SPARCGabe Black
2006-08-11Added code to support setting up all of the auxillieary vectors configured by...Gabe Black
2006-08-11#include of iostream needed.Gabe Black