Age | Commit message (Expand) | Author |
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 |
2007-04-12 | Completely re-work how the scons framework incorporates swig | Nathan Binkert |
2007-03-26 | Instead of creating a new python process to run traceflags.py, | Nathan Binkert |
2007-03-21 | Missed a const | Gabe Black |
2007-03-20 | Fixed up some types and const placement, and added signed bitfields that sign... | Gabe Black |
2007-03-19 | Ditched read or write only subbitfields for now since they were proving diffi... | Gabe Black |
2007-03-19 | For the _BitfieldRO and _BitfieldWO classes, make sure the undesired operator... | Gabe Black |
2007-03-19 | Formatting fixes. | Gabe Black |
2007-03-19 | Lots and lots of comments. | Gabe Black |
2007-03-19 | Reworked the BitUnion stuff a bit. There is moderately better isolation of th... | Gabe Black |
2007-03-17 | Created BitUnion type which lets you define nested bitfields for an integer i... | Gabe Black |
2007-03-15 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-03-15 | fix a bug gabe found | Ali Saidi |
2007-03-15 | Changed warns to DPRINTFs and multiply by 8 where needed. | Gabe Black |
2007-03-13 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-13 | fix interrupting during a quisce on sparc | Ali Saidi |
2007-03-12 | call ccprintf() with the appropriate argument types so we don't recuse forever | Ali Saidi |
2007-03-12 | remove the extern C around gdb helper functions. It's need needed for any new... | Ali Saidi |
2007-03-12 | Get rid of those pesky valgrind warnings, Conditional jump or move depends on... | Ali Saidi |
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-10 | Rework the way SCons recurses into subdirectories, making it | Nathan Binkert |
2007-03-07 | Add some constructors and an output operator to the Twin??_t types so that o3... | Gabe Black |
2007-03-06 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
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 | Add x86 to the Arch enum in the object file class. | Gabe Black |
2007-03-03 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-03-03 | Implement Niagara I/O interface and rework interrupts | Ali Saidi |