summaryrefslogtreecommitdiff
path: root/src/cpu/pred/BranchPredictor.py
AgeCommit message (Expand)Author
2019-07-08cpu: Added the Multiperspective Perceptron Predictor with TAGE (8KB and 64KB)Javier Bueno Hedo
2019-06-03cpu: Added the Multiperspective Perceptron Predictor (8KB and 64KB)Javier Bueno
2019-05-13cpu: Make the indirect predictor into a SimObjectJairo Balart
2019-03-27cpu: Fixed the indirect branch predictor GHR handlingPau Cabre
2019-02-13cpu: Added 8KB and 64KB TAGE-SC-L branch predictorJavier Bueno
2019-02-05cpu: Made the Loop Predictor a SimObjectJavier Bueno
2019-02-05cpu: Made TAGE a SimObject that can be used by other predictorsJairo Balart
2018-12-11cpu: Fixed typos in parameter/stats descriptionsPau Cabre
2018-12-11cpu: Added parameters to enable/disable features in LTAGEPau Cabre
2018-11-28cpu: split LTAGE implementation into a base TAGE and a derived LTAGEPau Cabre
2018-11-22cpu: Made LTAGE parameters configurablePau Cabre
2018-11-22cpu: Fixed useful counter handling in LTAGEPau Cabre
2018-11-22cpu: Fixes on the loop predictor part of LTAGEPau Cabre
2018-11-17configs: Added an option for choosing branch predictor typePau Cabre
2018-11-14cpu: Fixed ratio of pred to hyst bits for LTAGE BimodalPau Cabre
2016-12-21cpu: implement an L-TAGE branch predictorArthur Perais
2016-04-05cpu: Add an indirect branch target predictorMitch Hayenga
2016-04-06Revert power patch sets with unexpected interactionsAndreas Sandberg
2016-04-05cpu: Add an indirect branch target predictorMitch Hayenga
2015-04-13cpu: re-organizes the branch predictor structure.Dibakar Gope
2014-06-30cpu: implement a bi-mode branch predictorAnthony Gutierrez
2013-05-14cpu: remove local/globalHistoryBits params from branch predAnthony Gutierrez
2013-01-24branch predictor: move out of o3 and inorder cpusNilay Vaish ext:(%2C%20Timothy%20Jones%20%3Ctimothy.jones%40cl.cam.ac.uk%3E)