| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-25 | arm: Remove unnecessary booleans | Lioncash | |
| We don't care about any of these. | |||
| 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-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: Remove ARM26 support. | Lioncash | |
| This will never be used. 32-bit is the norm. | |||
| 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-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: Clean up ARMul_State | Lioncash | |
| Remove unnecessary/unused struct variables. | |||
| 2015-01-31 | arm: Adios armemu | Lioncash | |
| 2015-01-30 | arm: Throw out a lot of unnecessary code | Lioncash | |
| 2015-01-19 | Cleanup: Logging in Core | Chin | |
| 2015-01-12 | dyncom: Add a helper function for addition with a carry | Lioncash | |
| 2015-01-09 | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner | |
| 2015-01-05 | dyncom: Implement QADD/QSUB/QDADD/QDSUB | Lioncash | |
| 2015-01-02 | armemu: Fix missing Q flag check for SMLSD. | Lioncash | |
| 2015-01-02 | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD | Lioncash | |
| 2015-01-01 | Fix SADD8/SSUB8 in the armemu | Lioncash | |
| 2014-12-29 | dyncom: Implement USAT/SSAT | bunnei | |
| 2014-12-29 | armemu: Implement QADD8/QSUB8 | Lioncash | |
| 2014-12-28 | Merge pull request #355 from lioncash/simp | bunnei | |
| armemu: Simplify some instructions. | |||
| 2014-12-28 | armemu: Fix PKHTB to do an arithmetic shift and correctly decode immediate ↵ | bunnei | |
| field. | |||
| 2014-12-28 | armemu: Simplify SSAT/SSAT16/SXTB/SXTAB | Lioncash | |
| 2014-12-28 | armemu: Simplify REV/REV16/SXTH/SXTAH | Lioncash | |
| 2014-12-28 | Merge pull request #354 from lioncash/usaduflow | bunnei | |
| armemu: Fix underflows in USAD8/USADA8 | |||
| 2014-12-28 | armemu: Simplify USAT16/UXTB/UXTAB | Lioncash | |
| 2014-12-28 | armemu: Simplify REVSH/UXTH/UXTAH | Lioncash | |
| 2014-12-28 | armemu: Fix underflows in USAD8/USADA8 | Lioncash | |
| Initially reported by xdec. | |||
| 2014-12-27 | armemu: Implement UQADD8, UQADD16, UQSUB16, UQASX, and UQSAX | Lioncash | |
| 2014-12-26 | armemu: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAX | Lioncash | |
| 2014-12-25 | Merge pull request #339 from bunnei/fixup-gsp-synch | bunnei | |
| Fixup gsp synch | |||
| 2014-12-25 | ARM: Add a mechanism for faking CPU time elapsed during HLE. | bunnei | |
| - Also a few cleanups. | |||
| 2014-12-25 | Merge pull request #343 from lioncash/smmla | bunnei | |
| armemu: Implement SMMUL, SMMLA, and SMMLS. | |||
| 2014-12-25 | Merge pull request #341 from lioncash/moresmops | bunnei | |
| armemu: Implement SMLALD/SMLSLD | |||
| 2014-12-25 | armemu: Implement SMMUL, SMMLA, and SMMLS. | Lioncash | |
| 2014-12-24 | armemu: Implement SMLALD/SMLSLD | Lioncash | |
| 2014-12-24 | armemu: Fix GE/Q flag setting semantics | Lioncash | |
| 2014-12-23 | armemu: Set the Q flag correctly for much of the other ops | Lioncash | |
| They were setting the old S flag. | |||
| 2014-12-23 | armemu: Set the Q flag properly for SMLAD/SMUAD | Lioncash | |
| 2014-12-23 | Merge pull request #334 from lioncash/cpsr | bunnei | |
| armemu: Fix retrieval of the CPSR in MRS instructions. | |||
| 2014-12-22 | armemu: Properly set the Q flag for SSAT16/USAT16 upon saturation. | Lioncash | |
| 2014-12-22 | armemu: Fix SEL | Lioncash | |
| Needs to use the updated state of the CPSR. | |||
| 2014-12-22 | armemu: Fix construction of the CPSR | Lioncash | |
| 2014-12-22 | armemu: Fix retrieval of the CPSR in MRS instructions. | Lioncash | |
| 2014-12-21 | Merge pull request #291 from purpasmart96/license | bunnei | |
| License change | |||
| 2014-12-20 | License change | purpasmart96 | |
| 2014-12-20 | armemu: Implement SADD8/SSUB8 | Lioncash | |
| 2014-12-20 | Merge pull request #310 from lioncash/ssat16 | bunnei | |
| armemu: Fix SSAT16. | |||
| 2014-12-20 | armemu: Should be using labs for USAD8/USADA8 | Lioncash | |
| 2014-12-20 | Merge pull request #311 from lioncash/usada | bunnei | |
| armemu: Implement USAD8 and USADA8 | |||
| 2014-12-20 | Merge pull request #313 from lioncash/smlsd | bunnei | |
| armemu: Implement SMLSD | |||
