Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-09 | CheckerCPU: Add function stubs to non-ARM ISA source to compile with CheckerCPU | Geoffrey Blake | |
Making the CheckerCPU a runtime time option requires the code to be compatible with ISAs other than ARM. This patch adds the appropriate function stubs to allow compilation. | |||
2012-01-29 | Implement Ali's review feedback. | Gabe Black | |
Try to decrease indentation, and remove some redundant FullSystem checks. | |||
2012-01-07 | Merge with main repository. | Gabe Black | |
2011-10-31 | GCC: Get everything working with gcc 4.6.1. | Gabe Black | |
And by "everything" I mean all the quick regressions. | |||
2011-10-30 | SE/FS: Remove the last references to FULL_SYSTEM from POWER. | Gabe Black | |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert | |
At the same time, rename the trace flags to debug flags since they have broader usage than simply tracing. This means that --trace-flags is now --debug-flags and --trace-help is now --debug-help | |||
2010-09-10 | style: fix sorting of includes and whitespace in some files | Nathan Binkert | |
2010-06-15 | stats: only consider a formula initialized if there is a formula | Nathan Binkert | |
2010-02-12 | Power ISA: Add an alignment fault to Power ISA and check alignment in TLB. | Timothy M. Jones | |
2009-10-27 | POWER: Add support for the Power ISA | Timothy M. Jones | |
This adds support for the 32-bit, big endian Power ISA. This supports both integer and floating point instructions based on the Power ISA Book I v2.06. |