Age | Commit message (Expand) | Author |
2019-01-16 | cpu: dev: sim: gpu-compute: Banish some ISA specific register types. | Gabe Black |
2019-01-15 | cpu: Fix usage of setArchVecElem | Giacomo Travaglini |
2018-12-22 | cpu: Stop using unions to store FP registers. | Gabe Black |
2018-12-20 | arch, cpu: Remove float type accessors. | Gabe Black |
2018-12-11 | cpu: Fixed typos in parameter/stats descriptions | Pau Cabre |
2018-12-11 | cpu: Added parameters to enable/disable features in LTAGE | Pau Cabre |
2018-12-11 | cpu-o3: Fix bug in LSQUnit(uint32_t, uint32_t) ctor | Tony Gutierrez |
2018-12-04 | base, sim: Add missing destructors | Nikos Nikoleris |
2018-12-03 | cpu: Change raw pointers to STL Containers | Rekai Gonzalez-Alberquilla |
2018-11-28 | cpu: Added new stats to TAGE and LTAGE branch predictors | Pau Cabre |
2018-11-28 | cpu: split LTAGE implementation into a base TAGE and a derived LTAGE | Pau Cabre |
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-22 | cpu: Made LTAGE parameters configurable | Pau Cabre |
2018-11-22 | cpu: Fixed useful counter handling in LTAGE | Pau Cabre |
2018-11-22 | cpu: Fixes on the loop predictor part of LTAGE | Pau Cabre |
2018-11-17 | cpu: Fix LTAGE max number of allocations on update | Pau Cabre |
2018-11-17 | configs: Added an option for choosing branch predictor type | Pau Cabre |
2018-11-16 | cpu: Fix the usage of const DynInstPtr | Rekai Gonzalez-Alberquilla |
2018-11-14 | cpu: Fixed ratio of pred to hyst bits for LTAGE Bimodal | Pau Cabre |
2018-11-13 | cpu: Fixed PC shifting on LTAGE branch predictor | Pau Cabre |
2018-10-09 | cpu: Fix MinorCPU executing Crypto Instructions | Giacomo Travaglini |
2018-10-09 | arch-arm: AArch32 Crypto AES | Matt Horsnell |
2018-10-09 | arch-arm: AArch32 Crypto SHA | Matt Horsnell |
2018-10-01 | cpu: Fix typo in header guard for Noncaching cpu | Giacomo Travaglini |
2018-09-13 | Fix SConstruct for asan build | Earl Ou |
2018-09-12 | cpu: Replace the fastmem with a new CPU model | Andreas Sandberg |
2018-08-24 | cpu: Stream/SubstreamID support in TrafficGen | Giacomo Travaglini |
2018-08-24 | cpu: Turn BaseTrafficGen numSuppressed into a stat | Michiel W. van Tol |
2018-08-21 | misc: Appease GCC 8 | Jason Lowe-Power |
2018-08-17 | scons,ruby: do not generate unnecessary files | Brandon Potter |
2018-08-10 | cpu: Add hash functionality for RegId class | Bradley Wang |
2018-08-10 | cpu: Removed unnecessary file reg_class_impl.hh | Bradley Wang |
2018-07-25 | cpu: Warn when (un)serializing a traffic generator | Giacomo Travaglini |
2018-07-25 | cpu: Allow creation of traffic gen from generic SimObjects | Giacomo Travaglini |
2018-07-24 | cpu-o3: Missing freeing the heads of DepGraph in IQ squashing | Hanhwi Jang |
2018-07-13 | cpu: Add a Python-enabled traffic generator | Andreas Sandberg |
2018-07-13 | cpu: Support trace termination in BaseTrafficGen | Andreas Sandberg |
2018-07-13 | cpu: Unify error handling for address generators | Andreas Sandberg |
2018-07-13 | cpu: Split the traffic generator into two classes | Andreas Sandberg |
2018-06-28 | cpu: Remove reduntant protobuf includes | Andreas Sandberg |
2018-06-21 | cpu: Fix bug introduced by RequestPtr type change | Giacomo Travaglini |
2018-06-14 | cpu: Prevent suspended TimingSimple CPUs from fetching next instructions | Tuan Ta |
2018-06-14 | cpu: add a new instruction type 'Atomic' | Tuan Ta |
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-05-29 | cpu: Avoid unnecessary dynamic_pointer_cast in atomic model | Giacomo Travaglini |
2018-04-27 | sim,cpu,mem,arch: Introduced MasterInfo data structure | Giacomo Travaglini |
2018-03-27 | cpu: Remove ExtMachInst typedefs from the O3 CPU model. | Gabe Black |