gem5/src/arch
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
..
alpha misc: Add explicit overrides and fix other clang >= 3.5 issues 2015-10-12 04:08:01 -04:00
arm misc: Add explicit overrides and fix other clang >= 3.5 issues 2015-10-12 04:08:01 -04:00
generic misc: Add explicit overrides and fix other clang >= 3.5 issues 2015-10-12 04:08:01 -04:00
mips misc: Remove redundant compiler-specific defines 2015-10-12 04:07:59 -04:00
null cpu,isa,mem: Add per-thread wakeup logic 2015-09-30 11:14:19 -05:00
power misc: Remove redundant compiler-specific defines 2015-10-12 04:07:59 -04:00
sparc misc: Remove redundant compiler-specific defines 2015-10-12 04:07:59 -04:00
x86 misc: Remove redundant compiler-specific defines 2015-10-12 04:07:59 -04:00
isa_parser.py arch: clean up isa_parser error handling 2015-10-06 17:26:50 -07:00
micro_asm.py scons: add slicc and ply to sys.path and PYTHONPATH so everyone has access 2009-09-22 15:24:16 -07:00
micro_asm_test.py Add a second section to make sure the ROM is extended properly. 2007-05-31 22:21:21 +00:00
SConscript revert 5af8f40d8f2c 2015-07-28 01:58:04 -05:00