arch-x86: Use popCount from bitfields.hh.
[gem5.git] / src / cpu /
2021-02-10 Gabe Blackcpu: Delete the empty, default off "nocpu".
2021-02-10 Hoa Nguyencpu: Remove units from stats description
2021-02-10 Hoa Nguyencpu: Add Units to cpu stats
2021-02-10 Hoa Nguyencpu,mem: Converting stats to supported units
2021-02-10 Gabe Blackcpu: Track misc regs in vectors in the O3 CPU instructi...
2021-02-10 Gabe Blackcpu: Track flat register indices in the Minor CPU with...
2021-02-10 Gabe Blackcpu: Factor MaxInst(SrcDest)Regs out of the trace CPU.
2021-02-05 Gabe Blackarch,cpu: Move a Decode DPRINTF into the arch Decoder...
2021-02-05 Gabe Blackcpu: Replace fixed sized arrays in the O3 inst with...
2021-02-04 Gabe Blackcpu: Style fixes in the trace CPU.
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2021-02-03 Gabe Blackmisc: Re-remove Authors lines from source files.
2021-02-03 Gabe Blackarch-arm,cpu: Use getEMI() in more places.
2021-02-03 Gabe Blackarch-arm,cpu: Introduce a getEMI virtual method on...
2021-02-02 Gabe Blackext: Update pybind11 to version 2.6.2.
2021-01-27 Andreas Sandbergarch, mem, cpu, systemc: Remove Python 2.7 glue code
2021-01-27 Hoa Nguyencpu,mem,sim: Use ADD_STAT macro where possible
2021-01-27 Gabe Blackcpu: Style fixes in cpu/reg_class.hh.
2021-01-27 Gabe Blackcpu: Style fixes in cpu/exec_context.hh and thread_cont...
2021-01-27 Gabe Blackarch-x86,cpu: Don't use aliases to hide TheISA::.
2021-01-27 Gabe Blackbase,cpu,sim: Stop "using namespace TheISA".
2021-01-25 Gabe Blackcpu: Eliminate the empty cpu/exec_context.cc.
2021-01-23 Gabe Blackcpu: Stop "using namespace std"
2021-01-19 Gabe Blackcpu: Remove the default, globally sized index arrays...
2021-01-15 Daniel R. Carvalhomisc: Fix some includes
2021-01-14 Daniel R. Carvalhocpu-o3: Add missing tid in Rename's debug message
2021-01-13 Gabe Blackmisc: Fix missing includes.
2020-12-31 Gabe Blackbase,cpu: Simplify the CircularQueue class significantly.
2020-12-15 Gabe Blackx86,sim: Remove special handling for KVM in the clone...
2020-12-14 Yu-hsin Wangmem: Align the Substream naming in Request
2020-12-13 Mahyar Samanicpu: Update stats for LTAGE bpred
2020-12-10 Mahyar Samanicpu,stats: Update stats for tage_sc_l to new style...
2020-12-08 Giacomo Travaglinicpu: MinorCPU not updating cycle counter value
2020-12-04 Daniel Gerzhoycpu-o3: Fixed halt assertion failure
2020-12-03 Giacomo Travaglinicpu, sim: Remove unused System::totalNumInst
2020-11-26 Bobby R. BruceMerge "misc: Merge branch hotfix v20.1.0.2 branch into...
2020-11-19 Hoa Nguyencpu,stats: Update stats style for base.hh and base.cc
2020-11-19 Hoa Nguyencpu-simple,stats: Update stats style
2020-11-19 Hoa Nguyencpu-o3,stats: Update stats style for mem_dep_unit.hh
2020-11-19 Hoa Nguyencpu-o3,stats: Update stats style for cpu.hh and cpu.cc
2020-11-19 Hoa Nguyencpu-o3,stats: Update stats style of inst_queue & inst_q...
2020-11-19 Hoa Nguyencpu-o3,stats: Update stats style for iew and iew_impl
2020-11-19 Hoa Nguyencpu-minor,stats: Update stats style of MinorCPU
2020-11-19 Gabe Blackcpu: Add an StaticInst accessor for setting register...
2020-11-19 Xiongfeicpu-minor: this is a bug fix for MinorCPU for thread...
2020-11-18 Bobby R. Brucearch-gcn3,misc: Added missing overrides to gpu_thread.hh
2020-11-18 Gabe Blackcpu: Access src and dest reg indexes using a pointer...
2020-11-17 Bobby R. Brucearch-gcn3, misc: Added missing override to protocol_tes...
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-11-14 Daniel R. Carvalhobase,cpu,mem: Use templatized SatCounter
2020-11-14 Hoa Nguyencpu,stats: Fix incorrect stat names of ThreadStateStats
2020-11-10 Gabe Blackcpu: Make the NonCachingSimpleCPU use a back door for...
2020-11-06 Gabe Blackcpu: Style fixes in the AtomicSimpleCPU.
2020-11-06 Gabe Blackarch,cpu: Enforce using accessors to get at src/destRegIdx.
2020-11-04 Kyle Roartyconfigs,tests: Add tokens to GPU VIPER tester
2020-11-04 Tuan Tagpu-compute,mem-ruby: Replace ACQUIRE and RELEASE reque...
2020-11-04 Matthew Porembatests,configs,mem-ruby: Adding Ruby tester for GPU_VIPER
2020-11-03 Giacomo Travaglinicpu, fastmodel: Remove the old getDTBPtr/getITBPtr...
2020-10-30 Gabe Blackmisc: Delete the now unnecessary create methods.
2020-10-21 Giacomo Travaglinicpu: Remove unused demapInstPage and demapDataPage
2020-10-21 Giacomo Travaglinimisc: BaseCPU using ArchMMU instead of ArchDTB/ArchITB
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-10-14 Gabe Blackcpu: Remove automatic overriding of numThreads in SE...
2020-10-13 Gabe Blackcpu: Change how O3 handles requests for SMT in full...
2020-10-13 Gabe Blackcpu: Remove the "SingleThreaded" fetch policy from...
2020-10-13 Hoa Nguyenmisc: Remove an extra file in src/cpu
2020-10-06 Pierre Ayoubcpu: Add recursion for DTB entry generation inside...
2020-10-01 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-30 Giacomo Travaglinicpu: Never use a empty byteEnable
2020-09-29 Timothy Hayescpu: Allow storing an invalid HTM checkpoint
2020-09-28 Gabe Blackmisc: Update attribute syntax, and reorganize compiler.hh.
2020-09-28 Ciro Santillicpu: make ExecSymbol show the symbol in addition to...
2020-09-28 Gabe Blackarch,base,cpu,dev: Get rid of the M5_DUMMY_RETURN macro.
2020-09-25 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-23 Gabe Blackcpu: Use cprintf and C++ type magic to get rid of a...
2020-09-22 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-20 Gabe Blackarch,cpu,sim: Route system calls through the workload.
2020-09-20 Gabe Blackcpu: Clear out some unnecessary ISA dependence in threa...
2020-09-17 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-16 Gabe Blackarch,cpu: Get rid of the IsMemRef StaticInst flag.
2020-09-16 Gabe Blackarch,cpu: Rearrange StaticInst flags for memory barriers.
2020-09-16 Gabe Blackmips,cpu: Eliminate the unused IsIndexed StaticInst...
2020-09-15 Gabe Blackcpu: Get rid of the unused IsMicroBranch StaticInst...
2020-09-15 Gabe Blackx86,cpu: Get rid of the unused IsCC StaticInst flag.
2020-09-15 Gabe Blackmips,cpu: Get rid of the IsDpsOp StaticInst flag.
2020-09-15 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-15 Bobby R. Brucecpu,misc: Revert problematic terminology renames in...
2020-09-15 Gabe Blackmips,cpu: Get rid of the IsIprAccess StaticInst flag.
2020-09-15 Gabe Blackmips,cpu: Get rid of the IsERET StaticInst flag.
2020-09-15 Gabe Blackcpu: Get rid of the IsThreadSync StaticInst flag.
2020-09-15 Gabe Blackmips,cpu: Get rid of the IsCondDelaySlot StaticInst...
2020-09-14 Jason Lowe-Powerdev: Fix port name in x86 device
2020-09-14 Andreas Sandbergstats: Move global CPU stats to BaseCPU
2020-09-14 Andreas Sandbergbase, sim, mem, arch: Remove the dummy CPU in NULL
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-09-10 Bobby R. Brucecpu: Fixed unused var error when with fast builds
2020-09-09 Emily Brickeycpu-o3: convert rename to new style stats
2020-09-09 Emily Brickeycpu-o3: convert rob to new style stats
2020-09-09 Emily Brickeycpu-o3: convert lsq_unit to new style stats
2020-09-09 Emily Brickeycpu-o3: convert decode to new style stats
next