cpu: Delete authors lists from the cpu directory.
[gem5.git] / src / cpu / pred / ltage.cc
2020-02-17 Gabe Blackcpu: Delete authors lists from the cpu directory.
2019-02-13 Javier Buenocpu: Added 8KB and 64KB TAGE-SC-L branch predictor
2019-02-05 Javier Buenocpu: Made the Loop Predictor a SimObject
2019-02-05 Jairo Balartcpu: Made TAGE a SimObject that can be used by other...
2018-12-11 Pau Cabrecpu: Fixed typos in parameter/stats descriptions
2018-12-11 Pau Cabrecpu: Added parameters to enable/disable features in...
2018-11-28 Pau Cabrecpu: Added new stats to TAGE and LTAGE branch predictors
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