Age | Commit message (Expand) | Author |
2019-11-02 | arch,cpu: Move endianness conversion of inst bytes into the ISA. | Gabe Black |
2019-10-25 | cpu: Get rid of the serviceInstCountEvents method. | Gabe Black |
2019-10-25 | cpu: Access inst events through ThreadContext instead of the CPU. | Gabe Black |
2019-10-25 | cpu: Make accesses to comInstEventQueue indirect through methods. | Gabe Black |
2019-10-25 | cpu,sim: Delegate PCEvent scheduling from Systems to ThreadContexts. | Gabe Black |
2019-10-25 | cpu: Make the ThreadContext a PCEventScope. | Gabe Black |
2019-10-25 | cpu: Pass the address to check into the PCEventQueue service method. | Gabe Black |
2019-10-15 | sim,cpu: Get rid of the unused instEventQueue. | Gabe Black |
2019-09-23 | cpu, mem: Changing AtomicOpFunctor* for unique_ptr<AtomicOpFunctor> | Jordi Vaquero |
2019-08-28 | cpu: Make get(Data|Inst)Port return a Port and not a MasterPort. | Gabe Black |
2019-07-27 | cpu: Add first-/non-faulting load support to Minor and O3 | Gabor Dozsa |
2019-05-14 | Revert "cpu: fix how a thread starts up in MinorCPU" | Giacomo Travaglini |
2019-05-14 | Revert "cpu: stop scheduling suspended threads in MinorCPU" | Giacomo Travaglini |
2019-05-14 | Revert "cpu: fix branching when thread is suspended in MinorCPU" | Giacomo Travaglini |
2019-05-11 | cpu,mem: Add support for partial loads/stores and wide mem. accesses | Giacomo Gabrielli |
2019-05-11 | cpu: Add a memory access predicate | Giacomo Gabrielli |
2019-04-30 | cpu: alpha: Delete all occurrances of the simPalCheck function. | Gabe Black |
2019-04-30 | cpu: Remove hwrei from the generic interfaces. | Gabe Black |
2019-04-29 | cpu: Get rid of the (read|set)RegOtherThread methods. | Gabe Black |
2019-03-28 | cpu: Added a probe to notify the address of retired instructions | Javier Bueno |
2019-03-14 | arch-arm,cpu: Add initial support for Arm SVE | Giacomo Gabrielli |
2019-02-22 | python: Make iterator handling Python 3 compatible | Andreas Sandberg |
2019-02-12 | python: Don't assume SimObjects live in the global namespace | Andreas Sandberg |
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-06 | cpu: fix how a thread starts up in MinorCPU | Tuan Ta |
2019-02-05 | misc: added missing override specifier | Andrea Mondelli |
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: Fix VecElemClass bugs in cpu models | Giacomo Travaglini |
2019-01-25 | cpu: Add VecElem entries in MinorCPU Scoreboard | Giacomo Travaglini |
2019-01-22 | arch: cpu: Stop passing around misc registers by reference. | Gabe Black |
2019-01-16 | cpu: dev: sim: gpu-compute: Banish some ISA specific register types. | Gabe Black |
2018-12-20 | arch, cpu: Remove float type accessors. | Gabe Black |
2018-12-04 | base, sim: Add missing destructors | Nikos Nikoleris |
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-10-09 | cpu: Fix MinorCPU executing Crypto Instructions | Giacomo Travaglini |
2018-06-14 | cpu-minor: Remove redundant thread startup call | Andreas Sandberg |
2018-06-11 | misc: Using smart pointers for memory Requests | Giacomo Travaglini |
2018-06-11 | misc: Substitute pointer to Request with aliased RequestPtr | Giacomo Travaglini |
2018-03-06 | scons: Switch from the print statement to the print function. | Gabe Black |
2018-02-05 | cpu: MinorCPU handling IsSquashAfter flag | Giacomo Travaglini |
2018-01-09 | cpu, power: Get rid of the remnants of the EA computation insts. | Gabe Black |
2017-12-14 | misc: Updates for gcc7.2 for x86 | Jason Lowe-Power |
2017-12-05 | cpu: Add support for CMOs in the cpu models | Nikos Nikoleris |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2017-11-29 | cpu-minor: Add missing instruction stats | David Guillen Fandos |