Age | Commit message (Expand) | Author |
2006-02-21 | Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old... | Gabe Black |
2006-02-21 | Made Addr a global type | Gabe Black |
2006-02-19 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5 | Gabe Black |
2006-02-19 | Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names... | Gabe Black |
2006-02-19 | Merge zizzer:/bk/m5 | Ali Saidi |
2006-02-18 | Move Linux/Tru64 architecture independent code into kern/* | Ali Saidi |
2006-02-16 | Remove fake fault. | Kevin Lim |
2006-02-16 | Merge gblack@m5.eecs.umich.edu:/bk/multiarch | Gabe Black |
2006-02-16 | Changed the fault enum into a class, and fixed everything up to work with it.... | Gabe Black |
2006-02-15 | Merge zizzer:/bk/m5 | Ali Saidi |
2006-02-15 | endian fixes and compiles on mac os x | Ali Saidi |
2006-02-12 | Pseudo instructions are now passed whatever instructions they need by the dec... | Gabe Black |
2006-02-12 | Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, ... | Gabe Black |
2006-02-12 | Merge gblack@m5.eecs.umich.edu:/bk/multiarch | Gabe Black |
2006-02-12 | vptr.hh: | Gabe Black |
2006-02-11 | hello world works on a BE host for a LE guest | Ali Saidi |
2006-02-10 | confused an ifdef with an if | Ali Saidi |
2006-02-10 | fix problems on darwin/*BSD for syscall emulation mode | Ali Saidi |
2006-02-08 | Alot of changes to push towards ISA independence. Highlights are renaming of ... | Gabe Black |
2006-02-03 | byte_swap.hh was removed from arch/alpha/, and replaced by sim/byteswap.hh. T... | Gabe Black |
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-22 | Apply patch for syscall emulation provided by Antti Miettinen (apm@brigitte.d... | Kevin Lim |
2005-11-20 | Serialize the symbol tables | Nathan Binkert |
2005-11-20 | get rid of allSymtab | Nathan Binkert |
2005-11-10 | Actually free Process fd_map entries when a file is closed... | Steve Reinhardt |
2005-11-10 | Syscall DPRINTF and warning cleanup. | Steve Reinhardt |
2005-11-02 | Fix bug where simulation terminates same cycle as last stat dump causing a du... | Ali Saidi |
2005-10-18 | Add new function profiling stuff, wrap the pc_sample stuff into it. | Nathan Binkert |
2005-10-13 | Fix for g++ 4 warning... not sure why this is just popping up now. | Steve Reinhardt |
2005-10-01 | Add executable parameter to LiveProcess. This allows the argv[0] value to | Steve Reinhardt |
2005-09-24 | Add functions to System object to set up function-based events, | Steve Reinhardt |
2005-09-18 | fix the MAX_CHECKPOINTS stuff | Nathan Binkert |
2005-09-12 | fixes for gcc 4.0 | Ali Saidi |
2005-09-02 | Fixes to build with gcc 4.0. | Steve Reinhardt |
2005-09-01 | Convert type of max_time and progress_interval parameters | Steve Reinhardt |
2005-08-30 | Build options are set via a build_options file in the | Steve Reinhardt |
2005-08-15 | Changes for getting FreeBSD to run. | Miguel Serrano |
2005-06-30 | Fixes for cygwin compile. | Steve Reinhardt |
2005-06-29 | Easier remote debugging at boot time. | Nathan Binkert |
2005-06-29 | Allow CPUs to specify their own CPU ids. | Nathan Binkert |
2005-06-28 | Don't hard code the location of m5AlphaAccess. Instead, move the | Nathan Binkert |
2005-06-28 | Pass the location of the m5 console backdoor to the console | Nathan Binkert |
2005-06-27 | Update for console code reorganization | Nathan Binkert |
2005-06-22 | Move max_time and progress_interval parameters to the Root | Nathan Binkert |
2005-06-05 | Many files: | Steve Reinhardt |
2005-06-05 | move eio stuff to encumbered | Nathan Binkert |
2005-06-05 | Merge zizzer.eecs.umich.edu:/bk/m5 | Nathan Binkert |
2005-06-04 | Get rid of broken "long help" option. | Steve Reinhardt |