gem5/src/unittest
Andreas Hansson ffb6aec603 AddrRange: Transition from Range<T> to AddrRange
This patch takes the final plunge and transitions from the templated
Range class to the more specific AddrRange. In doing so it changes the
obvious Range<Addr> to AddrRange, and also bumps the range_map to be
AddrRangeMap.

In addition to the obvious changes, including the removal of redundant
includes, this patch also does some house keeping in preparing for the
introduction of address interleaving support in the ranges. The Range
class is also stripped of all the functionality that is never used.

--HG--
rename : src/base/range.hh => src/base/addr_range.hh
rename : src/base/range_map.hh => src/base/addr_range_map.hh
2012-09-19 06:15:44 -04:00
..
bitvectest.cc unittest: Add unit tests to the scons framework. 2008-10-02 11:27:01 -07:00
circletest.cc unittest: Add unit tests to the scons framework. 2008-10-02 11:27:01 -07:00
cprintftest.cc includes: sort all includes 2011-04-15 10:44:06 -07:00
cprintftime.cc includes: sort all includes 2011-04-15 10:44:06 -07:00
foo.ini unittest: Cleanup unit tests. Follow style. Garbage Collect. 2008-10-02 11:26:59 -07:00
genini.py Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
initest.cc includes: sort all includes 2011-04-15 10:44:06 -07:00
nmtest.cc unittest: Add unit tests to the scons framework. 2008-10-02 11:27:01 -07:00
rangemaptest.cc AddrRange: Transition from Range<T> to AddrRange 2012-09-19 06:15:44 -04:00
refcnttest.cc Unit tests: Convert the refcnttest unit test to use the new EXPECT macros. 2011-01-18 01:27:04 -08:00
SConscript AddrRange: Simplify Range by removing stream input/output 2012-09-19 06:15:43 -04:00
stattest.cc stats: Add stats unittest for total calculations. 2012-06-05 01:23:10 -04:00
stattest.i unittest: Make unit tests capable of using swig and python, convert stattest 2011-04-15 10:45:11 -07:00
stattestmain.py unittest: Make unit tests capable of using swig and python, convert stattest 2011-04-15 10:45:11 -07:00
strnumtest.cc unittest: Cleanup unit tests. Follow style. Garbage Collect. 2008-10-02 11:26:59 -07:00
symtest.cc includes: sort all includes 2011-04-15 10:44:06 -07:00
tokentest.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
trietest.cc sim: A trie data structure specifically to speed up paging lookups. 2012-04-14 23:19:34 -07:00
unittest.cc copyright: clean up copyright blocks 2011-06-02 14:36:35 -07:00
unittest.hh copyright: clean up copyright blocks 2011-06-02 14:36:35 -07:00