Age | Commit message (Expand) | Author |
2007-10-16 | Make the process objects use the Params structs in their constructors, and us... | Gabe Black |
2007-10-04 | SPARC: Make software trap 3 flush the register windows like the ABI specifies. | Gabe Black |
2007-10-02 | Merge with head. | Gabe Black |
2007-10-02 | Predecoder: Clear out predecoder state on an ITLB fault. | Gabe Black |
2007-10-02 | SPARC,Remote GDB: Flesh out the acc function for SE mode. | Gabe Black |
2007-10-02 | SPARC,Remote GDB: Fix an accounting bug in the remote gdb stuff. | Gabe Black |
2007-09-28 | Rename cycles() function to ticks() | Ali Saidi |
2007-09-25 | SPARC: Remove parameter that was only ever set to one value. | Gabe Black |
2007-09-25 | SPARC: Remove some redundant code from some of the fp instructions. | Gabe Black |
2007-09-25 | SPARC: Clean up of privileged instructions. | Gabe Black |
2007-09-25 | SPARC: Long overdue cleanup of the condition code handlers. | Gabe Black |
2007-09-25 | SPARC: Clean up the branch instructions a bit. | Gabe Black |
2007-09-19 | SPARC: Fix linking error from new flattenFloatIndex function. | Gabe Black |
2007-09-19 | X86: Put in the foundation for x87 stack based fp registers. | Gabe Black |
2007-08-30 | params: Deprecate old-style constructors; update most SimObject constructors. | Miles Kaufmann |
2007-08-27 | SPARC: Fixes to get SPARC to compile again. | Gabe Black |
2007-08-26 | Address translation: Make the page table more flexible. | Gabe Black |
2007-08-26 | Address Translation: Make SE mode use an actual TLB/MMU for translation like FS. | Gabe Black |
2007-08-26 | SPARC: Make sure unaligned access are caught on cached translations as well. | Gabe Black |
2007-08-13 | SPARC: Make nops have the IsNop flag set. | Gabe Black |
2007-08-13 | SPARC: Move tlb state into the tlb. | Gabe Black |
2007-08-13 | SPARC: Make the spill and fill handlers use the correct ASI, and let No_Fault... | Gabe Black |
2007-08-01 | Merge with head. | Gabe Black |
2007-08-01 | Merge Gabe and my changes to arch/mips/utility.hh | Ali Saidi |
2007-08-01 | Arguments: Get rid of duplicate code for the Arguments class in each architec... | Ali Saidi |
2007-07-31 | Add a flag to indicate an instruction triggers a syscall in SE mode. | Gabe Black |
2007-07-29 | Merge Gabe's changes from head. | Steve Reinhardt |
2007-07-29 | X86: Initial stack frame fixes and constant shuffling. | Gabe Black |
2007-07-26 | Merge python and x86 changes with cache branch | Nathan Binkert |
2007-07-26 | X86: Fix argument register indexing. | Gabe Black |
2007-07-23 | Major changes to how SimObjects are created and initialized. Almost all | Nathan Binkert |
2007-07-22 | Merge more changes in from head. | Steve Reinhardt |
2007-07-18 | Make name, isMachineCheckFault, and isAlignmentFault const. | Gabe Black |
2007-06-30 | Get rid of Packet result field. Error responses are | Steve Reinhardt |
2007-06-21 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-06-19 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-06-19 | Make branches work by repopulating the predecoder every time through. This is... | Gabe Black |
2007-06-13 | Seperate the pc-pc and the pc of the incoming bytes, and get rid of the "more... | Gabe Black |
2007-06-12 | Make microOp vs microop and macroOp vs macroop capitilization consistent. | Gabe Black |
2007-05-31 | Assign traceData to be NULL at BaseSimpleCPU constructor. | Vincentius Robby |
2007-05-27 | Move SimObject python files alongside the C++ and fix | Nathan Binkert |
2007-05-09 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-05-09 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-05-09 | fix the translating ports so it can add a page on a fault | Ali Saidi |
2007-05-08 | Add a hack to truncate addresses to 32 bits in SE. Paging should be changed t... | Gabe Black |
2007-04-27 | gcc 4.1 claims that mem_data might be used uninitialized, | Nathan Binkert |
2007-04-23 | Merge zizzer.eecs.umich.edu:/n/wexford/x/gblack/m5/newmem-o3-spec | Gabe Black |
2007-04-23 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem | Gabe Black |
2007-04-22 | Make the GSR into a renamed control register. It should be split into a renam... | Gabe Black |
2007-04-21 | create base/fenv.c to standerdize fenv across platforms. It's a c file and no... | Ali Saidi |