Age | Commit message (Expand) | Author |
2015-09-15 | cpu: pred: Local Predictor Reset in Tournament Predictor | Andrew Lukefahr |
2015-04-13 | cpu: re-organizes the branch predictor structure. | Dibakar Gope |
2014-10-16 | cpu: Add branch predictor PMU probe points | Andreas Sandberg |
2014-09-27 | arch: Use const StaticInstPtr references where possible | Andreas Hansson |
2014-09-03 | cpu: fix bimodal predictor to use correct global history reg | Dam Sunwoo |
2014-09-03 | cpu: Fix incorrect speculative branch predictor behavior | Mitch Hayenga |
2014-08-13 | scons: Build the branch predictor for all CPUs | Andreas Sandberg |
2014-08-13 | cpu: Modernise the branch predictor (STL and C++11) | Andreas Hansson |
2014-07-23 | cpu: `Minor' in-order CPU model | Andrew Bardsley |
2014-06-30 | cpu: implement a bi-mode branch predictor | Anthony Gutierrez |
2013-10-17 | cpu: add consistent guarding to *_impl.hh files. | Matt Horsnell |
2013-05-14 | cpu: remove local/globalHistoryBits params from branch pred | Anthony Gutierrez |
2013-01-24 | branch predictor: move out of o3 and inorder cpus | Nilay Vaish ext:(%2C%20Timothy%20Jones%20%3Ctimothy.jones%40cl.cam.ac.uk%3E) |
2012-12-06 | TournamentBP: Fix some bugs with table sizes and counters | Erik Tomusk |
2012-11-02 | o3: Fix a couple of issues with the local predictor. | Mrinmoy Ghosh |
2012-02-13 | BPred: Fix RAS to handle predicated call/return instructions. | Mrinmoy Ghosh |
2012-02-13 | BP: Fix several Branch Predictor issues. | Mrinmoy Ghosh |
2011-08-07 | O3: Fix uninitialized variable in the tournament branch predictor. | Ali Saidi |
2011-07-10 | Branch predictor: Fixes the tournament branch predictor. | Mrinmoy Ghosh |
2011-06-02 | scons: rename TraceFlags to DebugFlags | Nathan Binkert |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-05-13 | BPRED: Fixed the treshold-bug in the tournament predictor. | Maximilien Breughe |
2009-06-04 | types: clean up types, especially signed vs unsigned | Nathan Binkert |
2009-06-04 | move: put predictor includes and cc files into the same place | Nathan Binkert |