Age | Commit message (Expand) | Author |
2006-12-06 | Got rid of some typedefs, moved the tlbs to the base o3 cpu, and called the a... | Gabe Black |
2006-12-06 | Made the alpha setSyscallReturn take a ThreadContext pointer instead of a Reg... | Gabe Black |
2006-12-06 | Added a flattenIntIndex function for Alpha. | Gabe Black |
2006-12-06 | Merge zizzer:/bk/newmem | Gabe Black |
2006-12-06 | Added a DPRINTF to print out the actual value pulled from memory. | Gabe Black |
2006-12-06 | Flattening and syscallReturn fixes | Gabe Black |
2006-12-06 | Don't panic, but this needs to be fixed. | Gabe Black |
2006-12-06 | Make syscalls flatten their register indices, and also call into the ISA's se... | Gabe Black |
2006-12-06 | Change rename to rename the flattened register index instead of the architect... | Gabe Black |
2006-12-06 | Added in endianness conversion on memory accesses as the data goes out. This ... | Gabe Black |
2006-12-06 | Change how optional delay slot instructions are detected and squashed. | Gabe Black |
2006-12-06 | Get rid of some typedefs which were hardly used, and move some stuff back her... | Gabe Black |
2006-12-06 | Change to use -return_value.value like other implementations. | Gabe Black |
2006-12-06 | Some changes for misc regs which were changed into unofficial integer registe... | Gabe Black |
2006-12-06 | Reorganize the includes and add an include for misc.hh. | Gabe Black |
2006-12-06 | Added some debug output, and made sure not to accidentally ask for the result... | Gabe Black |
2006-12-06 | Some basic fix ups, and CWP is no longer set explicitly. | Gabe Black |
2006-12-06 | Changed the integer register file to work with flattened indices. | Gabe Black |
2006-12-06 | Change MIPS's setSyscallReturn to use a thread context. | Gabe Black |
2006-12-06 | Added basic flatten function for mips. | Gabe Black |
2006-12-05 | Override default SConscript options and only build the SimpleCPUs. | Kevin Lim |
2006-12-05 | Move the SyscallReturn class into sim/syscallreturn.hh. Also move some miscre... | Gabe Black |
2006-12-04 | Merge zizzer.eecs.umich.edu:/bk/newmem | Steve Reinhardt |
2006-12-04 | Update SPEC CPU2000 tests with actual benchmark output. | Steve Reinhardt |
2006-12-04 | Only update stderr, stdout, m5stats.txt, and config.* on update_ref, | Steve Reinhardt |
2006-12-04 | Clean up SPEC CPU2000 reference files. | Steve Reinhardt |
2006-12-02 | Merge zizzer.eecs.umich.edu:/bk/newmem | Steve Reinhardt |
2006-12-03 | Delete src/oldmem. | Steve Reinhardt |
2006-12-02 | Merge zizzer.eecs.umich.edu:/bk/newmem | Steve Reinhardt |
2006-12-02 | Fixes for MIPS_SE compiling. Regressions seem to work, but Korey should make... | Kevin Lim |
2006-12-02 | stats update | Lisa Hsu |
2006-12-01 | don't blow away the whole destination directory | Nathan Binkert |
2006-12-01 | change this to be a quick one so that it's in the regressions every night - i... | Lisa Hsu |
2006-12-01 | Merge zizzer:/bk/newmem | Lisa Hsu |
2006-12-01 | add a simple netperf-stream test to the long tests. | Lisa Hsu |
2006-11-30 | Merge zizzer.eecs.umich.edu:/bk/newmem | Nathan Binkert |
2006-11-30 | Get rid of the old release-edits script and create make_release.py | Nathan Binkert |
2006-11-30 | Update stats to match writeback fix that was made | Ron Dreslinski |
2006-11-30 | netperf-maerts-client.rcS: | Lisa Hsu |
2006-11-29 | cscope-find.py: | Steve Reinhardt |
2006-11-29 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-11-29 | Change the connecting of the physPort and virtPort to the memory object below... | Kevin Lim |
2006-11-29 | Add in O3CPU to default CPU list. | Kevin Lim |
2006-11-28 | add 2.0b2 release notes | Ali Saidi |
2006-11-28 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-11-28 | Remove assertion. It's not needed and messes up writebacks when a 2 level ca... | Kevin Lim |
2006-11-27 | Add TRACING_ON setting for m5.prof. | Steve Reinhardt |
2006-11-26 | Include check for making sure caches are enabled. | Kevin Lim |
2006-11-24 | Initial changes to get O3 working with SPARC | Gabe Black |
2006-11-24 | Merge zower:/eecshome/m5/newmem | Gabe Black |