Age | Commit message (Expand) | Author |
2019-04-29 | cpu: Get rid of the (read|set)RegOtherThread methods. | Gabe Black |
2019-04-29 | cpu: Include debug flags regardless of whether the ISA is null. | Gabe Black |
2019-04-28 | mem: Minimize the use of MemObject. | Gabe Black |
2019-04-24 | cpu,mem: missing override specifier | Andrea Mondelli |
2019-04-22 | cpu: Eliminate the ProxyThreadContext class. | Gabe Black |
2019-04-10 | cpu: O3 switchFreeList checking VecElems instead of FloatRegs | Giacomo Travaglini |
2019-04-05 | cpu: Correctly account for executed instructions in simple cpus | Nikos Nikoleris |
2019-04-03 | misc: Removed inconsistency in O3* debug msgs | Andrea Mondelli |
2019-04-03 | arch-mips: added missing override specifier (o3) | Andrea Mondelli |
2019-03-28 | cpu: Added a probe to notify the address of retired instructions | Javier Bueno |
2019-03-27 | cpu: Fixed the indirect branch predictor GHR handling | Pau Cabre |
2019-03-23 | misc: missing override specifier | Andrea Mondelli |
2019-03-21 | cpu-kvm: Added informative error message | Ryan Gambord |
2019-03-19 | arch, cpu, dev, gpu, mem, sim, python: start using getPort. | Gabe Black |
2019-03-14 | cpu: Refactor of Physical Register implementation | Andrea Mondelli |
2019-03-14 | arch-arm,cpu: Add initial support for Arm SVE | Giacomo Gabrielli |
2019-03-01 | mem-cache: alias to mem::getMasterPort in TLB class | Andrea Mondelli |
2019-02-27 | misc: Segmentation Fault during O3PipeView execution | Andrea Mondelli |
2019-02-26 | cpu: Fix indirect branch history updates | Srikant Bharadwaj |
2019-02-22 | python: Fix param -> int conversion issues | Andreas Sandberg |
2019-02-22 | cpu-o3: Add cache read ports limit to LSQ | Gabor Dozsa |
2019-02-22 | python: Make iterator handling Python 3 compatible | Andreas Sandberg |
2019-02-19 | cpu: Add ISA* getter in Thread interface | Giacomo Gabrielli |
2019-02-15 | cpu: Fix fast build broken due to unused variable | Giacomo Travaglini |
2019-02-13 | cpu: Added 8KB and 64KB TAGE-SC-L branch predictor | Javier Bueno |
2019-02-12 | python: Don't assume SimObjects live in the global namespace | Andreas Sandberg |
2019-02-08 | cpu: Proposal for changing the indirect branch predictor interface | Jairo Balart |
2019-02-08 | cpu: support atomic memory request type with AtomicOpFunctor | Tuan Ta |
2019-02-08 | cpu: fix how branching is handled when a thread is suspended in MinorCPU | Tuan Ta |
2019-02-08 | cpu: stop scheduling suspended threads in all stages of MinorCPU | Tuan Ta |
2019-02-08 | sim,cpu: make exit_group halt all threads in a group | Tuan Ta |
2019-02-08 | cpu: fixed how O3 CPU executes an exit system call | Tuan Ta |
2019-02-06 | cpu: fix how a thread starts up in MinorCPU | Tuan Ta |
2019-02-05 | misc: added missing override specifier | Andrea Mondelli |
2019-02-05 | cpu: Made the Loop Predictor a SimObject | Javier Bueno |
2019-02-05 | cpu: Made TAGE a SimObject that can be used by other predictors | Jairo Balart |
2019-02-01 | cpu, arch: Replace the CCReg type with RegVal. | Gabe Black |
2019-01-31 | arch: cpu: Rename *FloatRegBits* to *FloatReg*. | Gabe Black |
2019-01-30 | arch,cpu: Add vector predicate registers | Giacomo Gabrielli |
2019-01-25 | cpu, arch, arch-arm: Wire unused VecElem code in the O3 model | Giacomo Travaglini |
2019-01-25 | cpu: O3 rename using the flatIndex instead of index | Giacomo Travaglini |
2019-01-25 | cpu: Fix VecElemClass bugs in cpu models | Giacomo Travaglini |
2019-01-25 | cpu: Add VecElem entries in MinorCPU Scoreboard | Giacomo Travaglini |
2019-01-24 | cpu-o3: O3 LSQ Generalisation | Rekai Gonzalez-Alberquilla |
2019-01-22 | arch: cpu: Stop passing around misc registers by reference. | Gabe Black |
2019-01-17 | cpu-o3: Make the smtCommitPolicy a Param.ScopedEnum | Nikos Nikoleris |
2019-01-17 | cpu-o3: Make the smtROBPolicy a Param.ScopedEnum | Nikos Nikoleris |
2019-01-17 | cpu-o3: Make the smtIQPolicy a Param.ScopedEnum | Nikos Nikoleris |
2019-01-17 | cpu-o3: Make the smtLSQPolicy a Param.ScopedEnum | Nikos Nikoleris |
2019-01-17 | cpu-o3: Make the smtFetchPolicy a Param.ScopedEnum | Nikos Nikoleris |