Age | Commit message (Expand) | Author |
2006-12-16 | Changes to the isa_parser and affected files to fix an indexing problem with ... | Gabe Black |
2006-12-15 | little fixes i noticed while searching for reason for address range issues (b... | Lisa Hsu |
2006-12-15 | Merge zizzer:/bk/sparcfs | Lisa Hsu |
2006-12-15 | some small general fixes to make everythign work nicely with other ISAs, now ... | Lisa Hsu |
2006-12-13 | Merge zizzer:/bk/newmem | Lisa Hsu |
2006-12-13 | Merge zizzer:/bk/sparcfs | Lisa Hsu |
2006-12-12 | Merge zizzer:/bk/newmem | Lisa Hsu |
2006-12-12 | Merge zizzer:/bk/newmem/ | Gabe Black |
2006-12-12 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-12-12 | Fix bugs in tlbmap (and thus rangemap since the code is nearly identical) | Ali Saidi |
2006-12-12 | Allow for multiple redirects to happen on a single cycle (only the one for th... | Kevin Lim |
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 | Allocate the correct number of global registers | Ali Saidi |
2006-12-07 | Fixed to take into account the misc regs that became int regs. | Gabe Black |
2006-12-07 | get legion/m5 to first tlb miss fault | Ali Saidi |
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-04 | reogranize code to split off FS only misc regs with effect into their own fil... | Ali Saidi |
2006-12-04 | Legion actually writes to tl-1 in the data structure, so we need to compare c... | Ali Saidi |
2006-12-04 | More changes to get SPARC fs closer. Now at 1.2M cycles before difference | Ali Saidi |
2006-12-02 | Fixes for MIPS_SE compiling. Regressions seem to work, but Korey should make... | Kevin Lim |
2006-11-29 | Merge zizzer:/bk/sparcfs | Gabe Black |
2006-11-29 | Merge zizzer:/bk/newmem | Ali Saidi |
2006-11-29 | Add support for mmapped iprs to atomic cpu | Ali Saidi |
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-23 | Use the right constant. | Gabe Black |
2006-11-22 | Merge zizzer:/bk/sparcfs | Gabe Black |
2006-11-20 | Add in checks of more Legion based state, and put in more sophisticated forma... | Gabe Black |
2006-11-19 | Update Virtual and Physical ports. | Kevin Lim |
2006-11-17 | Make an initialization pass for the thread context and set the [phys,virt]Por... | Ron Dreslinski |
2006-11-16 | Merge zower.eecs.umich.edu:/home/gblack/m5/newmemmemops | Gabe Black |