| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-12 | dyncom: Switch the app and system cores into the correct mode at initialization | Lioncash | |
| 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-12 | dyncom: Remove warning for SXTAH | Lioncash | |
| This is tested to work correctly. | |||
| 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-12 | armdefs: Remove unnecessary extern C | Lioncash | |
| 2015-02-11 | arm: Remove ARM26 support. | Lioncash | |
| This will never be used. 32-bit is the norm. | |||
| 2015-02-11 | Merge pull request #559 from lioncash/clean | bunnei | |
| arm: Some cleanup. Also fixed the initial ARM mode that is emulated. | |||
| 2015-02-11 | arm: Get rid of some magic constants. Specify proper ARM mode. | Lioncash | |
| Initially, we were starting the emulator in USER26MODE, which is incorrect, this should be USER32MODE. | |||
| 2015-02-11 | arm: Change some more constants into enums | Lioncash | |
| 2015-02-10 | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | |
| Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft. | |||
| 2015-02-10 | Merge pull request #556 from lioncash/clean | bunnei | |
| arm: Remove TRUE/FALSE defines | |||
| 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-02-10 | arm_dyncom_thumb: Make lookup tables static | Lioncash | |
| These don't need to be recreated all the time. | |||
| 2015-02-10 | Merge pull request #553 from lioncash/denorm | bunnei | |
| vfp: Normalize accumulator for multiply accumulate instructions | |||
| 2015-02-10 | dyncom: Add more regs to MCR/MRC | Lioncash | |
| Adds the registers that were left out of some coprocessor ranges. | |||
| 2015-02-10 | vfp: Normalize accumulator for multiply accumulate instructions | Lioncash | |
| 2015-02-09 | Scheduler refactor Pt. 1 | Kevin Hartman | |
| * Simplifies scheduling logic, specifically regarding thread status. It should be much clearer which statuses are valid for a thread at any given point in the system. * Removes dead code from thread.cpp. * Moves the implementation of resetting a ThreadContext to the corresponding core's implementation. Other changes: * Fixed comments in arm interfaces. * Updated comments in thread.cpp * Removed confusing, useless, functions like MakeReady() and ChangeStatus() from thread.cpp. * Removed stack_size from Thread. In the CTR kernel, the thread's stack would be allocated before thread creation. | |||
| 2015-02-09 | vfpdouble: Fix the FTOUI NaN sign setting | Lioncash | |
| This was fixed for vfpsingle, but not vfpdouble | |||
| 2015-02-09 | Throw more unused/unnecessary VFP code out | Lioncash | |
| 2015-02-09 | vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuff | Lioncash | |
| 2015-02-09 | vfp_helper: Normalize tabs to spaces | Lioncash | |
| 2015-02-06 | vfp_helper: Remove unnecessary extern C blocks | 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-02-04 | Merge pull request #537 from lioncash/vfp | bunnei | |
| vfp: Fix VCVT | |||
| 2015-02-04 | Merge pull request #536 from lioncash/dead | bunnei | |
| vfp: Throw out unused code | |||
| 2015-02-04 | vfp: Fix VCVT | Lioncash | |
| These variants exclusively read from the single precision regs and write to double-precision registers Fixes issues where converted values would be way off from what they should be due to the results being stored in the wrong registers. | |||
| 2015-02-04 | vfp: Throw out unused code | Lioncash | |
| 2015-02-03 | dyncom: Remove more unnecessary code | Lioncash | |
| 2015-02-03 | core: Fix some warnings on OSX | Lioncash | |
| 2015-02-01 | Merge pull request #525 from lioncash/armwarn | bunnei | |
| vfp: Get rid of some compile warnings | |||
| 2015-01-31 | vfp: Get rid of some compile warnings | Lioncash | |
| 2015-01-31 | arm: Clean up ARMul_State | Lioncash | |
| Remove unnecessary/unused struct variables. | |||
| 2015-01-31 | arm: Adios armemu | Lioncash | |
| 2015-01-30 | dyncom: clean up arm_dyncom_dec.h | Lioncash | |
| 2015-01-30 | arm: Move headers over to pragma once | Lioncash | |
| 2015-01-30 | arm: Get rid of armcpu.h and skyeye_types.h | Lioncash | |
| 2015-01-30 | arm: Clean out armos.h and armmmu.h | Lioncash | |
| 2015-01-30 | arm: Throw out a lot of unnecessary code | Lioncash | |
| 2015-01-30 | armdefs: Move some defines over to enums | Lioncash | |
| 2015-01-27 | dyncom: Minor cleanup | Lioncash | |
| Narrow scopes for the instruction variables. Remove unnecessary parentheses. | |||
| 2015-01-26 | Update vfp.cpp | bunnei | |
| VFP: Changed a debug log to trace. | |||
| 2015-01-24 | Merge pull request #410 from chinhodado/cleanup | bunnei | |
| Cleanup: Logging in Core | |||
| 2015-01-23 | vfp: Clean up vertical alignment for instructions | Lioncash | |
| 2015-01-22 | dyncom: Minor cleanup | Lioncash | |
| Removes some unused macros and cleans up indentation inconsistencies | |||
| 2015-01-19 | dyncom: Clarify precedence for ternary statements | Lioncash | |
| 2015-01-19 | Cleanup: Logging in Core | Chin | |
| 2015-01-18 | dyncom: Implement missing shifts in ScaledRegisterPostIndexed, etc | Lioncash | |
| 2015-01-17 | dyncom: Handle the ARM A2 encoding of STRT/LDRT | Lioncash | |
| These were also missing the shifted register case. | |||
| 2015-01-16 | dyncom: Handle the ARM A2 encoding of LDRBT/STRBT. | Lioncash | |
| 2015-01-12 | vfp: Remove dead code | Lioncash | |
