gem5/src/mem/cache
Andreas Hansson 2ac04c11ac misc: Add explicit overrides and fix other clang >= 3.5 issues
This patch adds explicit overrides as this is now required when using
"-Wall" with clang >= 3.5, the latter now part of the most recent
XCode. The patch consequently removes "virtual" for those methods
where "override" is added. The latter should be enough of an
indication.

As part of this patch, a few minor issues that clang >= 3.5 complains
about are also resolved (unused methods and variables).
2015-10-12 04:08:01 -04:00
..
prefetch misc: Remove redundant compiler-specific defines 2015-10-12 04:07:59 -04:00
tags misc: Add explicit overrides and fix other clang >= 3.5 issues 2015-10-12 04:08:01 -04:00
base.cc mem: Add explicit Cache subclass and make BaseCache abstract 2015-08-21 07:03:23 -04:00
base.hh mem: Add explicit Cache subclass and make BaseCache abstract 2015-08-21 07:03:23 -04:00
blk.cc mem: Add support for a security bit in the memory system 2014-01-24 15:29:30 -06:00
blk.hh base: Declare a type for context IDs 2015-08-07 09:59:13 +01:00
cache.cc mem: Add check for block status on WriteLineReq fill 2015-09-25 07:26:58 -04:00
cache.hh misc: Add explicit overrides and fix other clang >= 3.5 issues 2015-10-12 04:08:01 -04:00
Cache.py mem: Add explicit Cache subclass and make BaseCache abstract 2015-08-21 07:03:23 -04:00
mshr.cc mem: Avoid setting markPending if not needed 2015-09-04 13:14:03 -04:00
mshr.hh mem: Modernise MSHR iterators to C++11 2015-03-27 04:55:57 -04:00
mshr_queue.cc sim: Refactor and simplify the drain API 2015-07-07 09:51:05 +01:00
mshr_queue.hh misc: Remove redundant compiler-specific defines 2015-10-12 04:07:59 -04:00
SConscript mem: Add explicit Cache subclass and make BaseCache abstract 2015-08-21 07:03:23 -04:00