Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-27 | arch: Use const StaticInstPtr references where possible | Andreas Hansson | |
This patch optimises the passing of StaticInstPtr by avoiding copying the reference-counting pointer. This avoids first incrementing and then decrementing the reference-counting pointer. | |||
2014-08-13 | power: Remove unused private members to fix compile-time warning | Andreas Sandberg | |
Certain versions of clang complain about unused private members if they are not used. This changeset removes such members from the POWER-specific ProcessInfo struct to silence the warning. | |||
2011-11-13 | Power: Add a stubbed out stacktrace.cc | Gabe Black | |