Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-12 | misc: Remove redundant compiler-specific defines | Andreas Hansson | |
This patch moves away from using M5_ATTR_OVERRIDE and the m5::hashmap (and similar) abstractions, as these are no longer needed with gcc 4.7 and clang 3.1 as minimum compiler versions. | |||
2014-12-23 | mem: Add MemChecker and MemCheckerMonitor | Marco Elver | |
This patch adds the MemChecker and MemCheckerMonitor classes. While MemChecker can be integrated anywhere in the system and is independent, the most convenient usage is through the MemCheckerMonitor -- this however, puts limitations on where the MemChecker is able to observe read/write transactions. |