Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-11 | SPARC: Make PSTATE and HPSTATE a BitUnion. | Gabe Black | |
This gets rid of cryptic bits of code with lots of bit manipulation, and makes some comments redundant. | |||
2011-11-18 | SE/FS: Get rid of includes of config/full_system.hh. | Gabe Black | |
2011-10-09 | [mq]: sefssparcregfile.patch | Gabe Black | |
2011-04-15 | includes: sort all includes | Nathan Binkert | |
2010-11-11 | SPARC: Clean up some historical style issues. | Gabe Black | |
2010-10-10 | SPARC: Make SPARC's ISA's clear function initialize everything it should. | Gabe Black | |
Also make it not set some pointers to NULL potentially introducing a memory leak. That should be done in the constructor. | |||
2009-07-10 | SPARC: Set up a lookup table for integer register flattening. | Gabe Black | |
Using a look up table changed the run time of the SPARC_FS solaris boot regression from: real 14m45.951s user 13m57.528s sys 0m3.452s to: real 12m19.777s user 12m2.685s sys 0m2.420s | |||
2009-07-09 | SPARC: Fold the MiscRegFile all the way into the ISA object. | Gabe Black | |
2009-07-08 | Get rid of the unused get(Data|Inst)Asid and (inst|data)Asid functions. | Gabe Black | |
2009-07-08 | Registers: Add an ISA object which replaces the MiscRegFile. | Gabe Black | |
This object encapsulates (or will eventually) the identity and characteristics of the ISA in the CPU. |