Age | Commit message (Expand) | Author |
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 |
2007-08-03 | merge from head | Steve Reinhardt |
2007-08-02 | Output: Make OutputDirectory::create() be able to create binary files. | Ali Saidi |
2007-07-22 | Merge more changes in from head. | Steve Reinhardt |
2007-07-22 | Merge Gabe's changes with mine. | Steve Reinhardt |
2007-07-20 | Fix function which calculates the carry flag. | Gabe Black |
2007-07-18 | Fix a compilation error for SubBitUnions, | Gabe Black |
2007-07-17 | Create a file of functions for computing condition codes. | Gabe Black |
2007-07-17 | Add a conversion constructor so a bitunion can be initialized to a value. | Gabe Black |
2007-07-14 | Move bitunion code into it's own file. | Gabe Black |
2007-07-14 | Add CacheRepl trace flag and move a couple DPRINTFs to it. | Steve Reinhardt |
2007-07-14 | Merge from head. | Steve Reinhardt |
2007-07-14 | Make NO_FAST_ALLOC compile. | Steve Reinhardt |
2007-06-23 | Merge vm1.(none):/home/stever/bk/newmem-head | Steve Reinhardt |
2007-06-22 | mips import pt. 1 | Korey Sewell |
2007-06-21 | Getting closer... | Steve Reinhardt |
2007-06-14 | Fix an assert to allow rounding mode 0. | Gabe Black |
2007-06-09 | only compile fenv.c if we're using fenv | Nathan Binkert |
2007-05-26 | Get rid of GNU libelf and its autoconf nastiness and replace | Nathan Binkert |
2007-05-11 | total should be the sum of the vector result of an operation, | Nathan Binkert |
2007-05-09 | bit_val was being used directly in the statement in return. If type B had few... | Ali Saidi |
2007-04-21 | fixes for solaris compile | Ali Saidi |
2007-04-21 | create base/fenv.c to standerdize fenv across platforms. It's a c file and no... | Ali Saidi |