Age | Commit message (Expand) | Author |
2008-10-09 | stats: use properly signed types for looping and comparison | Nathan Binkert |
2008-10-09 | style: Bring statistics code in line with the proper style. | Nathan Binkert |
2008-10-02 | stats: Fix small bug pointed out by unit testing. | Nathan Binkert |
2008-10-02 | Output: Verify output files are open after opening them. | Ali Saidi |
2008-09-27 | gcc: Add extra parens to quell warnings. | Nathan Binkert |
2008-09-27 | add a bit of style | Nathan Binkert |
2008-09-22 | gcc: Version 4.3 is pretty anal about shadowing types, placate it. | Nathan Binkert |
2008-09-19 | atomicio: provide atomic read and write functions. | Nathan Binkert |
2008-09-19 | Use C++ limits where applicable for portability | Nathan Binkert |
2008-09-19 | Use the proper version of C++ headers | Nathan Binkert |
2008-09-19 | Check the return value of I/O operations for failure | Nathan Binkert |
2008-09-19 | inifile: Whack preprocessor access. | Nathan Binkert |
2008-09-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul... | Ali Saidi |
2008-09-08 | style: This file hugely violated the M5 style. | Nathan Binkert |
2008-08-04 | Get rid of outputStream... wasn't really being used | Steve Reinhardt |
2008-08-04 | Add -r/-e options to redirect stdout/stderr. | Steve Reinhardt |
2008-08-03 | sockets: Add a function to disable all listening sockets. | Nathan Binkert |
2008-07-15 | Get rid of useless m5_assert macro. | Steve Reinhardt |
2008-07-01 | Remove delVirtPort() and make getVirtPort() only return cached version. | Ali Saidi |
2008-07-01 | Change everything to use the cached virtPort rather than created their own ea... | Ali Saidi |
2008-06-17 | inet: initialization fixes. | Nathan Binkert |
2008-06-12 | BitUnion: Take out namespace declaration so bitunions can be declared inside ... | Gabe Black |
2008-05-15 | Make sure that output files are always checked success before they're used. | Ali Saidi |
2008-03-24 | Add FAST_ALLOC_DEBUG and FAST_ALLOC_STATS as SConstruct options. | Steve Reinhardt |
2008-03-20 | MIPS: Check endianness of binaries in SE mode. | Gabe Black |
2008-02-05 | Add base ARM code to M5 | Stephen Hines |
2008-01-02 | Additional comments and helper functions for PrintReq. | Steve Reinhardt |
2008-01-02 | Add functional PrintReq command for memory-system debugging. | Steve Reinhardt |
2007-11-20 | Get rid of a file that should have never been committed. | Gabe Black |
2007-11-15 | branch merge | Korey Sewell |
2007-11-14 | remove unnecessary debug messages I added | Korey Sewell |
2007-11-13 | Add in files from merge-bare-iron, get them compiling in FS and SE mode | Korey Sewell |
2007-11-08 | Make non Apple compilation work again. Ali may have to refix this. | Gabe Black |
2007-11-08 | Compiling: Fix for 64bit compile on Darwin/OSX 10.5. | Ali Saidi |
2007-10-31 | String constant const-ness changes to placate g++ 4.2. | Steve Reinhardt |
2007-10-31 | Traceflags: Old traceflags.py file is no longer needed. | Ali Saidi |
2007-10-31 | Traceflags: Add SCons function to created a traceflag instead of having one f... | Ali Saidi |
2007-10-31 | Base: Rework the way M5 provides and creates random numbers. | Ali Saidi |
2007-10-30 | Add constant stat. | Vilas Sridharan |
2007-10-12 | Loader: Identify sections based on virtual addresses, and set the LoadAddrMas... | Gabe Black |
2007-10-09 | ELF Loader: Use physical addresses instead of virtual ones. | Gabe Black |
2007-10-07 | BitUnion: Fix some types in the bitunion classes. | Gabe Black |
2007-10-02 | Remote GDB: Get rid of an unwanted delete in SE. | Gabe Black |
2007-09-25 | Condition Codes: Fix the findParity function. | Gabe Black |
2007-09-25 | Condition Codes: Fix type error. | Gabe Black |
2007-09-25 | Loader: Load all segments of an elf, rather than just the "text" and "data". | Gabe Black |
2007-09-11 | Loader: Error if a TLS section is found in the binary. | Ali Saidi |
2007-09-10 | Remove redundant endian.hh and use byteswap.hh in its place. | Gabe Black |
2007-08-10 | DMA: Add IOCache and fix bus bridge to optionally only send requests one | Ali Saidi |
2007-08-10 | Bus: Only call end() on an stl object once in a loop | Ali Saidi |