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. | |||
2015-03-26 | cpu: Fix InstPBTrace inheritance | Andreas Hansson | |
This patch fixes an issue that prevented gem5 to be built with C++ config and without Python. | |||
2015-02-16 | cpu: add support for outputing a protobuf formatted CPU trace | Ali Saidi | |
Doesn't support x86 due to static instruction representation. --HG-- rename : src/cpu/CPUTracers.py => src/cpu/InstPBTrace.py |