Age | Commit message (Expand) | Author |
2007-02-12 | rename store conditional stuff as extra data so it can be used for conditiona... | Ali Saidi |
2007-02-12 | cleanup | Nathan Binkert |
2007-02-10 | Clean up tracing stuff more, get rid of the trace log since | Nathan Binkert |
2007-02-09 | Get rid of the Random context and add the support directly to python. | Nathan Binkert |
2007-02-09 | Get rid of the Trace ParamContext and give python direct | Nathan Binkert |
2007-02-08 | Use c99 variadic macros for non gnu compilers | Nathan Binkert |
2007-02-07 | Get rid of the gross operator,()/variadic macro hack | Nathan Binkert |
2007-01-30 | sizeof with a pointer to dynamically allocated memory will return the size of... | Gabe Black |
2007-01-28 | Merge zizzer:/bk/newmem | Gabe Black |
2007-01-27 | While I'm waiting for legion to run make m5 compile with a few more compilers | Ali Saidi |
2007-01-27 | Merge zizzer:/bk/newmem | Gabe Black |
2007-01-26 | forgot to include this file | Ali Saidi |
2007-01-26 | Merge zeep.pool:/z/saidi/work/m5.newmem | Ali Saidi |
2007-01-26 | make our code a little more standards compliant | Ali Saidi |
2007-01-22 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-01-22 | we decided to check for .interp instead of .dynamic | Ali Saidi |
2007-01-22 | check if an executable is dynamic and die if it is | Ali Saidi |
2007-01-16 | Don't add symbols for loaded files to symbol table since they are pretty much... | Ali Saidi |
2007-01-03 | Merge zizzer:/bk/newmem | Gabe Black |
2006-12-27 | No need to use NULL, just use 0 | Nathan Binkert |
2006-12-24 | remove some output formatting stuff that we don't use | Nathan Binkert |
2006-12-20 | Initial work to make remote gdb available in SE mode. This is completely unte... | Gabe Black |
2006-12-18 | cast chars to int when we want to print integers so we get a number | Nathan Binkert |
2006-12-15 | Merge zizzer:/bk/sparcfs | Lisa Hsu |
2006-12-12 | Fix bugs in tlbmap (and thus rangemap since the code is nearly identical) | Ali Saidi |
2006-12-06 | Many more fixes for SPARC_FS. Gets us to the point where SOFTINT starts | Ali Saidi |
2006-12-04 | More changes to get SPARC fs closer. Now at 1.2M cycles before difference | Ali Saidi |
2006-12-02 | Make cache compression policy a runtime virtual thing | Steve Reinhardt |
2006-11-30 | Load the hypervisor symbols twice, once with an address mask so that we can g... | Ali Saidi |
2006-11-23 | Merge zizzer:/bk/sparcfs | Ali Saidi |
2006-11-23 | first cut at a sparc tlb | Ali Saidi |
2006-11-16 | add warn_once which will print any given warning message | Nathan Binkert |
2006-11-11 | set TRACING_ON one way or another explicitly in the | Nathan Binkert |
2006-11-10 | fix endian issues with condition codes | Ali Saidi |
2006-11-09 | Get SPARC to the point that it starts running. Add ability to load the ROM bi... | Ali Saidi |
2006-11-08 | Merge zizzer.eecs.umich.edu:/bk/newmem/ | Gabe Black |
2006-11-08 | Make a function to say how big gdbregs is in bytes vs. regs. | Gabe Black |
2006-11-08 | DWARF2 symbol support seems to be broken on Solaris. Use stabs+ | Ali Saidi |
2006-11-07 | Broke remote_gdb into a base class and architecture specific derived classes. | Gabe Black |
2006-11-06 | Merge zizzer.eecs.umich.edu:/bk/newmem/ | Gabe Black |
2006-11-06 | Remote GDB support has been changed to use inheritance. Alpha should work, bu... | Gabe Black |
2006-11-06 | Created seperate SConscript for the dev directory. Made subdirectories for Al... | Gabe Black |
2006-11-04 | fixes so that M5 will compile under solaris | Ali Saidi |
2006-10-27 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-26 | Added a few functions to stuff values into bitfields in an instruction. | Gabe Black |
2006-10-24 | Merge zizzer:/bk/newmem | Ali Saidi |
2006-10-24 | Add more traceflags for ethernet | Ali Saidi |
2006-10-23 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-23 | Files in base shouldn't depend on things in sim. Changed "sim/host.hh" to <in... | Gabe Black |
2006-10-21 | Add Quiesce trace flag to track CPU quiesce/wakeup events. | Steve Reinhardt |