Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-09 | StaticInst: Merge StaticInst and StaticInstBase. | Gabe Black | |
Having two StaticInst classes, one nominally ISA dependent and the other ISA dependent, has not been historically useful and makes the StaticInst class more complicated that it needs to be. This change merges StaticInstBase into StaticInst. | |||
2011-06-02 | copyright: clean up copyright blocks | Nathan Binkert | |
2011-02-13 | X86: On a bad microopc, return a microop that returns a fault that panics. | Gabe Black | |
This way a bad micropc will have to get all the way to commit before killing the simulation. This accounts for misspeculated branches. |