summaryrefslogtreecommitdiff
path: root/src/cpu/pred/ltage.hh
AgeCommit message (Expand)Author
2018-12-11cpu: Added parameters to enable/disable features in LTAGEPau Cabre
2018-11-28cpu: Added new stats to TAGE and LTAGE branch predictorsPau 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-14cpu: Fixed ratio of pred to hyst bits for LTAGE BimodalPau Cabre
2016-12-21cpu: implement an L-TAGE branch predictorArthur Perais