Age | Commit message (Expand) | Author |
2006-12-16 | Switch the endianness of data that's forwarded. This is the same sort of prob... | Gabe Black |
2006-12-16 | Make fetch detect when a branch is happening, rather than trying to compute w... | Gabe Black |
2006-12-16 | Don't have "predict" set the predicted target of the instruction. Do that exp... | Gabe Black |
2006-12-16 | Add in capability to return to unblocking after a squash. This is needed beca... | Gabe Black |
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 | 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-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-07 | Compilation fixes | Gabe Black |
2006-12-07 | Fix for squashing during a serializing instruction. | 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 | 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-02 | Fixes for MIPS_SE compiling. Regressions seem to work, but Korey should make... | Kevin Lim |
2006-11-29 | Change the connecting of the physPort and virtPort to the memory object below... | Kevin Lim |
2006-11-24 | Initial changes to get O3 working with SPARC | Gabe Black |
2006-11-19 | Update Virtual and Physical ports. | Kevin Lim |
2006-11-14 | Make cpu's capable of having a phase shift | Ron Dreslinski |
2006-11-13 | Make CPU models signal to update the snoop ranges | Ron Dreslinski |
2006-11-13 | More interrupt reworking. | Kevin Lim |
2006-11-13 | Change warn to DPRINTF. | Kevin Lim |
2006-11-12 | Fix for regression failure. | Kevin Lim |
2006-11-12 | Merge ktlim@zamp:./local/clean/tmp/test-regress | Kevin Lim |
2006-11-12 | Fix for non-FS compile. | Kevin Lim |
2006-11-12 | Updates to support new interrupt processing and removal of PcPAL. | Kevin Lim |
2006-11-11 | Get rid of the ParamContext for pseudo instructions and move | Nathan Binkert |
2006-11-11 | The Lock_Flag_DepTag went away earlier, and using TheISA gives the false impr... | Gabe Black |
2006-11-10 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-11-10 | Change up some warnings to DPRINTFs. | Kevin Lim |
2006-11-09 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-11-09 | Draining fixes. | Kevin Lim |
2006-11-08 | Merge zizzer.eecs.umich.edu:/bk/newmem/ | Gabe Black |
2006-11-08 | Move the check to see if you're in user mode into the isa directory. | Gabe Black |
2006-11-07 | Put kernel_stats back into arch. | Gabe Black |