Age | Commit message (Expand) | Author |
2006-12-16 | Make sure endian conversion is done on the memory data when it's just set to ... | Gabe Black |
2006-12-16 | Make the decoder use the new setup in the dyninsts for branch prediction. | Gabe Black |
2006-12-16 | Made branch delay slots get squashed, and passed back an NPC and NNPC to star... | Gabe Black |
2006-12-16 | Added a predicted NPC field, explicitly stored whether the instruction was pr... | Gabe Black |
2006-12-16 | Made changes to CWP be non speculative. | Gabe Black |
2006-12-16 | Changes to the isa_parser and affected files to fix an indexing problem with ... | Gabe Black |
2006-12-12 | Merge zizzer:/bk/newmem/ | Gabe Black |
2006-12-12 | Rename the StaticInst-based (read|set)(Int|Float)Reg methods to (read|set)(In... | Steve Reinhardt |
2006-12-12 | Get rid of unused lock code. | Steve Reinhardt |
2006-12-11 | Fix up in case a req hasn't yet been generated for this instruction (if there... | Kevin Lim |
2006-12-11 | Fix for fetch to use the icache's block size to generate proper access size. | Kevin Lim |
2006-12-09 | Merge vm1.(none):/home/stever/bk/newmem-head | Steve Reinhardt |
2006-12-07 | Fixed to take into account the misc regs that became int regs. | Gabe Black |
2006-12-07 | Compilation fixes | Gabe Black |
2006-12-07 | Fix for squashing during a serializing instruction. | Gabe Black |
2006-12-07 | Make branches handle the lack of a symbol table or the lack of a symbol grace... | Gabe Black |
2006-12-07 | Change how Page Faults work in SPARC. It now prints the faulting address, and... | Gabe Black |
2006-12-06 | Fix for MIPS_SE/m5.fast compile. | Kevin Lim |
2006-12-06 | Use the renamed register index, rather than the flattened one. | Gabe Black |
2006-12-06 | Got rid of some typedefs and moved the tlbs into the base o3 cpu. | Gabe Black |
2006-12-06 | Use the setSyscallReturn defined in arch rather than duplicating it here. | Gabe Black |
2006-12-06 | Moved the RegIdx arrays to the base dyninst. | Gabe Black |
2006-12-06 | Got rid of some typedefs, moved the tlbs to the base o3 cpu, and called the a... | Gabe Black |
2006-12-06 | Made the alpha setSyscallReturn take a ThreadContext pointer instead of a Reg... | Gabe Black |
2006-12-06 | Added a flattenIntIndex function for Alpha. | Gabe Black |
2006-12-06 | Merge zizzer:/bk/newmem | Gabe Black |
2006-12-06 | Added a DPRINTF to print out the actual value pulled from memory. | Gabe Black |
2006-12-06 | Flattening and syscallReturn fixes | Gabe Black |
2006-12-06 | Don't panic, but this needs to be fixed. | Gabe Black |
2006-12-06 | Make syscalls flatten their register indices, and also call into the ISA's se... | Gabe Black |
2006-12-06 | Change rename to rename the flattened register index instead of the architect... | Gabe Black |
2006-12-06 | Added in endianness conversion on memory accesses as the data goes out. This ... | Gabe Black |
2006-12-06 | Change how optional delay slot instructions are detected and squashed. | Gabe Black |
2006-12-06 | Get rid of some typedefs which were hardly used, and move some stuff back her... | Gabe Black |
2006-12-06 | Change to use -return_value.value like other implementations. | Gabe Black |
2006-12-06 | Some changes for misc regs which were changed into unofficial integer registe... | Gabe Black |
2006-12-06 | Reorganize the includes and add an include for misc.hh. | Gabe Black |
2006-12-06 | Added some debug output, and made sure not to accidentally ask for the result... | Gabe Black |
2006-12-06 | Some basic fix ups, and CWP is no longer set explicitly. | Gabe Black |
2006-12-06 | Changed the integer register file to work with flattened indices. | Gabe Black |
2006-12-06 | Change MIPS's setSyscallReturn to use a thread context. | Gabe Black |
2006-12-06 | Added basic flatten function for mips. | Gabe Black |
2006-12-05 | Don't compress data on writebacks unless it's actually necessary. | Steve Reinhardt |
2006-12-05 | Move the SyscallReturn class into sim/syscallreturn.hh. Also move some miscre... | Gabe Black |
2006-12-04 | Turn cache MissQueue/BlockingBuffer into virtual object | Steve Reinhardt |
2006-12-02 | Merge vm1.(none):/home/stever/bk/newmem-head | Steve Reinhardt |
2006-12-02 | Support better param conversions to/from numeric subclasses. | Steve Reinhardt |
2006-12-02 | Fix help strings on GenRepl params. | Steve Reinhardt |
2006-12-02 | Make cache compression policy a runtime virtual thing | Steve Reinhardt |
2006-12-02 | Fixes for MIPS_SE compiling. Regressions seem to work, but Korey should make... | Kevin Lim |