| 2007-03-19 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-19 | Gabe Black | Ditched read or write only subbitfields for now since... | commit | commitdiff | tree | 
| 2007-03-19 | Gabe Black | For the _BitfieldRO and _BitfieldWO classes, make sure... | commit | commitdiff | tree | 
| 2007-03-19 | Gabe Black | Formatting fixes. | commit | commitdiff | tree | 
| 2007-03-19 | Gabe Black | Lots and lots of comments. | commit | commitdiff | tree | 
| 2007-03-19 | Gabe Black | Reworked the BitUnion stuff a bit. There is moderately... | commit | commitdiff | tree | 
| 2007-03-19 | Gabe Black | Compile fixes for SPARC_FS. | commit | commitdiff | tree | 
| 2007-03-17 | Gabe Black | Created BitUnion type which lets you define nested... | commit | commitdiff | tree | 
| 2007-03-16 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-16 | Gabe Black | Fix ALPHA_FS compile. The MachInst -> StaticInstPtr... | commit | commitdiff | tree | 
| 2007-03-16 | Gabe Black | Make the SPARC branch instructions use ExtMachInsts... | commit | commitdiff | tree | 
| 2007-03-16 | Ali Saidi | Merge zizzer:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-16 | Ali Saidi | fix a bug gabe found | commit | commitdiff | tree | 
| 2007-03-15 | Gabe Black | Refactor things a little. | commit | commitdiff | tree | 
| 2007-03-15 | Gabe Black | File with the predecoder in it. | commit | commitdiff | tree | 
| 2007-03-15 | Gabe Black | Split the x86 "process" predecoder method into it's... | commit | commitdiff | tree | 
| 2007-03-15 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-15 | Ali Saidi | Merge zizzer:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-15 | Ali Saidi | add all the registers we'll need to support for the... | commit | commitdiff | tree | 
| 2007-03-15 | Gabe Black | Changed warns to DPRINTFs and multiply by 8 where needed. | commit | commitdiff | tree | 
| 2007-03-15 | Gabe Black | Added immediate value support, and fixed alot of bugs... | commit | commitdiff | tree | 
| 2007-03-15 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-15 | Gabe Black | Update to statetrace. This will break it, but I want... | commit | commitdiff | tree | 
| 2007-03-15 | Gabe Black | Compile fix | commit | commitdiff | tree | 
| 2007-03-15 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-15 | Gabe Black | Make the predecoder an object with it's own switched... | commit | commitdiff | tree | 
| 2007-03-13 | Ali Saidi | fix segfault when peer owner attempts to use functional... | commit | commitdiff | tree | 
| 2007-03-13 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-13 | Gabe Black | Replaced makeExtMI with predecode. | commit | commitdiff | tree | 
| 2007-03-13 | Ali Saidi | fix interrupting during a quisce on sparc | commit | commitdiff | tree | 
| 2007-03-13 | Ali Saidi | Merge zizzer:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-13 | Ali Saidi | call ccprintf() with the appropriate argument types... | commit | commitdiff | tree | 
| 2007-03-12 | Gabe Black | Added SPARC twolf regression. | commit | commitdiff | tree | 
| 2007-03-12 | Ron Dreslinski | Merge zizzer:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-12 | Ali Saidi | remove the extern C around gdb helper functions. It... | commit | commitdiff | tree | 
| 2007-03-12 | Gabe Black | Fix mulscc. | commit | commitdiff | tree | 
| 2007-03-12 | Ron Dreslinski | Clean up more memory leaks | commit | commitdiff | tree | 
| 2007-03-12 | Ron Dreslinski | Merge zizzer:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-12 | Ron Dreslinski | Fix some of the memory leaks related to writebacks | commit | commitdiff | tree | 
| 2007-03-12 | Ali Saidi | Get rid of those pesky valgrind warnings, Conditional... | commit | commitdiff | tree | 
| 2007-03-12 | Ali Saidi | Merge zizzer:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-12 | Ali Saidi | move hver code to ua2005.cc | commit | commitdiff | tree | 
| 2007-03-12 | Gabe Black | Add the rename syscall. | commit | commitdiff | tree | 
| 2007-03-12 | Gabe Black | Fix the mnemonic and the branch displacement field... | commit | commitdiff | tree | 
| 2007-03-11 | Gabe Black | bzip2 is a tru64 regression, not linux | commit | commitdiff | tree | 
| 2007-03-11 | Gabe Black | vortex is a tru64 regression and not linux | commit | commitdiff | tree | 
| 2007-03-11 | Gabe Black | perlbmk is a tru64 regression, not a linux one | commit | commitdiff | tree | 
| 2007-03-11 | Gabe Black | eon is a tru64 regression, not a linux one | commit | commitdiff | tree | 
| 2007-03-11 | Gabe Black | parser is a tru64 regression, not linux. | commit | commitdiff | tree | 
| 2007-03-11 | Gabe Black | gzip is really a tru64 regression, not linux | commit | commitdiff | tree | 
| 2007-03-11 | Gabe Black | The alpha twolf regression was really for tru64, not... | commit | commitdiff | tree | 
| 2007-03-11 | Gabe Black | Make the SPEC regressions work for any isa/operating... | commit | commitdiff | tree | 
| 2007-03-11 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-11 | Gabe Black | Make sttw and sttwa use the twin memory operations. | commit | commitdiff | tree | 
| 2007-03-11 | Gabe Black | Merge zower:/home/gblack/m5/newmem-statetrace | commit | commitdiff | tree | 
| 2007-03-11 | Nathan Binkert | Rework the way SCons recurses into subdirectories,... | commit | commitdiff | tree | 
| 2007-03-11 | Gabe Black | Merge zower.eecs.umich.edu:/home/gblack/m5/newmem-state... | commit | commitdiff | tree | 
| 2007-03-11 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-11 | Gabe Black | Merge zower:/home/gblack/m5/newmem-statetrace | commit | commitdiff | tree | 
| 2007-03-11 | Gabe Black | Fix bounds check for the cwp | commit | commitdiff | tree | 
| 2007-03-11 | Gabe Black | Added implementations of the fpop2 instructions. | commit | commitdiff | tree | 
| 2007-03-10 | Gabe Black | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem | commit | commitdiff | tree | 
| 2007-03-10 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-10 | Gabe Black | If you can't get rid of the files you want to make... | commit | commitdiff | tree | 
| 2007-03-10 | Gabe Black | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem | commit | commitdiff | tree | 
| 2007-03-10 | Gabe Black | Compilation fix | commit | commitdiff | tree | 
| 2007-03-10 | Ali Saidi | I thought this code got deleted, but since it hasn... | commit | commitdiff | tree | 
| 2007-03-09 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-09 | Gabe Black | Use the TheISA namespace in case we're coming from... | commit | commitdiff | tree | 
| 2007-03-09 | Gabe Black | Split the syscall table, SPARC specific syscall impleme... | commit | commitdiff | tree | 
| 2007-03-09 | Ali Saidi | Merge zizzer:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-09 | Ali Saidi | implement ipi stufff for SPARC | commit | commitdiff | tree | 
| 2007-03-09 | Ali Saidi | fix regress... SPARC_FS may not be in the builds so... | commit | commitdiff | tree | 
| 2007-03-09 | Kevin Lim | Two fixes: | commit | commitdiff | tree | 
| 2007-03-09 | Ali Saidi | Panic if any CMT registers are accessed | commit | commitdiff | tree | 
| 2007-03-08 | Ali Saidi | stop m5 from leaking like a sieve | commit | commitdiff | tree | 
| 2007-03-08 | Gabe Black | Fixed an off-by-one error. | commit | commitdiff | tree | 
| 2007-03-08 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-08 | Gabe Black | Fix up the SPARC initial stack frame to match an actual... | commit | commitdiff | tree | 
| 2007-03-08 | Ali Saidi | I missed a couple of WithEffects, this should do it | commit | commitdiff | tree | 
| 2007-03-08 | Ali Saidi | fix compiling of FS after Gabe's last compile | commit | commitdiff | tree | 
| 2007-03-07 | Gabe Black | Move the magic m5 PageTableFault into sim/faults.[hh... | commit | commitdiff | tree | 
| 2007-03-07 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-07 | Ali Saidi | Merge zizzer:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-07 | Ali Saidi | *MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg | commit | commitdiff | tree | 
| 2007-03-07 | Gabe Black | Add setData functions for the new Twin??_t types. | commit | commitdiff | tree | 
| 2007-03-07 | Gabe Black | Add some constructors and an output operator to the... | commit | commitdiff | tree | 
| 2007-03-07 | Gabe Black | Make byteswap work correctly on Twin??_t types. | commit | commitdiff | tree | 
| 2007-03-07 | Ali Saidi | Merge zizzer:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-07 | Ali Saidi | If we're running the quick tests, remove the SPARC_FS... | commit | commitdiff | tree | 
| 2007-03-07 | Nathan Binkert | Cleanup | commit | commitdiff | tree | 
| 2007-03-06 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-06 | Ali Saidi | Merge zizzer:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-06 | Ali Saidi | Add regression for SPARC "hard" instruction test. Only... | commit | commitdiff | tree | 
| 2007-03-06 | Nathan Binkert | Python parameters types need analogous C++ types | commit | commitdiff | tree | 
| 2007-03-06 | Nathan Binkert | Move all of the parameters of the Root SimObject so... | commit | commitdiff | tree | 
| 2007-03-06 | Gabe Black | Get X86 to load an elf and start a process for it. | commit | commitdiff | tree | 
| 2007-03-06 | Nathan Binkert | Python atexit handlers are called in reverse order. | commit | commitdiff | tree | 
| 2007-03-06 | Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem | commit | commitdiff | tree | 
| 2007-03-06 | Gabe Black | Fixing statetrace to work with 32 bit SPARC processes... | commit | commitdiff | tree | 
| next |