| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-02 | arm: Remove SkyEye/Dyncom code that is ARMv6-only. | bunnei | |
| 2017-08-21 | Dyncom: Use size_t instead of int to store the instruction offsets in the ↵ | Subv | |
| instruction cache. Fixes a few warnings. | |||
| 2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | |
| This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||
| 2016-09-18 | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | |
| 2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
| 2015-11-29 | armstate: Zero out the registers on creation | Lioncash | |
| std::array isn't always guaranteed to explicitly zero out it's contents without an initializer list. | |||
| 2015-10-04 | Implement gdbstub | polaris- | |
| 2015-09-16 | general: Silence some warnings when using clang | Lioncash | |
| 2015-07-27 | dyncom: Migrate exclusive memory access control into armstate | Lioncash | |
| 2015-07-26 | dyncom: Use std::array for register arrays | Lioncash | |
| 2015-07-26 | dyncom: Use ARMul_State as an object | Lioncash | |
| Gets rid of C-like parameter passing. | |||
| 2015-07-25 | dyncom: Remove unnecessary initialization code. | Lioncash | |
| Targeting ARM version variants was only a thing on armemu. The reset routine also does basically the same thing as NewState. | |||
| 2015-07-25 | dyncom: Remove unnecessary abort-related cruft | Lioncash | |
| Both the MPCore and the ARM9 have the same data abort model (base restored), so differentiating isn't necessary. | |||
| 2015-07-25 | dyncom: Rename armdefs.h to armstate.h | Lioncash | |
