misc: Replaced master/slave terminology
[gem5.git] / src / arch / arm / decoder.cc
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-07-02 Jordi Vaqueroarch-arm: Implementation of SelfHosted Debug Software...
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-18 Gabe Blackarm: Delete authors lists from the arm files.
2020-02-13 Gabe Blackarm: "Correct" the spelling of flavor.
2019-11-02 Gabe Blackarch,cpu: Move endianness conversion of inst bytes...
2019-03-14 Giacomo Gabrielliarch-arm,cpu: Add initial support for Arm SVE
2018-06-14 Giacomo Travagliniarch-arm: Add Illegal Execution flag to PCState
2015-10-09 Rekai Gonzalez Alb... isa: Add parameter to pick different decoder inside ISA
2014-12-23 Andreas Sandbergarm: Raise an alignment fault if a PC has illegal alignment
2014-12-23 Andreas Sandbergarm: Clean up and document decoder API
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2013-01-05 Gabe BlackDecoder: Remove the thread context get/set from the...
2013-01-05 Gabe BlackARM: Keep a copy of the fpscr len and stride fields...
2012-05-26 Gabe BlackISA,CPU: Generalize and split out the components of...
2012-05-26 Gabe BlackCPU: Merge the predecoder and decoder.
2012-05-25 Gabe BlackISA: Make the decode function part of the ISA's decoder.