cpu: Make the indirect predictor into a SimObject
[gem5.git] / src / cpu / checker /
2019-05-11 Giacomo Gabriellicpu,mem: Add support for partial loads/stores and wide...
2019-05-11 Giacomo Gabriellicpu: Add a memory access predicate
2019-04-30 Gabe Blackcpu: alpha: Delete all occurrances of the simPalCheck...
2019-04-30 Gabe Blackcpu: Remove hwrei from the generic interfaces.
2019-04-30 Gabe Blackarch: cpu: Track kernel stats using the base ISA agnost...
2019-04-29 Gabe Blackcpu: Get rid of the (read|set)RegOtherThread methods.
2019-04-22 Gabe Blackcpu: Eliminate the ProxyThreadContext class.
2019-02-19 Giacomo Gabriellicpu: Add ISA* getter in Thread interface
2019-02-08 Tuan Tacpu: support atomic memory request type with AtomicOpFu...
2019-02-05 Andrea Mondellimisc: added missing override specifier
2019-02-01 Gabe Blackcpu, arch: Replace the CCReg type with RegVal.
2019-01-31 Gabe Blackarch: cpu: Rename *FloatRegBits* to *FloatReg*.
2019-01-30 Giacomo Gabrielliarch,cpu: Add vector predicate registers
2019-01-22 Gabe Blackarch: cpu: Stop passing around misc registers by reference.
2019-01-16 Gabe Blackcpu: dev: sim: gpu-compute: Banish some ISA specific...
2018-12-20 Gabe Blackarch, cpu: Remove float type accessors.
2018-11-28 Rekai Gonzalez-Alb... cpu,arch-arm: Initialise data members
2018-11-16 Rekai Gonzalez-Alb... cpu: Fix the usage of const DynInstPtr
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2018-06-11 Giacomo Travaglinimisc: Substitute pointer to Request with aliased RequestPtr
2018-04-27 Giacomo Travaglinisim,cpu,mem,arch: Introduced MasterInfo data structure
2018-01-09 Gabe Blackcpu, power: Get rid of the remnants of the EA computati...
2017-12-22 Gabe Blackarch,cpu: "virtualize" the TLB interface.
2017-12-05 Nikos Nikoleriscpu: Add support for CMOs in the cpu models
2017-07-05 Rekai Gonzalez-Alb... cpu: Added interface for vector reg file
2017-07-05 Rekai Gonzalez-Alb... cpu: Result refactoring
2017-07-05 Rekai Gonzalez-Alb... cpu: Simplify the rename interface and use RegId
2017-07-05 Nathanael Premillieuarch, cpu: Architectural Register structural indexing
2017-02-27 Brandon Pottersyscall_emul: [PATCH 15/22] add clone/execve for thread...
2015-07-20 Brandon Pottersyscall_emul: [patch 13/22] add system call retry capab...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-08-15 Nikos Nikoleriscpu, arch: fix the type used for the request flags
2016-04-07 Mitch Hayengamem: Remove threadId from memory request class
2016-04-06 Andreas SandbergRevert power patch sets with unexpected interactions
2016-04-05 Mitch Hayengamem: Remove threadId from memory request class
2016-02-23 Andreas Hanssonscons: Add missing override to appease clang
2015-10-12 Andreas Hanssonmisc: Add explicit overrides and fix other clang >...
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-09-30 Mitch Hayengacpu,isa,mem: Add per-thread wakeup logic
2015-09-30 Mitch Hayengacpu: Add per-thread monitors
2015-08-07 Andreas Sandbergbase: Declare a type for context IDs
2015-07-28 Nilay Vaishrevert 5af8f40d8f2c
2015-07-26 Nilay Vaishcpu: implements vector registers
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-02-16 Andreas Hanssonarch: Make readMiscRegNoEffect const throughout
2015-02-11 Andreas Sandbergsim: Move the BaseTLB to src/arch/generic/
2015-01-25 Ali Saidicpu: Remove all notion that we know when the cpu is...
2015-01-22 Andreas Hanssonmem: Clean up Request initialisation
2014-11-06 Marc Orrx86 isa: This patch attempts an implementation at mwait.
2014-10-30 Ali Saidiautomated merge
2014-10-30 Ali Saidicpu: Add support to checker for CACHE_BLOCK_ZERO commands.
2014-10-09 Mitch Hayengacpu: Remove Ozone CPU from the source tree
2014-09-27 Andreas Hanssonarch: Use const StaticInstPtr references where possible
2014-09-27 Andreas Hanssonscons: Address issues related to gcc 4.9.1
2014-09-20 Mitch Hayengaalpha,arm,mips,power,x86,cpu,sim: Cleanup activate...
2014-09-19 Andreas Hanssonarch: Pass faults by const reference where possible
2014-09-12 Andrew Bardsleystyle: Fix line continuation, especially in debug messages
2014-05-13 Curtis Dunhammem: Refactor assignment of Packet types
2014-09-03 Andreas Sandbergarch, cpu: Factor out the ExecContext into a proper...
2014-05-09 Akash Bagdiacpu, arm: Allow the specification of a socket field
2014-03-07 Andreas Hanssoncpu: Make CPU and ThreadContext getters const
2014-01-24 Geoffrey Blakechecker: CheckerCPU handling of MiscRegs was incorrect
2014-01-24 Ali Saidiarch, cpu: Add support for flattening misc register...
2013-11-15 Andreas Hanssoncpu: Fix Checker register index use
2013-10-17 Matt Horsnellcpu: add consistent guarding to *_impl.hh files.
2013-10-15 Yasuko Eckertcpu: add a condition-code register class
2013-10-15 Steve Reinhardtcpu: rename *_DepTag constants to *_Reg_Base
2013-10-15 Steve Reinhardtcpu: clean up architectural register classification
2013-07-18 Andreas Hanssonmem: Set the cache line size on a system level
2013-03-26 Andreas Hanssoncpu: Remove CpuPort and use MasterPort in the CPU classes
2013-01-07 Andreas Sandbergcpu: Implement a flat register interface in thread...
2013-01-07 Andreas Sandbergarch: Make the ISA class inherit from SimObject
2013-01-07 Ali Saidicpu: rename the misleading inSyscall to noSquashFromTC
2013-01-05 Gabe BlackDecoder: Remove the thread context get/set from the...
2012-08-28 Andreas HanssonClock: Add a Cycles wrapper class and use where applicable
2012-08-28 Andreas HanssonChecker: Fix checker CPU ports
2012-05-26 Gabe BlackCPU: Merge the predecoder and decoder.
2012-05-25 Gabe BlackDecode: Make the Decoder class defined per ISA.
2012-05-10 Ali Saidigem5: fix a number of use after free issues
2012-04-14 Andreas HanssonMEM: Remove the Broadcast destination from the packet
2012-04-06 Andreas HanssonMEM: Enable multiple distributed generalized memories
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-03-09 Geoffrey BlakeCheckerCPU: Add function stubs to non-ARM ISA source...
2012-03-09 Geoffrey BlakeCheckerCPU: Make CheckerCPU runtime selectable instead...
2012-03-02 Andreas HanssonCPU: Check that the interrupt controller is created...
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
2012-02-12 Ali Saidimem: Add a master ID to each request object.
2012-02-07 Gabe BlackChecker: Access workload element 0 only if there is...
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Geoffrey BlakeCheckerCPU: Re-factor CheckerCPU to be compatible with...
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-11-18 Gabe BlackSE/FS: Get rid of includes of config/full_system.hh.
2011-11-18 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in the CPU directory.
next