cpu: split LTAGE implementation into a base TAGE and a derived LTAGE
[gem5.git] / src / cpu / pred / bpred_unit.cc
2016-12-21 Arthur Peraiscpu: disallow speculative update of branch predictor...
2016-11-30 Jason Lowe-Powercpu: Remove branch predictor function predictInOrder
2016-06-06 David Guillen Fandosstats: Fixing regStats function for some SimObjects
2016-04-05 Mitch Hayengacpu: Implement per-thread GHRs
2016-04-05 Mitch Hayengacpu: Add an indirect branch target predictor
2016-04-05 Mitch Hayengacpu: Fix BTB threading oversight
2016-04-06 Andreas SandbergRevert power patch sets with unexpected interactions
2016-04-05 Curtis Dunhamcpu: Implement per-thread GHRs
2016-04-05 Mitch Hayengacpu: Add an indirect branch target predictor
2016-04-05 Mitch Hayengacpu: Fix BTB threading oversight
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2015-04-13 Dibakar Gopecpu: re-organizes the branch predictor structure.
2014-06-30 Anthony Gutierrezcpu: implement a bi-mode branch predictor
2013-01-24 Nilay Vaish ext... branch predictor: move out of o3 and inorder cpus