Age | Commit message (Expand) | Author |
2019-03-20 | invisispec-1.0 source | Iru Cai |
2018-11-28 | cpu,arch-arm: Initialise data members | Rekai Gonzalez-Alberquilla |
2018-11-27 | arch, base, cpu, gpu, mem: Replace assert(0 or false with panic. | Gabe Black |
2018-11-16 | cpu: Fix the usage of const DynInstPtr | Rekai Gonzalez-Alberquilla |
2018-01-09 | cpu: Use the NotAnInst flag to avoid passing an inst to fetch faults. | Gabe Black |
2017-10-13 | cpu-o3: Avoid early checker verification for store conditionals | Nikos Nikoleris |
2017-07-12 | cpu: Refactor some Event subclasses to lambdas | Sean Wilson |
2017-07-05 | arch: ISA parser additions of vector registers | Rekai Gonzalez-Alberquilla |
2015-07-20 | syscall_emul: [patch 13/22] add system call retry capability | Brandon Potter |
2015-12-07 | probe: Add probe in Fetch, IEW, Rename and Commit | Radhika Jagtap |
2015-05-05 | mem, cpu: Add a separate flag for strictly ordered memory | Andreas Sandberg |
2015-03-09 | cpu: o3: another assert instead of check | Nilay Vaish |
2015-03-09 | cpu: o3: remove unused stat variables. | Nilay Vaish |
2015-03-09 | cpu: o3: combine if with same condition | Nilay Vaish |
2015-03-09 | cpu: o3: remove member variable squashCounter | Nilay Vaish |
2014-12-05 | cpu: Only check for PC events on instruction boundaries. | Gabe Black |
2014-09-03 | cpu: Fix o3 drain bug | Mitch Hayenga |
2014-09-03 | cpu: Fix SMT scheduling issue with the O3 cpu | Mitch Hayenga |
2014-09-03 | cpu: Fix o3 front-end pipeline interlock behavior | Mitch Hayenga |
2014-05-31 | style: eliminate equality tests with true and false | Steve Reinhardt |
2014-05-09 | cpu: add more instruction mix statistics | Curtis Dunham |
2014-04-23 | cpu: Add O3 CPU width checks | Dam Sunwoo |
2014-04-19 | o3: Fix occupancy checks for SMT | Faissal Sleiman |
2014-01-24 | checker: CheckerCPU handling of MiscRegs was incorrect | Geoffrey Blake |
2014-01-24 | base: add support for probe points and common probes | Matt Horsnell |
2013-10-31 | cpu: Fix O3 issuse with load+barrier instructions. | Ali Saidi |
2013-10-17 | cpu: add consistent guarding to *_impl.hh files. | Matt Horsnell |
2013-03-29 | o3cpu: commit: changes interrupt handling | Nilay Vaish |
2013-02-15 | o3: fix tick used for renaming and issue with range selection | Matt Horsnell |
2013-02-15 | cpu: include set in o3/commit_impl. | Ali Saidi |
2013-02-15 | cpu: Fix a livelock in the o3 cpu. | Ali Saidi |
2013-01-07 | cpu: Rewrite O3 draining to avoid stopping in microcode | Andreas Sandberg |
2013-01-07 | cpu: Fix broken squashAfter implementation in O3 CPU | Andreas Sandberg |
2013-01-07 | cpu: Initialize the O3 pipeline from startup() | Andreas Sandberg |
2013-01-07 | cpu: rename the misleading inSyscall to noSquashFromTC | Ali Saidi |
2012-09-25 | CPU: Add abandoned instructions to O3 Pipe Viewer | Djordje Kovacevic |
2012-09-12 | stats: remove duplicate instruction stats from the commit stage | Anthony Gutierrez |
2012-08-28 | Clock: Rework clocks to avoid tick-to-cycle transformations | Andreas Hansson |
2012-08-15 | O3,ARM: fix some problems with drain/switchout functionality and add Drain DP... | Anthony Gutierrez |
2012-06-05 | O3: Clean up the O3 structures and try to pack them a bit better. | Ali Saidi |
2012-03-09 | O3/Ozone: Eliminate dead code counting software prefetch insts | Geoffrey Blake |
2012-03-09 | CheckerCPU: Make CheckerCPU runtime selectable instead of compile selectable | Geoffrey Blake |
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 |
2012-02-12 | cpu: add separate stats for insts/ops both globally and per cpu model | Anthony Gutierrez |
2012-02-10 | O3 CPU: Strengthen condition for handling interrupts | Nilay Vaish |
2012-02-10 | O3 CPU: Provide the squashing instruction | Nilay Vaish |
2012-01-31 | Merge with head, hopefully the last time for this batch. | Gabe Black |
2012-01-31 | CheckerCPU: Re-factor CheckerCPU to be compatible with current gem5 | Geoffrey Blake |
2012-01-16 | Merge yet again with the main repository. | Gabe Black |