summaryrefslogtreecommitdiff
path: root/src/cpu/pred/bi_mode.cc
AgeCommit message (Collapse)Author
2015-04-13cpu: re-organizes the branch predictor structure.Dibakar Gope
Committed by: Nilay Vaish <nilay@cs.wisc.edu>
2014-09-03cpu: fix bimodal predictor to use correct global history regDam Sunwoo
A small bug in the bimodal predictor caused significant degradation in performance on some benchmarks. This was caused by using the wrong globalHistoryReg during the update phase. This patches fixes the bug and brings the performance to normal level.
2014-06-30cpu: implement a bi-mode branch predictorAnthony Gutierrez