Age | Commit message (Expand) | Author |
2007-03-11 | parser is a tru64 regression, not linux. | Gabe Black |
2007-03-11 | gzip is really a tru64 regression, not linux | Gabe Black |
2007-03-11 | The alpha twolf regression was really for tru64, not linux. | Gabe Black |
2007-03-11 | Make the SPEC regressions work for any isa/operating system. | Gabe Black |
2007-03-11 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-11 | Make sttw and sttwa use the twin memory operations. | Gabe Black |
2007-03-11 | Merge zower:/home/gblack/m5/newmem-statetrace | Gabe Black |
2007-03-10 | Rework the way SCons recurses into subdirectories, making it | Nathan Binkert |
2007-03-10 | Merge zower.eecs.umich.edu:/home/gblack/m5/newmem-statetrace | Gabe Black |
2007-03-10 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-10 | Merge zower:/home/gblack/m5/newmem-statetrace | Gabe Black |
2007-03-10 | Fix bounds check for the cwp | Gabe Black |
2007-03-10 | Added implementations of the fpop2 instructions. | Gabe Black |
2007-03-10 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem | Gabe Black |
2007-03-10 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-10 | If you can't get rid of the files you want to make sure are gone, assume they... | Gabe Black |
2007-03-10 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem | Gabe Black |
2007-03-10 | Compilation fix | Gabe Black |
2007-03-10 | I thought this code got deleted, but since it hasn't I've moved it to a place... | Ali Saidi |
2007-03-09 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-09 | Use the TheISA namespace in case we're coming from a file that doesn't do tha... | Gabe Black |
2007-03-09 | Split the syscall table, SPARC specific syscall implementations, and the 32 b... | Gabe Black |
2007-03-09 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-03-09 | implement ipi stufff for SPARC | Ali Saidi |
2007-03-09 | fix regress... SPARC_FS may not be in the builds so check for it | Ali Saidi |
2007-03-09 | Two fixes: | Kevin Lim |
2007-03-08 | Panic if any CMT registers are accessed | Ali Saidi |
2007-03-08 | stop m5 from leaking like a sieve | Ali Saidi |
2007-03-08 | Fixed an off-by-one error. | Gabe Black |
2007-03-08 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-08 | Fix up the SPARC initial stack frame to match an actual 32 bit process. | Gabe Black |
2007-03-07 | I missed a couple of WithEffects, this should do it | Ali Saidi |
2007-03-07 | fix compiling of FS after Gabe's last compile | Ali Saidi |
2007-03-07 | Move the magic m5 PageTableFault into sim/faults.[hh,cc] since it's the same ... | Gabe Black |
2007-03-07 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-07 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-03-07 | *MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg | Ali Saidi |
2007-03-07 | Add setData functions for the new Twin??_t types. | Gabe Black |
2007-03-07 | Add some constructors and an output operator to the Twin??_t types so that o3... | Gabe Black |
2007-03-07 | Make byteswap work correctly on Twin??_t types. | Gabe Black |
2007-03-07 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-03-07 | If we're running the quick tests, remove the SPARC_FS build since we don't ha... | Ali Saidi |
2007-03-06 | Cleanup | Nathan Binkert |
2007-03-06 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-06 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-03-06 | Add regression for SPARC "hard" instruction test. Only runs in simple-atomic ... | Ali Saidi |
2007-03-06 | Python parameters types need analogous C++ types | Nathan Binkert |
2007-03-06 | Move all of the parameters of the Root SimObject so they are | Nathan Binkert |
2007-03-06 | Get X86 to load an elf and start a process for it. | Gabe Black |
2007-03-05 | Python atexit handlers are called in reverse order. | Nathan Binkert |