| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-02 | arm: Remove SkyEye/Dyncom code that is ARMv6-only. | bunnei | |
| 2017-10-23 | logging: Rename category "Core_ARM11" to "Core_ARM". | bunnei | |
| 2016-09-21 | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | |
| 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 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
| 2015-10-09 | CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls. | Emmanuel Gil Peyrot | |
| The LOG_* function itself already appends one. | |||
| 2015-08-11 | ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ↵ | Emmanuel Gil Peyrot | |
| standard u?int*_t types. | |||
| 2015-07-25 | dyncom: Rename armdefs.h to armstate.h | Lioncash | |
| 2015-07-25 | dyncom: Get rid of skyeye typedefs | Lioncash | |
| 2015-07-10 | Merge pull request #876 from linkmauve/include-cleanups | Yuri Kunde Schlesner | |
| Cleanup includes, mostly in common | |||
| 2015-06-29 | vfp: Change return type of VFPInit from unsigned int to void. | Lioncash | |
| 2015-06-29 | vfp: Handle accesses to FPINST/FPINST2 system registers | Lioncash | |
| Also has a side-benefit of correcting access to the FPEXC register. | |||
| 2015-06-28 | Core, VideoCore: Replace or fix exit() calls. | Emmanuel Gil Peyrot | |
| 2015-06-12 | vfp: Handle accesses to the VFP media feature registers | Lioncash | |
| These are able to be accessed in any privilege mode. | |||
| 2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | |
| 2015-04-17 | dyncom: Remove unused/unnecessary VFP cruft | Lioncash | |
| 2015-04-06 | vfp: Get rid of the VFP_OFFSET macro | 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-02-12 | dyncom: Clean up the constructor | Lioncash | |
| Some function calls aren't necessary and would be handled by regular initialization routines. | |||
| 2015-02-09 | vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuff | Lioncash | |
| 2015-02-06 | vfp: Move FPSID, FPEXC, and FPSCR values over to enums. | Lioncash | |
| Also got rid of duplicate definitions of some of these values. | |||
| 2015-01-31 | vfp: Get rid of some compile warnings | Lioncash | |
| 2015-01-31 | arm: Adios armemu | Lioncash | |
| 2015-01-26 | Update vfp.cpp | bunnei | |
| VFP: Changed a debug log to trace. | |||
| 2015-01-19 | Cleanup: Logging in Core | Chin | |
| 2014-12-30 | vfp: Implement VMOVBRRSS | Lioncash | |
| 2014-12-28 | vfp: Actually make the code somewhat readable | Lioncash | |
| 2014-11-02 | ARM: Merge latest VFP fixes from 3dmoo team. | bunnei | |
| 2014-10-25 | ARM: Reorganized file structure to move shared SkyEye code to a more common ↵ | bunnei | |
| area. Removed s_ prefix | |||
