cpu: split LTAGE implementation into a base TAGE and a derived LTAGE
[gem5.git] / src / cpu / pred / BranchPredictor.py
2018-11-28 Pau Cabrecpu: split LTAGE implementation into a base TAGE and...
2018-11-22 Pau Cabrecpu: Made LTAGE parameters configurable
2018-11-22 Pau Cabrecpu: Fixed useful counter handling in LTAGE
2018-11-22 Pau Cabrecpu: Fixes on the loop predictor part of LTAGE
2018-11-17 Pau Cabreconfigs: Added an option for choosing branch predictor...
2018-11-14 Pau Cabrecpu: Fixed ratio of pred to hyst bits for LTAGE Bimodal
2016-12-21 Arthur Peraiscpu: implement an L-TAGE branch predictor
2016-04-05 Mitch Hayengacpu: Add an indirect branch target predictor
2016-04-06 Andreas SandbergRevert power patch sets with unexpected interactions
2016-04-05 Mitch Hayengacpu: Add an indirect branch target predictor
2015-04-13 Dibakar Gopecpu: re-organizes the branch predictor structure.
2014-06-30 Anthony Gutierrezcpu: implement a bi-mode branch predictor
2013-05-14 Anthony Gutierrezcpu: remove local/globalHistoryBits params from branch...
2013-01-24 Nilay Vaish ext... branch predictor: move out of o3 and inorder cpus