Age | Commit message (Expand) | Author |
---|---|---|
2006-12-16 | Accidently "cleaned" away the NPC parameter to the constructor. | Gabe Black |
2006-12-16 | Added a predicted NPC field, explicitly stored whether the instruction was pr... | Gabe Black |
2006-10-23 | Add in support for LL/SC in the O3 CPU. Needs to be fully tested. | Kevin Lim |
2006-10-08 | Replace tests of LOCKED/UNCACHEABLE flags with isLocked()/isUncacheable(). | Steve Reinhardt |
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-06-17 | Split off instantiation into separate CC files for each of the models. This ... | Kevin Lim |