Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-19 | gcc: Clean-up of non-C++0x compliant code, first steps | Andreas Hansson | |
This patch cleans up a number of minor issues aiming to get closer to compliance with the C++0x standard as interpreted by gcc and clang (compile with std=c++0x and -pedantic-errors). In particular, the patch cleans up enums where the last item was succeded by a comma, namespaces closed by a curcly brace followed by a semi-colon, and the use of the GNU-extension typeof (replaced by templated functions). It does not address variable-length arrays, zero-size arrays, anonymous structs, range expressions in switch statements, and the use of long long. The generated CPU code also has a large number of issues that remain to be fixed, mainly related to overflows in implicit constant conversion (due to shifts). | |||
2012-01-30 | MEM: Clean-up of Functional/Virtual/TranslatingPort remnants | Andreas Hansson | |
This patch cleans up forward declarations and a member-function prototype that still referred to the old FunctionalPort, VirtualPort and TranslatingPort. There is no change in functionality. | |||
2011-04-15 | includes: sort all includes | Nathan Binkert | |
2010-10-01 | ARM: Implement functional virtual to physical address translation | Ali Saidi | |
for debugging and program introspection. | |||
2010-08-25 | ARM: Remove ALPHA KSeg functions. | William Wang | |
These were erronously copied years ago into the ARM directory. | |||
2009-04-05 | arm: add ARM support to M5 | Stephen Hines | |