cpu: Replace fixed sized arrays in the O3 inst with variable arrays.
[gem5.git] / src / cpu / base_dyn_inst.hh
2021-02-05 Gabe Blackcpu: Replace fixed sized arrays in the O3 inst with...
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2021-01-27 Gabe Blackarch-x86,cpu: Don't use aliases to hide TheISA::.
2020-12-31 Gabe Blackbase,cpu: Simplify the CircularQueue class significantly.
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-10-21 Giacomo Travaglinicpu: Remove unused demapInstPage and demapDataPage
2020-10-21 Giacomo Travaglinimisc: BaseCPU using ArchMMU instead of ArchDTB/ArchITB
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-25 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-22 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-17 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-16 Gabe Blackarch,cpu: Rearrange StaticInst flags for memory barriers.
2020-09-15 Gabe Blackcpu: Get rid of the unused IsMicroBranch StaticInst...
2020-09-15 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-15 Gabe Blackmips,cpu: Get rid of the IsIprAccess 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-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-09-09 Gabe Blackcpu: Fix style and add overrides to bas_dyn_inst.hh.
2020-09-08 Timothy Hayescpu: HTM Implementation for O3CPU
2020-09-08 Timothy Hayescpu: Base dyn inst HTM flags getter
2020-09-08 Timothy Hayescpu: Add HTM ExecContext API
2020-03-07 Gabe Blackarch,cpu,gpu-compute,mem: Remove asid from Request...
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Gabe Blackcpu: Delete authors lists from the cpu directory.
2020-02-17 Giacomo Travaglinicpu: Mark ExecContext::tcBase() as const
2019-12-11 Giacomo Travaglinicpu: Fix coding style (byteEnable->byte_enable)
2019-12-11 Giacomo Travaglinicpu: Add byteEnable assertions to readMem and initateMe...
2019-09-23 Jordi Vaquerocpu, mem: Changing AtomicOpFunctor* for unique_ptr...
2019-07-28 Gabor Dozsacpu: Fix the type of the effective mem request size
2019-05-30 Giacomo Gabriellicpu-o3: Add support for pinned writes
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-03-14 Andrea Mondellicpu: Refactor of Physical Register implementation
2019-02-08 Tuan Tacpu: support atomic memory request type with AtomicOpFu...
2019-02-01 Gabe Blackcpu, arch: Replace the CCReg type with RegVal.
2019-01-30 Giacomo Gabrielliarch,cpu: Add vector predicate registers
2019-01-24 Rekai Gonzalez-Alb... cpu-o3: O3 LSQ Generalisation
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-16 Rekai Gonzalez-Alb... cpu: Fix the usage of const DynInstPtr
2018-06-14 Tuan Tacpu: add a new instruction type 'Atomic'
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2018-06-11 Giacomo Travaglinimisc: Substitute pointer to Request with aliased RequestPtr
2018-01-09 Gabe Blackcpu: Add a NotAnInst flag to the BaseDynInst class.
2018-01-09 Gabe Blackcpu, power: Get rid of the remnants of the EA computati...
2017-07-05 Rekai Gonzalez-Alb... arch: ISA parser additions of vector registers
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 Premillieucpu: Physical register structural + flat indexing
2017-07-05 Nathanael Premillieuarch, cpu: Architectural Register structural indexing
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-01-18 Steve Reinhardtcpu. arch: add initiateMemRead() to ExecContext interface
2016-01-18 Steve Reinhardtcpu: remove unnecessary data ptr from O3 internal read...
2016-01-11 Andreas Hanssonscons: Enable -Wextra by default
2015-09-30 Mitch Hayengacpu: Add per-thread monitors
2015-09-15 Hongil Yooncpu, o3: consider split requests for LSQ checksnoop...
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-05-15 Andreas Hanssonmisc: Appease gcc 5.1
2015-05-05 Andreas Sandbergmem, cpu: Add a separate flag for strictly ordered...
2015-03-02 Rekaicpu: o3 register renaming request handling improved
2015-02-11 Andreas Sandbergsim: Move the BaseTLB to src/arch/generic/
2015-01-25 Ali Saidisim: Clean up InstRecord
2014-11-06 Marc Orrx86 isa: This patch attempts an implementation at mwait.
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
2014-09-27 Andreas Hanssonarch: Use const StaticInstPtr references where possible
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 Ali Saidicpu: Add CPU support for generatig wake up events when...
2014-01-24 Dam Sunwoomem: per-thread cache occupancy and per-block ages
2013-10-17 Ali Saidicpu: Fix O3 uncacheable load that is replayed but misse...
2013-10-15 Yasuko Eckertcpu: add a condition-code register class
2013-07-18 Andreas Hanssonmem: Set the cache line size on a system level
2012-06-05 Ali SaidiO3: Clean up the O3 structures and try to pack them...
2012-06-05 Ali Saidisim: Remove FastAlloc
2012-03-19 Andreas Hanssongcc: Clean-up of non-C++0x compliant code, first steps
2012-03-09 Geoffrey BlakeCheckerCPU: Make CheckerCPU runtime selectable instead...
2012-02-24 Andreas HanssonCPU: Round-two unifying instr/data CPU ports across...
2012-02-12 Ali Saidimem: Add a master ID to each request object.
2012-02-07 Gabe BlackFaults: Turn off arch/faults.hh
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-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-09-13 Ali SaidiLSQ: Only trigger a memory violation with a load/load...
next