misc: Updated the RELEASE-NOTES and version number
[gem5.git] / src / cpu / pred / bpred_unit.hh
2020-09-03 Emily Brickeycpu: convert bpred_unit to new style stats
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-18 Gabe Blackcpu: Remove default argument values for the update...
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Gabe Blackcpu: Delete authors lists from the cpu directory.
2019-05-13 Jairo Balartcpu: Make the indirect predictor into a SimObject
2019-02-08 Jairo Balartcpu: Proposal for changing the indirect branch predicto...
2019-02-05 Jairo Balartcpu: Made TAGE a SimObject that can be used by other...
2016-12-21 Arthur Peraiscpu: disallow speculative update of branch predictor...
2016-11-30 Jason Lowe-Powercpu: Remove branch predictor function predictInOrder
2016-04-05 Mitch Hayengacpu: Implement per-thread GHRs
2016-04-05 Mitch Hayengacpu: Add an indirect branch target predictor
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
2015-10-12 Andreas Hanssonmisc: Add explicit overrides and fix other clang >...
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-04-13 Dibakar Gopecpu: re-organizes the branch predictor structure.
2014-10-16 Andreas Sandbergcpu: Add branch predictor PMU probe points
2014-09-27 Andreas Hanssonarch: Use const StaticInstPtr references where possible
2014-09-03 Mitch Hayengacpu: Fix incorrect speculative branch predictor behavior
2014-08-13 Andreas Hanssoncpu: Modernise the branch predictor (STL and C++11)
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