cpu: split LTAGE implementation into a base TAGE and a derived LTAGE
[gem5.git] / src / cpu / pred / ltage.cc
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 Cabrecpu: Fix LTAGE max number of allocations on update
2018-11-14 Pau Cabrecpu: Fixed ratio of pred to hyst bits for LTAGE Bimodal
2018-11-13 Pau Cabrecpu: Fixed PC shifting on LTAGE branch predictor
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2016-12-21 Arthur Peraiscpu: implement an L-TAGE branch predictor