| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-02 | arm: Remove SkyEye/Dyncom code that is ARMv6-only. | bunnei | |
| 2017-05-07 | Dyncom: Tweak types and log formatting | Yuri Kunde Schlesner | |
| 2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
| 2016-09-18 | Dyncom: Disable clang-format on the decoding table. | Emmanuel Gil Peyrot | |
| 2016-05-16 | Disable VFP3 instructions | Jannik Vogel | |
| 2015-12-30 | arm_dyncom_dec: Fix decoding of VMLS | Lioncash | |
| Previously, all VMLS variants would misdecode as CDP (which isn't necessarily wrong in itself, however VMLS has it's own label of execution) | |||
| 2015-07-28 | dyncom: Remove an unnecessary typedef | Lioncash | |
| 2015-07-28 | dyncom: Use enum class for instruction decoding results | Lioncash | |
| 2015-07-25 | dyncom: Move helper functions to their own header | Lioncash | |
| 2015-05-21 | dyncom: Eliminate clang warnings | Lioncash | |
| Gets rid of a whole load of missing brace initialization warnings. | |||
| 2015-05-14 | dyncom: Add ARMv6K NOP and hint instructions to the decoding table | Lioncash | |
| 2015-05-14 | dyncom: Handle some MSR variants individually | Lioncash | |
| This is necessary, as hint instructions will be recognized as MSR, which is pretty bad. | |||
| 2015-05-14 | dyncom: Move exclusive load/stores above bbl and swi in the decoding table | Lioncash | |
| 2015-03-24 | dyncom: Remove unused/unnecessary macros and macro constants | Lioncash | |
| 2015-02-17 | dyncom: Support conditional BKPT instructions | Lioncash | |
| 2015-02-13 | arm: General cleanup | Lioncash | |
| - Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc. | |||
| 2015-01-02 | dyncom: Implemented LDREXD/STREXD/LDREXH/STREXH | bunnei | |
| 2014-12-29 | dyncom: Various cleanups to match coding style, no functional changes. | bunnei | |
| 2014-12-28 | vfp: Actually make the code somewhat readable | Lioncash | |
| 2014-10-25 | ARM: Integrate SkyEye faster "dyncom" interpreter. | bunnei | |
| Fixed typo (make protected member public) Added license header back in. I originally removed this because I mostly rewrote the file, but meh ARM: Fixed a type error in dyncom interpreter. ARM: Updated dyncom to use unique_ptr for internal ARM state. | |||
