gem5/src
Andreas Hansson fccbf8bb45 AddrRange: Simplify AddrRange params Python hierarchy
This patch simplifies the Range object hierarchy in preparation for an
address range class that also allows striping (e.g. selecting a few
bits as matching in addition to the range).

To extend the AddrRange class to an AddrRegion, the first step is to
simplify the hierarchy such that we can make it as lean as possible
before adding the new functionality. The only class using Range and
MetaRange is AddrRange, and the three classes are now collapsed into
one.
2012-09-19 06:15:41 -04:00
..
arch X86: make use of register predication 2012-09-11 09:33:42 -05:00
base scons: Use c++0x with gcc >= 4.4 instead of 4.6 2012-09-14 12:13:18 -04:00
cpu Base CPU: Initialize profileEvent to NULL 2012-09-12 21:40:28 -05:00
dev Device: Bump PIO and PCI latencies to more reasonable values 2012-09-10 11:57:36 -04:00
doxygen Fix up doxygen. 2006-08-14 19:25:07 -04:00
kern syscall emulation: Enabled getrlimit and getrusage for x86. 2012-08-06 19:52:56 -07:00
mem ruby: eliminate typedef integer_t 2012-09-18 22:49:12 -05:00
python AddrRange: Simplify AddrRange params Python hierarchy 2012-09-19 06:15:41 -04:00
sim NetBSD: Build on NetBSD 2012-09-10 11:57:42 -04:00
unittest stats: Add stats unittest for total calculations. 2012-06-05 01:23:10 -04:00
Doxyfile Fix up doxygen. 2006-08-14 19:25:07 -04:00
SConscript gcc: Enable Link-Time Optimization for gcc >= 4.6 2012-09-14 12:13:22 -04:00