summaryrefslogtreecommitdiff
path: root/src/cpu/pred/tournament.cc
AgeCommit message (Expand)Author
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2016-12-21cpu: disallow speculative update of branch predictor tables (o3)Arthur Perais
2016-12-21cpu: correct comments in tournament branch predictorArthur Perais
2016-04-05cpu: Implement per-thread GHRsMitch Hayenga
2016-04-05cpu: Add an indirect branch target predictorMitch Hayenga
2016-04-06Revert power patch sets with unexpected interactionsAndreas Sandberg
2016-04-05cpu: Implement per-thread GHRsCurtis Dunham
2016-04-05cpu: Add an indirect branch target predictorMitch Hayenga
2015-09-15cpu: pred: Local Predictor Reset in Tournament PredictorAndrew Lukefahr
2015-04-13cpu: re-organizes the branch predictor structure.Dibakar Gope
2014-09-03cpu: Fix incorrect speculative branch predictor behaviorMitch Hayenga
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)
2012-12-06TournamentBP: Fix some bugs with table sizes and countersErik Tomusk
2012-11-02o3: Fix a couple of issues with the local predictor.Mrinmoy Ghosh
2012-02-13BPred: Fix RAS to handle predicated call/return instructions.Mrinmoy Ghosh
2012-02-13BP: Fix several Branch Predictor issues.Mrinmoy Ghosh
2011-08-07O3: Fix uninitialized variable in the tournament branch predictor.Ali Saidi
2011-07-10Branch predictor: Fixes the tournament branch predictor.Mrinmoy Ghosh
2010-05-13BPRED: Fixed the treshold-bug in the tournament predictor.Maximilien Breughe
2009-06-04move: put predictor includes and cc files into the same placeNathan Binkert