Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-05 | cpu: Add an indirect branch target predictor | Mitch Hayenga | |
This patch adds a configurable indirect branch predictor that can be indexed by a combination of GHR and path history hashes. Implements the functionality described in: "Target prediction for indirect jumps" by Chang, Hao, and Patt http://dl.acm.org/citation.cfm?id=264209 |