gem5/src/mem/ruby/system
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
..
CacheRecorder.cc ruby: rename System.{hh,cc} to RubySystem.{hh,cc} 2015-09-16 12:03:03 -04:00
CacheRecorder.hh misc: Remove redundant compiler-specific defines 2015-10-12 04:07:59 -04:00
DMASequencer.cc ruby: message buffer, timer table: significant changes 2015-09-16 11:59:56 -05:00
DMASequencer.hh misc: Add explicit overrides and fix other clang >= 3.5 issues 2015-10-12 04:08:01 -04:00
RubyPort.cc ruby: RubyPort delete snoop requests 2015-09-29 09:28:25 -05:00
RubyPort.hh misc: Add explicit overrides and fix other clang >= 3.5 issues 2015-10-12 04:08:01 -04:00
RubyPortProxy.cc MEM: Add port proxies instead of non-structural ports 2012-01-17 12:55:08 -06:00
RubyPortProxy.hh MEM: Add port proxies instead of non-structural ports 2012-01-17 12:55:08 -06:00
RubySystem.cc ruby: print addresses in hex 2015-09-18 13:27:47 -05:00
RubySystem.hh misc: Add explicit overrides and fix other clang >= 3.5 issues 2015-10-12 04:08:01 -04:00
RubySystem.py ruby: rename System.{hh,cc} to RubySystem.{hh,cc} 2015-09-16 12:03:03 -04:00
SConscript ruby: rename System.{hh,cc} to RubySystem.{hh,cc} 2015-09-16 12:03:03 -04:00
Sequencer.cc misc: Remove redundant compiler-specific defines 2015-10-12 04:07:59 -04:00
Sequencer.hh misc: Remove redundant compiler-specific defines 2015-10-12 04:07:59 -04:00
Sequencer.py ruby: Remove the RubyCache/CacheMemory latency 2015-08-14 00:19:37 -05:00