Age | Commit message (Expand) | Author |
2006-03-16 | Merge zizzer:/bk/newmem | Korey Sewell |
2006-03-16 | Found and fixed 3 decoder.isa bugs!!! Now the hello_world program runs for a ... | Korey Sewell |
2006-03-16 | Add warning for ignored loadable ELF segments. | Steve Reinhardt |
2006-03-15 | infinitesimal small baby steps toward MIPS actually working | Korey Sewell |
2006-03-14 | Merge m5.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-03-14 | Changed the floating point register file into a class with appropriate access... | Gabe Black |
2006-03-12 | Get rid of "Functional" suffix from (read|write)(Blob|String) functions. | Steve Reinhardt |
2006-03-10 | Work towards factoring isa_traits.hh into smaller, more specialized files. | Gabe Black |
2006-03-09 | SimpleCPU compiles with merge. | Gabe Black |
2006-03-09 | Hand merge. Stuff probably doesn't compile. | Gabe Black |
2006-03-09 | Merge zizzer:/bk/multiarch | Ali Saidi |
2006-03-09 | no more common syscall emulation, now common for everyone | Ali Saidi |
2006-03-08 | Merge ktlim@zizzer:/bk/m5 | Kevin Lim |
2006-03-07 | The a.out and ecoff object file formats will only be supported on Alpha for now. | Gabe Black |
2006-03-05 | Merge ktlim@zizzer:/bk/m5 | Kevin Lim |
2006-03-04 | Steps towards setting up the infrastructure to allow the new CPU model to wor... | Kevin Lim |
2006-03-04 | Merge ktlim@zizzer:/bk/m5 | Kevin Lim |
2006-03-04 | we REALLY don't want to use system headers for libelf... | Ali Saidi |
2006-03-04 | Filled out the object file loader so it can load object files for several OSs... | Gabe Black |
2006-03-03 | Changes to support automatic renaming of the shadow registers at decode time.... | Kevin Lim |
2006-03-02 | Simple program runs with sendAtomic! | Steve Reinhardt |
2006-03-02 | More progress... run a few instructions now, but die on the second | Steve Reinhardt |
2006-03-01 | More progress toward actually running a program. | Steve Reinhardt |
2006-02-28 | Merge ktlim@zizzer:/bk/m5 | Kevin Lim |
2006-02-27 | Changes to put all the misc regs within the misc reg file. This includes the... | Kevin Lim |
2006-02-27 | Changed targetarch to just arch. | Gabe Black |
2006-02-24 | Changed Fault from a FaultBase * to a RefCountingPtr, added "new"s where appr... | Gabe Black |
2006-02-23 | Update functional memory to have a response event | Ron Dreslinski |
2006-02-21 | Made Addr a global type | Gabe Black |
2006-02-20 | Make loaders use translation port instead of proxy memory. | Ron Dreslinski |
2006-02-19 | Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names... | Gabe Black |
2006-02-15 | More progress toward compiling... partly by | Steve Reinhardt |
2006-02-12 | Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, ... | Gabe Black |
2006-02-10 | fix problems on darwin/*BSD for syscall emulation mode | Ali Saidi |
2006-02-08 | Replace ad-hoc or locally defined power-of-2 tests | Steve Reinhardt |
2005-12-23 | Add ChunkGenerator object for breaking arbitrary regions | Steve Reinhardt |
2005-12-23 | Fix roundUp function template so explicit arg is not | Steve Reinhardt |
2005-12-23 | Change base/intmath.{cc,hh} to follow m5 style. | Steve Reinhardt |
2005-11-28 | Make the debugger a bit more useful with m5.opt by moving stuff | Nathan Binkert |
2005-11-20 | Serialize the symbol tables | Nathan Binkert |
2005-11-20 | better placement of database commits | Nathan Binkert |
2005-11-11 | Update random come to always have explict min/max | Ali Saidi |
2005-11-10 | Syscall DPRINTF and warning cleanup. | Steve Reinhardt |
2005-11-02 | I left a printf in on accident. | Ali Saidi |
2005-11-02 | Don't bother putting distributions in the DB, they aren't really | Ali Saidi |
2005-11-02 | Add ability to slightly perturb latency of ethernet/memory | Ali Saidi |
2005-10-18 | Add new function profiling stuff, wrap the pc_sample stuff into it. | Nathan Binkert |
2005-10-12 | Clean up symbol table access functions and make it | Nathan Binkert |
2005-10-12 | Make it easier to attach the remote debugger. | Nathan Binkert |
2005-09-24 | Add functions to System object to set up function-based events, | Steve Reinhardt |