misc: Merge branch v20.1.0.3 hotfix into develop
[gem5.git] / src / mem / cache / compressors / dictionary_compressor.hh
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-10-23 Daniel R. Carvalhomem-cache: Implement FPC cache compressor
2020-10-23 Daniel R. Carvalhomem-cache: Make (de)compression latencies params
2020-10-21 Gabe Blackmisc: Fix a few accidental transitive includes.
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-08-31 Daniel R. Carvalhomem-cache: Standardize data parsing in compressors
2020-08-31 Daniel R. Carvalhomem-cache: Allow inheriting from DitionaryCompressor...
2020-08-31 Daniel R. Carvalhomem-cache: Upgrade BaseDictionaryCompressor's stats
2020-08-31 Daniel R. Carvalhomem-cache: Fix RepeatedQwords compressor
2020-08-31 Daniel R. Carvalhomem-cache: Fix integer promotion of mask
2020-08-25 Daniel R. Carvalhomem-cache: Create Compressor namespace
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 Blackmem: Delete authors lists from mem files.
2019-11-28 Gabe Blackmem-cache: Avoid hiding a virtual method in the diction...
2019-11-04 Daniel R. Carvalhomem-cache: Implement BDI sub-compressors
2019-11-04 Daniel R. Carvalhomem-cache: Implement FPC-D cache compression
2019-10-29 Daniel R. Carvalhomem-cache: Add a repeated value pattern to compressors
2019-10-29 Daniel R. Carvalhomem-cache: Inform unused bits instead of bytes in compr...
2019-10-29 Daniel R. Carvalhomem-cache: Add a masked const value pattern to compressors
2019-10-29 Daniel R. Carvalhomem-cache: Add a masked pattern to compressors
2019-10-29 Daniel R. Carvalhomem-cache: Add an uncompressed pattern to compressors
2019-10-29 Daniel R. Carvalhomem-cache: Templatize DictionaryCompressor
2019-10-29 Daniel R. Carvalhomem-cache: Factor out CPack's dictionary functionality