| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-01 | Dyncom: Move cream cache to ARMul_State. | bunnei | |
| 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-04-14 | Core_ARM11: Replace debug prints with our own logging functions in vfpsingle. | Emmanuel Gil Peyrot | |
| 2015-04-14 | Headers: Add some forgotten overrides, thanks clang! | Emmanuel Gil Peyrot | |
| 2015-04-07 | dyncom: Remove unnecessary enum and typedef | Lioncash | |
| Also fixes descriptions in the process. | |||
| 2015-04-06 | vfp: Make the FPSID values match the MPCore | Lioncash | |
| 2015-04-06 | vfp: Get rid of the VFP_OFFSET macro | Lioncash | |
| 2015-04-06 | Merge pull request #685 from lioncash/cpregs | bunnei | |
| dyncom: Set the MPCore CP15 register reset values on initialization. | |||
| 2015-04-06 | core: Migrate 3DS-specific CP15 register setting into Init | Lioncash | |
| 2015-04-06 | arm_interface: Support retrieval/storage to CP15 registers | Lioncash | |
| 2015-04-06 | Move CP15 enum definitions into their own enum. | Lioncash | |
| Also gets rid of preprocessor mumbo-jumbo | |||
| 2015-04-06 | dyncom: Properly return the value of the user RO thread register | Lioncash | |
| 2015-04-06 | dyncom: Set CP15 reset values on initialization | Lioncash | |
| 2015-04-05 | dyncom: Suppress uninitialized variable warnings | Lioncash | |
| The switch cases will always be hit, but this makes compilers stop complaining. | |||
| 2015-04-02 | dyncom: Move CP15 register writing into its own function. | Lioncash | |
| Also implements writing to the rest of the ARM11 MPCore CP15 register set. | |||
| 2015-04-02 | dyncom: Move CP15 register reading into its own function. | Lioncash | |
| Keeps everything contained. Added all supported readable registers in an ARM11 MPCore. | |||
| 2015-03-26 | dyncom: Migrate InAPrivilegedMode to armsupp | Lioncash | |
| It's a generic helper function, so it should be here anyway. | |||
| 2015-03-24 | Merge pull request #674 from lioncash/sys-instrs | bunnei | |
| dyncom: Implement RFE and SRS. | |||
| 2015-03-24 | dyncom: Implement SRS | Lioncash | |
| 2015-03-24 | dyncom: Implement RFE | Lioncash | |
| 2015-03-24 | dyncom: Remove unused/unnecessary macros and macro constants | Lioncash | |
| 2015-03-20 | armmmu: Remove unnecessary enum values | Lioncash | |
| We don't need to care about XScale or Intel specific ARM stuff. | |||
| 2015-03-19 | Merge pull request #659 from lioncash/setend | bunnei | |
| Implement SETEND. | |||
| 2015-03-17 | dyncom: Make Load/Store instructions support big endian | Lioncash | |
| 2015-03-16 | arm_interface: Get rid of GetTicks. | Lioncash | |
| Removes a TODO. | |||
| 2015-03-14 | dyncom: Implement SETEND | Lioncash | |
| 2015-03-10 | dyncom: Minor cleanup | Lioncash | |
| Assemblers will exit with an error when trying to assemble instructions with disallowed registers. | |||
| 2015-03-08 | dyncom: Fix an indexing bug in STM | Lioncash | |
| Previously it would write the contents of register 13 for the case where the link register (r14) is supposed to be written. | |||
| 2015-03-08 | dyncom: General cleanup of STM | Lioncash | |
| 2015-03-08 | dyncom: Increment addr when accessing LR in LDM | Lioncash | |
| 2015-03-07 | Merge pull request #538 from yuriks/perf-stat | Tony Wasserka | |
| Add profiling infrastructure and widget | |||
| 2015-03-03 | vfp: Get rid of warnings | Lioncash | |
| 2015-03-01 | Add profiling infrastructure and widget | Yuri Kunde Schlesner | |
| 2015-02-27 | Merge pull request #620 from lioncash/bkpt | bunnei | |
| arm_disasm: Show conditional code for BKPT instructions. | |||
| 2015-02-27 | arm_disasm: Show conditional code for BKPT instructions. | Lioncash | |
| Changed cond_to_str to take a uint32, since unsigned numbers are only ever passed to it, and this can be a source of warnings for some compilers (also indexing an array without bounds checking a signed number is kind of iffy). | |||
| 2015-02-27 | arm_disasm: Remove unused variable | Lioncash | |
| Also declared an array as static, as it's only used in this translation unit. | |||
| 2015-02-26 | arm: The CP15 Main ID register is not writeable | Lioncash | |
| 2015-02-25 | arm: Remove unnecessary booleans | Lioncash | |
| We don't care about any of these. | |||
| 2015-02-21 | Cleaned up unaligned access. | Kevin Hartman | |
| 2015-02-17 | Merge pull request #582 from lioncash/warnings | bunnei | |
| vfpinstr: Fix trivial signed/unsigned mismatch warnings | |||
| 2015-02-17 | Merge pull request #579 from lioncash/bkpt | bunnei | |
| dyncom: Support conditional BKPT instructions | |||
| 2015-02-17 | vfpinstr: Fix trivial signed/unsigned mismatch warnings | Lioncash | |
| 2015-02-17 | dyncom: Support conditional BKPT instructions | Lioncash | |
| 2015-02-16 | Merge pull request #574 from lioncash/warn | bunnei | |
| vfpdouble: Use %p for printing pointer addresses. | |||
| 2015-02-16 | dyncom: Actually set the destination register for USAD8/USADA8. | Lioncash | |
| Idiotville: Population: 1 - Inhabitant name: Lioncash | |||
| 2015-02-15 | vfpdouble: Use %p for printing pointer addresses. | 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 | core: Apply static to local functions | 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. | |||
