| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-23 | dyncom: Get rid of armemu.h | Lioncash | |
| 2015-04-20 | dyncom: Remove more unused/unnecessary code | Lioncash | |
| Gets rid of a sizeable amount of stuff in armdefs. | |||
| 2015-04-17 | dyncom: Remove unused/unnecessary VFP cruft | Lioncash | |
| 2015-02-15 | arm: Set the A bit on reset. | Lioncash | |
| This enum value is ORed against in ARMul_Reset (and used to refer to all interrupt bits in the CPSR). So simply updating this is enough. | |||
| 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-02-12 | arm: Remove ARMul_EmulateInit | Lioncash | |
| This was only used for armemu, which has since been removed. Removed components related to this as well. | |||
| 2015-02-11 | arm: Change some more constants into enums | Lioncash | |
| 2015-02-10 | arm: Remove TRUE/FALSE defines | Lioncash | |
| - Removed the Debug parameter from ARMul_State since it isn't used. - Changed ARMul_CoProInit to a void function. It always returned true. | |||
| 2015-01-31 | arm: Adios armemu | Lioncash | |
| 2015-01-30 | arm: Move headers over to pragma once | Lioncash | |
| 2015-01-30 | arm: Throw out a lot of unnecessary code | Lioncash | |
| 2015-01-05 | dyncom: Implement QADD/QSUB/QDADD/QDSUB | Lioncash | |
| 2015-01-02 | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD | Lioncash | |
| 2014-12-28 | dyncom: Implement USAD8/USADA8 | Lioncash | |
| 2014-12-28 | armemu: Fix underflows in USAD8/USADA8 | Lioncash | |
| Initially reported by xdec. | |||
| 2014-12-23 | armemu: Set the Q flag properly for SMLAD/SMUAD | Lioncash | |
| 2014-12-22 | armemu: Fix construction of the CPSR | Lioncash | |
| 2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | |
| 2014-11-24 | Change some SkyEye defines to const ints | Yuri Kunde Schlesner | |
| This prevents them from interfering with other constants defined in different namespaces. | |||
| 2014-10-25 | ARM: Reorganized file structure to move shared SkyEye code to a more common ↵ | bunnei | |
| area. Removed s_ prefix | |||
