| 2006-12-16 | 
Gabe Black | Accidently "cleaned" away the NPC parameter to the...  | 
commit | commitdiff | tree | 
| 2006-12-16 | 
Gabe Black | Don't have "predict" set the predicted target of the...  | 
commit | commitdiff | tree | 
| 2006-12-16 | 
Gabe Black | Add in constants which let you explicitly check if...  | 
commit | commitdiff | tree | 
| 2006-12-16 | 
Gabe Black | Add in capability to return to unblocking after a squas...  | 
commit | commitdiff | tree | 
| 2006-12-16 | 
Gabe Black | Make sure endian conversion is done on the memory data...  | 
commit | commitdiff | tree | 
| 2006-12-16 | 
Gabe Black | Make the decoder use the new setup in the dyninsts...  | 
commit | commitdiff | tree | 
| 2006-12-16 | 
Gabe Black | Made branch delay slots get squashed, and passed back...  | 
commit | commitdiff | tree | 
| 2006-12-16 | 
Gabe Black | Added a predicted NPC field, explicitly stored whether...  | 
commit | commitdiff | tree | 
| 2006-12-16 | 
Gabe Black | Made changes to CWP be non speculative. | 
commit | commitdiff | tree | 
| 2006-12-16 | 
Gabe Black | Changes to the isa_parser and affected files to fix...  | 
commit | commitdiff | tree | 
| 2006-12-12 | 
Gabe Black | Merge zizzer:/bk/newmem/ | 
commit | commitdiff | tree | 
| 2006-12-12 | 
Steve Reinhardt | Rename the StaticInst-based (read|set)(Int|Float)Reg...  | 
commit | commitdiff | tree | 
| 2006-12-12 | 
Steve Reinhardt | If no tests are specified for regression, just build...  | 
commit | commitdiff | tree | 
| 2006-12-12 | 
Steve Reinhardt | Get rid of unused lock code. | 
commit | commitdiff | tree | 
| 2006-12-12 | 
Kevin Lim | Fix up in case a req hasn't yet been generated for...  | 
commit | commitdiff | tree | 
| 2006-12-12 | 
Kevin Lim | Fix for fetch to use the icache's block size to generat...  | 
commit | commitdiff | tree | 
| 2006-12-10 | 
Steve Reinhardt | Merge zizzer.eecs.umich.edu:/z/stever/bk/newmem-head | 
commit | commitdiff | tree | 
| 2006-12-10 | 
Steve Reinhardt | Reorder CacheTags members for better cache performance. | 
commit | commitdiff | tree | 
| 2006-12-10 | 
Steve Reinhardt | Get rid of dummy 'hello world' outputs. | 
commit | commitdiff | tree | 
| 2006-12-10 | 
Steve Reinhardt | Delete parser reference outputs so that test will no...  | 
commit | commitdiff | tree | 
| 2006-12-10 | 
Steve Reinhardt | Merge zizzer.eecs.umich.edu:/z/stever/bk/newmem-cache2 | 
commit | commitdiff | tree | 
| 2006-12-10 | 
Steve Reinhardt | Add '-j' option directly to regress script (passed...  | 
commit | commitdiff | tree | 
| 2006-12-10 | 
Steve Reinhardt | Merge vm1.(none):/home/stever/bk/newmem-head | 
commit | commitdiff | tree | 
| 2006-12-08 | 
Gabe Black | Fixed to take into account the misc regs that became...  | 
commit | commitdiff | tree | 
| 2006-12-07 | 
Gabe Black | Compilation fixes | 
commit | commitdiff | tree | 
| 2006-12-07 | 
Gabe Black | Fix for squashing during a serializing instruction. | 
commit | commitdiff | tree | 
| 2006-12-07 | 
Gabe Black | Make branches handle the lack of a symbol table or...  | 
commit | commitdiff | tree | 
| 2006-12-07 | 
Gabe Black | Change how Page Faults work in SPARC. It now prints...  | 
commit | commitdiff | tree | 
| 2006-12-07 | 
Steve Reinhardt | Change detault regression build from opt to fast. | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Kevin Lim | Fix for MIPS_SE/m5.fast compile.  m5_2.0_beta2 | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Use the renamed register index, rather than the flatten...  | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Got rid of some typedefs and moved the tlbs into the...  | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Use the setSyscallReturn defined in arch rather than...  | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Moved the RegIdx arrays to the base dyninst. | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Got rid of some typedefs, moved the tlbs to the base...  | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Made the alpha setSyscallReturn take a ThreadContext...  | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Added a flattenIntIndex function for Alpha. | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Merge zizzer:/bk/newmem | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Added a DPRINTF to print out the actual value pulled...  | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Flattening and syscallReturn fixes | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Don't panic, but this needs to be fixed. | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Make syscalls flatten their register indices, and also...  | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Change rename to rename the flattened register index...  | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Added in endianness conversion on memory accesses as...  | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Change how optional delay slot instructions are detecte...  | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Get rid of some typedefs which were hardly used, and...  | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Change to use -return_value.value like other implementa...  | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Some changes for misc regs which were changed into...  | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Reorganize the includes and add an include for misc.hh. | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Added some debug output, and made sure not to accidenta...  | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Some basic fix ups, and CWP is no longer set explicitly. | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Changed the integer register file to work with flattene...  | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Change MIPS's setSyscallReturn to use a thread context. | 
commit | commitdiff | tree | 
| 2006-12-06 | 
Gabe Black | Added basic flatten function for mips. | 
commit | commitdiff | tree | 
| 2006-12-05 | 
Kevin Lim | Override default SConscript options and only build...  | 
commit | commitdiff | tree | 
| 2006-12-05 | 
Steve Reinhardt | Merge zizzer.eecs.umich.edu:bk/newmem-cache2 | 
commit | commitdiff | tree | 
| 2006-12-05 | 
Steve Reinhardt | Merge zizzer.eecs.umich.edu:/z/stever/bk/newmem-head | 
commit | commitdiff | tree | 
| 2006-12-05 | 
Steve Reinhardt | Merge zizzer.eecs.umich.edu:/z/stever/bk/newmem-head | 
commit | commitdiff | tree | 
| 2006-12-05 | 
Steve Reinhardt | Don't compress data on writebacks unless it's actually...  | 
commit | commitdiff | tree | 
| 2006-12-05 | 
Gabe Black | Move the SyscallReturn class into sim/syscallreturn...  | 
commit | commitdiff | tree | 
| 2006-12-05 | 
Steve Reinhardt | Merge vm1.(none):/home/stever/bk/newmem-head | 
commit | commitdiff | tree | 
| 2006-12-05 | 
Steve Reinhardt | Merge zizzer.eecs.umich.edu:/bk/newmem | 
commit | commitdiff | tree | 
| 2006-12-05 | 
Steve Reinhardt | Update SPEC CPU2000 tests with actual benchmark output. | 
commit | commitdiff | tree | 
| 2006-12-05 | 
Steve Reinhardt | Only update stderr, stdout, m5stats.txt, and config...  | 
commit | commitdiff | tree | 
| 2006-12-04 | 
Steve Reinhardt | Clean up SPEC CPU2000 reference files. | 
commit | commitdiff | tree | 
| 2006-12-04 | 
Steve Reinhardt | Turn cache MissQueue/BlockingBuffer into virtual object | 
commit | commitdiff | tree | 
| 2006-12-04 | 
Steve Reinhardt | Better handling of scons -u targets. | 
commit | commitdiff | tree | 
| 2006-12-04 | 
Steve Reinhardt | SConstruct: | 
commit | commitdiff | tree | 
| 2006-12-04 | 
Steve Reinhardt | import os.path.join as joinpath | 
commit | commitdiff | tree | 
| 2006-12-03 | 
Steve Reinhardt | Merge vm1.(none):/home/stever/bk/newmem-head | 
commit | commitdiff | tree | 
| 2006-12-03 | 
Steve Reinhardt | Support better param conversions to/from numeric subcla...  | 
commit | commitdiff | tree | 
| 2006-12-03 | 
Steve Reinhardt | Fix help strings on GenRepl params. | 
commit | commitdiff | tree | 
| 2006-12-03 | 
Steve Reinhardt | Make cache compression policy a runtime virtual thing | 
commit | commitdiff | tree | 
| 2006-12-03 | 
Steve Reinhardt | Merge zizzer.eecs.umich.edu:/bk/newmem | 
commit | commitdiff | tree | 
| 2006-12-03 | 
Steve Reinhardt | Delete src/oldmem. | 
commit | commitdiff | tree | 
| 2006-12-03 | 
Steve Reinhardt | Merge zizzer.eecs.umich.edu:/bk/newmem | 
commit | commitdiff | tree | 
| 2006-12-02 | 
Kevin Lim | Fixes for MIPS_SE compiling.  Regressions seem to work...  | 
commit | commitdiff | tree | 
| 2006-12-02 | 
Lisa Hsu | stats update | 
commit | commitdiff | tree | 
| 2006-12-02 | 
Nathan Binkert | don't blow away the whole destination directory | 
commit | commitdiff | tree | 
| 2006-12-01 | 
Lisa Hsu | change this to be a quick one so that it's in the regre...  | 
commit | commitdiff | tree | 
| 2006-12-01 | 
Lisa Hsu | Merge zizzer:/bk/newmem | 
commit | commitdiff | tree | 
| 2006-12-01 | 
Lisa Hsu | add a simple netperf-stream test to the long tests. | 
commit | commitdiff | tree | 
| 2006-12-01 | 
Nathan Binkert | Merge zizzer.eecs.umich.edu:/bk/newmem | 
commit | commitdiff | tree | 
| 2006-12-01 | 
Nathan Binkert | Get rid of the old release-edits script and create...  | 
commit | commitdiff | tree | 
| 2006-11-30 | 
Ron Dreslinski | Update stats to match writeback fix that was made | 
commit | commitdiff | tree | 
| 2006-11-30 | 
Lisa Hsu | netperf-maerts-client.rcS: | 
commit | commitdiff | tree | 
| 2006-11-29 | 
Steve Reinhardt | cscope-find.py: | 
commit | commitdiff | tree | 
| 2006-11-29 | 
Kevin Lim | Merge ktlim@zizzer:/bk/newmem | 
commit | commitdiff | tree | 
| 2006-11-29 | 
Kevin Lim | Change the connecting of the physPort and virtPort...  | 
commit | commitdiff | tree | 
| 2006-11-29 | 
Kevin Lim | Add in O3CPU to default CPU list. | 
commit | commitdiff | tree | 
| 2006-11-28 | 
Ali Saidi | add 2.0b2 release notes | 
commit | commitdiff | tree | 
| 2006-11-28 | 
Kevin Lim | Merge ktlim@zizzer:/bk/newmem | 
commit | commitdiff | tree | 
| 2006-11-28 | 
Kevin Lim | Remove assertion.  It's not needed and messes up writeb...  | 
commit | commitdiff | tree | 
| 2006-11-27 | 
Steve Reinhardt | Add TRACING_ON setting for m5.prof. | 
commit | commitdiff | tree | 
| 2006-11-26 | 
Kevin Lim | Include check for making sure caches are enabled. | 
commit | commitdiff | tree | 
| 2006-11-25 | 
Gabe Black | Initial changes to get O3 working with SPARC | 
commit | commitdiff | tree | 
| 2006-11-24 | 
Gabe Black | Merge zower:/eecshome/m5/newmem | 
commit | commitdiff | tree | 
| 2006-11-24 | 
Gabe Black | Merge zizzer:/bk/newmem | 
commit | commitdiff | tree | 
| 2006-11-24 | 
Gabe Black | Rename this function. | 
commit | commitdiff | tree | 
| 2006-11-24 | 
Gabe Black | Fix weird type modifier. | 
commit | commitdiff | tree | 
| next |