Age | Commit message (Expand) | Author |
2008-08-11 | params: Convert the CPU objects to use the auto generated param structs. | Nathan Binkert |
2007-09-19 | X86: Put in the foundation for x87 stack based fp registers. | Gabe Black |
2007-04-14 | Add support for microcode and pull out the special branch delay slot handling... | Gabe Black |
2007-04-13 | Remove most of the special handling for delay slots since they have to be squ... | Gabe Black |
2007-04-09 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2007-04-09 | Fix bug when blocking due to no free registers. | Kevin Lim |
2007-04-08 | Take into account that the flattened integer register space is a different si... | Gabe Black |
2007-04-04 | Pass ISA-specific O3 CPU as a constructor parameter instead of using setCPU f... | Kevin Lim |
2007-04-02 | Remove/comment out DPRINTFs that were causing a segfault. | Kevin Lim |
2007-01-03 | Merge zizzer:/bk/newmem | Gabe Black |
2006-12-20 | don't use (*activeThreads).begin(), use activeThreads->blah(). | Nathan Binkert |
2006-12-16 | Add in capability to return to unblocking after a squash. This is needed beca... | Gabe Black |
2006-12-07 | Fix for squashing during a serializing instruction. | Gabe Black |
2006-12-06 | Change rename to rename the flattened register index instead of the architect... | Gabe Black |
2006-09-30 | Merge ktlim@zamp:./local/clean/o3-merge/m5 | Kevin Lim |
2006-08-31 | add ISA_HAS_DELAY_SLOT directive instead of "#if THE_ISA == ALPHA_ISA" throug... | Korey Sewell |
2006-08-15 | Cleaned up include files and got rid of many using directives in header files. | Gabe Black |
2006-07-23 | This changeset gets the MIPS ISA pretty much working in the O3CPU. It builds,... | Korey Sewell |
2006-07-06 | Fix the O3CPU to support the multi-pass method for checking if the system has... | Kevin Lim |
2006-07-06 | Support for draining, and the new method of switching out. Now switching out... | Kevin Lim |
2006-06-16 | Two updates that got combined into one ChangeSet accidentally. They're both ... | Kevin Lim |
2006-06-14 | Minor code cleanup of BaseDynInst. | Kevin Lim |
2006-06-12 | Fix output messages. | Kevin Lim |
2006-06-09 | Removing of old code and adding in new comments. | Kevin Lim |
2006-06-04 | Merge ktlim@zamp:/z/ktlim2/clean/m5-o3 | Kevin Lim |
2006-06-02 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-05-31 | Updated Authors from bk prs info | Ali Saidi |
2006-05-30 | Merge ktlim@zizzer:/bk/m5 | Kevin Lim |
2006-05-22 | New directory structure: | Steve Reinhardt |