gem5/src
Nathan Binkert 07815c3379 region: add a utility class for keeping track of regions of some range
This is basically like the range_map stuff in src/base (range already
exists in Python).  This code is like a set of ranges.  I'm using it
to keep track of changed lines in source code, but it could be use to
keep track of memory ranges and holes in memory regions.  It could
also be used in memory allocation type stuff.  (Though it's not at all
optimized.)
2011-04-15 10:42:32 -07:00
..
arch ARM: Fix checkpoint restoration in ARM_SE. 2011-04-10 21:02:28 -04:00
base refcnt: Update doxygen comments 2011-04-13 09:32:19 -07:00
cpu ARM: Fix checkpoint restoration into O3 CPU and the way O3 switchCpu works. 2011-04-04 11:42:28 -05:00
dev ARM: Include IDE/CF controller by default in PBX model. 2011-04-04 11:42:31 -05:00
doxygen Fix up doxygen. 2006-08-14 19:25:07 -04:00
kern ARM: Fix multiplication error in udelay 2011-04-04 11:42:23 -05:00
mem ruby: fixes to support more types of RubyRequests 2011-04-06 14:41:41 -07:00
python region: add a utility class for keeping track of regions of some range 2011-04-15 10:42:32 -07:00
sim sim: typecast Tick to UTick for eventQ assert 2011-03-29 19:36:36 -04:00
unittest Unit tests: Convert the refcnttest unit test to use the new EXPECT macros. 2011-01-18 01:27:04 -08:00
Doxyfile Fix up doxygen. 2006-08-14 19:25:07 -04:00
SConscript SCons: Stop embedding the mercurial revision into the binary. 2011-03-11 11:27:36 -08:00