| Commit message (Expand) | Author | Age | Files | Lines |
* | arm: Clean up ARMul_State | Lioncash | 2015-02-01 | 1 | -20/+9 |
* | arm: Adios armemu | Lioncash | 2015-02-01 | 8 | -7751/+56 |
* | arm: Throw out a lot of unnecessary code | Lioncash | 2015-01-30 | 3 | -1257/+36 |
* | Cleanup: Logging in Core | Chin | 2015-01-19 | 1 | -51/+6 |
* | dyncom: Add a helper function for addition with a carry | Lioncash | 2015-01-12 | 1 | -0/+16 |
* | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner | 2015-01-09 | 2 | -4/+6 |
* | dyncom: Implement QADD/QSUB/QDADD/QDSUB | Lioncash | 2015-01-05 | 1 | -12/+8 |
* | armemu: Fix missing Q flag check for SMLSD. | Lioncash | 2015-01-03 | 1 | -2/+6 |
* | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD | Lioncash | 2015-01-03 | 2 | -5/+9 |
* | Fix SADD8/SSUB8 in the armemu | Lioncash | 2015-01-01 | 1 | -50/+28 |
* | dyncom: Implement USAT/SSAT | bunnei | 2014-12-30 | 1 | -0/+35 |
* | armemu: Implement QADD8/QSUB8 | Lioncash | 2014-12-29 | 2 | -33/+95 |
* | Merge pull request #355 from lioncash/simp | bunnei | 2014-12-29 | 1 | -225/+142 |
|\ |
|
| * | armemu: Simplify SSAT/SSAT16/SXTB/SXTAB | Lioncash | 2014-12-28 | 1 | -71/+48 |
| * | armemu: Simplify REV/REV16/SXTH/SXTAH | Lioncash | 2014-12-28 | 1 | -38/+26 |
| * | armemu: Simplify USAT16/UXTB/UXTAB | Lioncash | 2014-12-28 | 1 | -65/+42 |
| * | armemu: Simplify REVSH/UXTH/UXTAH | Lioncash | 2014-12-28 | 1 | -48/+23 |
* | | armemu: Fix PKHTB to do an arithmetic shift and correctly decode immediate field. | bunnei | 2014-12-28 | 1 | -13/+5 |
* | | Merge pull request #354 from lioncash/usaduflow | bunnei | 2014-12-28 | 2 | -4/+13 |
|\ \
| |/
|/| |
|
| * | armemu: Fix underflows in USAD8/USADA8 | Lioncash | 2014-12-28 | 2 | -4/+13 |
* | | armemu: Implement UQADD8, UQADD16, UQSUB16, UQASX, and UQSAX | Lioncash | 2014-12-27 | 2 | -19/+89 |
|/ |
|
* | armemu: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAX | Lioncash | 2014-12-27 | 1 | -2/+73 |
* | Merge pull request #339 from bunnei/fixup-gsp-synch | bunnei | 2014-12-26 | 2 | -46/+11 |
|\ |
|
| * | ARM: Add a mechanism for faking CPU time elapsed during HLE. | bunnei | 2014-12-26 | 2 | -46/+11 |
* | | Merge pull request #343 from lioncash/smmla | bunnei | 2014-12-26 | 1 | -2/+30 |
|\ \ |
|
| * | | armemu: Implement SMMUL, SMMLA, and SMMLS. | Lioncash | 2014-12-25 | 1 | -2/+30 |
| |/ |
|
* | | Merge pull request #341 from lioncash/moresmops | bunnei | 2014-12-26 | 1 | -2/+33 |
|\ \ |
|
| * | | armemu: Implement SMLALD/SMLSLD | Lioncash | 2014-12-24 | 1 | -2/+33 |
| |/ |
|
* / | armemu: Fix GE/Q flag setting semantics | Lioncash | 2014-12-24 | 1 | -62/+56 |
|/ |
|
* | armemu: Set the Q flag correctly for much of the other ops | Lioncash | 2014-12-23 | 1 | -8/+8 |
* | armemu: Set the Q flag properly for SMLAD/SMUAD | Lioncash | 2014-12-23 | 2 | -13/+27 |
* | Merge pull request #334 from lioncash/cpsr | bunnei | 2014-12-23 | 1 | -1/+1 |
|\ |
|
| * | armemu: Fix retrieval of the CPSR in MRS instructions. | Lioncash | 2014-12-23 | 1 | -1/+1 |
* | | armemu: Properly set the Q flag for SSAT16/USAT16 upon saturation. | Lioncash | 2014-12-23 | 1 | -9/+23 |
* | | armemu: Fix SEL | Lioncash | 2014-12-23 | 1 | -1/+1 |
* | | armemu: Fix construction of the CPSR | Lioncash | 2014-12-23 | 2 | -11/+49 |
|/ |
|
* | Merge pull request #291 from purpasmart96/license | bunnei | 2014-12-21 | 2 | -2/+2 |
|\ |
|
| * | License change | purpasmart96 | 2014-12-21 | 2 | -2/+2 |
* | | armemu: Implement SADD8/SSUB8 | Lioncash | 2014-12-21 | 1 | -14/+87 |
* | | Merge pull request #310 from lioncash/ssat16 | bunnei | 2014-12-20 | 1 | -14/+20 |
|\ \ |
|
| * | | armemu: Fix SSAT16 | Lioncash | 2014-12-19 | 1 | -1/+1 |
| * | | armemu: Clean up naming and formatting for SSAT16 | Lioncash | 2014-12-19 | 1 | -14/+20 |
| |/ |
|
* | | armemu: Should be using labs for USAD8/USADA8 | Lioncash | 2014-12-20 | 1 | -4/+4 |
* | | Merge pull request #311 from lioncash/usada | bunnei | 2014-12-20 | 1 | -1/+24 |
|\ \ |
|
| * | | armemu: Implement USAD8 and USADA8 | Lioncash | 2014-12-19 | 1 | -1/+24 |
* | | | Merge pull request #313 from lioncash/smlsd | bunnei | 2014-12-20 | 1 | -6/+10 |
|\ \ \ |
|
| * | | | armemu: Implement SMLSD | Lioncash | 2014-12-19 | 1 | -6/+10 |
| | |/
| |/| |
|
* | | | Merge pull request #314 from lioncash/qsax-qasx | bunnei | 2014-12-20 | 1 | -7/+20 |
|\ \ \ |
|
| * | | | armemu: Implement QASX and QSAX | Lioncash | 2014-12-19 | 1 | -7/+20 |
| |/ / |
|
* | | | Merge pull request #294 from lioncash/var | bunnei | 2014-12-19 | 1 | -12/+9 |
|\ \ \ |
|
| * | | | armemu: Narrow the scope of some variables in handle_v6_insn | Lioncash | 2014-12-17 | 1 | -12/+9 |
* | | | | Merge pull request #305 from lioncash/paren | bunnei | 2014-12-19 | 1 | -4/+4 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | armemu: Get rid of bitwise parenthesis warnings | Lioncash | 2014-12-18 | 1 | -4/+4 |
| | |/
| |/| |
|
* | | | Merge pull request #304 from lioncash/sflags | bunnei | 2014-12-18 | 1 | -4/+29 |
|\ \ \ |
|
| * | | | armemu: Set GE flags correctly for SSUB16, SADD16, SSAX, and SASX. | Lioncash | 2014-12-18 | 1 | -4/+29 |
| |/ / |
|
* | | | armemu: Fix lower-bounds clamping for USAT16 | Lioncash | 2014-12-18 | 1 | -1/+6 |
* | | | armemu: More concise names for USAT16-related variables | Lioncash | 2014-12-18 | 1 | -11/+15 |
|/ / |
|
* | | Merge pull request #299 from lioncash/join | bunnei | 2014-12-18 | 1 | -34/+23 |
|\ \ |
|
| * | | armemu: Combine SSUB16, SADD16, SASX, and SSAX. | Lioncash | 2014-12-18 | 1 | -34/+23 |
* | | | Merge pull request #298 from lioncash/flags | bunnei | 2014-12-18 | 1 | -4/+22 |
|\ \ \ |
|
| * | | | armemu: Unset GE flags for UADD8 if results are < 0x100 | Lioncash | 2014-12-17 | 1 | -4/+22 |
* | | | | Merge pull request #295 from lioncash/umaal | bunnei | 2014-12-18 | 1 | -3/+25 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | armemu: Implement UMAAL | Lioncash | 2014-12-17 | 1 | -3/+25 |
| | |/
| |/| |
|
* | | | Merge pull request #292 from lioncash/backports | bunnei | 2014-12-18 | 1 | -19/+30 |
|\ \ \ |
|
| * | | | armemu: Fix PKHTB | Normmatt | 2014-12-17 | 1 | -6/+12 |
| * | | | armemu: Implement REVSH | Normmatt | 2014-12-17 | 1 | -5/+9 |
| * | | | armemu: Fix UXTAB/UXTAH | Normmatt | 2014-12-17 | 1 | -4/+4 |
| * | | | armemu: Fix SXTAB | Normmatt | 2014-12-17 | 1 | -2/+2 |
| * | | | armemu: Fix SXTAH | Normmatt | 2014-12-17 | 1 | -2/+3 |
| |/ / |
|
* | / | armemu: Fix SSUB16 | Lioncash | 2014-12-17 | 1 | -8/+8 |
| |/
|/| |
|
* | | Merge pull request #293 from lioncash/sops | bunnei | 2014-12-17 | 1 | -8/+9 |
|\ \ |
|
| * | | armemu: Fix SADD16 | Lioncash | 2014-12-17 | 1 | -8/+9 |
| |/ |
|
* | | Merge pull request #287 from lioncash/qaddsub16 | bunnei | 2014-12-17 | 1 | -33/+37 |
|\ \
| |/
|/| |
|
| * | armemu: Fix lower-bound signed saturation clamping for QADD16/QSUB16. | Lioncash | 2014-12-16 | 1 | -2/+2 |
| * | armemu: Join QADD16 and QSUB16 together. | Lioncash | 2014-12-16 | 1 | -33/+37 |
* | | Merge pull request #289 from lioncash/smops | bunnei | 2014-12-17 | 1 | -38/+35 |
|\ \ |
|
| * | | armemu: Fix SMUAD, SMUSD, and SMLAD | Lioncash | 2014-12-16 | 1 | -3/+3 |
| * | | armemu: Join SMUAD, SMUSD, and SMLAD | Lioncash | 2014-12-16 | 1 | -38/+35 |
| |/ |
|
* / | armemu: Implement UXTAB16 | Lioncash | 2014-12-16 | 1 | -10/+25 |
|/ |
|
* | armemu: Fix UXTB16 | Lioncash | 2014-12-15 | 1 | -12/+12 |
* | ARM: Pull some SkyEye fixes from 3dmoo. | bunnei | 2014-12-15 | 1 | -415/+481 |
* | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 2014-12-13 | 3 | -7/+7 |
* | armemu: Fix SSAX | Lioncash | 2014-12-08 | 1 | -1/+1 |
* | armemu: Fix SASX | Lioncash | 2014-12-08 | 1 | -1/+1 |
* | armemu: Fix parenthesis warnings regarding bitwise ops | Lioncash | 2014-12-08 | 1 | -4/+4 |
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 2014-11-19 | 2 | -3/+3 |
* | Fix documentation of parameters | Lioncash | 2014-11-18 | 1 | -1/+1 |
* | ARM: Merged additional ARMv6 instructions implemented by 3dmoo. | bunnei | 2014-11-02 | 1 | -42/+234 |
* | Add `override` keyword through the code. | Yuri Kunde Schlesner | 2014-10-26 | 1 | -11/+11 |
* | ARM: Removed unnecessary and unused SkyEye MMU code. | bunnei | 2014-10-25 | 18 | -7609/+326 |
* | ARM: Removed unused armos code from SkyEye. | bunnei | 2014-10-25 | 3 | -746/+0 |
* | ARM: Integrate SkyEye faster "dyncom" interpreter. | bunnei | 2014-10-25 | 2 | -12/+5 |
* | ARM: Reorganized file structure to move shared SkyEye code to a more common area. | bunnei | 2014-10-25 | 31 | -11069/+36 |
* | core: Make the ARM disassembler use std::string internally | Lioncash | 2014-09-06 | 1 | -6/+3 |
* | Threading: Fix thread starting to execute first instruction correctly. | bunnei | 2014-08-28 | 1 | -1/+1 |
* | ARM: Remove a forgotten const in vfp. | Emmanuel Gil Peyrot | 2014-08-20 | 2 | -2/+2 |
* | ARM: Synchronize Citra's SkyEye core with 3dmoo's. | bunnei | 2014-07-24 | 6 | -5919/+5303 |
* | core: Kill off type redefenitions in armdefs.h | Lioncash | 2014-07-20 | 1 | -7/+0 |
* | Merge branch 'threading' of https://github.com/bunnei/citra | bunnei | 2014-06-14 | 3 | -20/+15 |
|\ |
|
| * | arm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually executing one more instruction than expected | bunnei | 2014-06-05 | 1 | -1/+1 |
| * | arm: fixed bug in how thread context switch occurs with SkyEye | bunnei | 2014-06-05 | 1 | -2/+5 |
| * | arm: reverting a change made with cb0663de - this has to have been a typo! | bunnei | 2014-06-05 | 1 | -1/+1 |
| * | arm: added option to prepare CPU core (while mid-instruction) for thread reschedule | bunnei | 2014-06-02 | 2 | -0/+8 |
| * | arm: removed unnecessary code when calling SVC from skyeye | bunnei | 2014-05-30 | 1 | -16/+0 |
* | | Merge branch 'threading' | bunnei | 2014-05-23 | 6 | -31/+94 |
|\| |
|
| * | arm_interpreter: fixed load context to currently resume a thread | bunnei | 2014-05-23 | 1 | -1/+4 |
| * | arm: removed include of windows.h from armdefs.h to arminit.c (only module that uses it) | bunnei | 2014-05-21 | 2 | -4/+3 |
| * | armemu: missed rename of "Syscall" to "SVC" | bunnei | 2014-05-21 | 1 | -1/+1 |
| * | ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent with style guide | bunnei | 2014-05-21 | 2 | -40/+40 |
| * | ARM_Interface: added SaveContext and LoadContext functions for HLE thread switching | bunnei | 2014-05-21 | 2 | -0/+48 |
| * | VFP: disable DBG messages because they spam the console with unimportant skyeye junk | bunnei | 2014-05-20 | 1 | -1/+1 |
| * | ignore thumbemu 0xDEADCODE debugging catch on MCR | bunnei | 2014-05-17 | 1 | -2/+1 |
| * | Merge branch 'master' into threading | bunnei | 2014-05-17 | 4 | -15/+14 |
| |\ |
|
| * \ | Merge master into threading to add support for VFP | bunnei | 2014-05-17 | 28 | -128/+15724 |
| |\ \ |
|
| * | | | added option to set CPSR register to arm_interface | bunnei | 2014-05-12 | 2 | -0/+14 |
* | | | | Merge pull request #2 from archshift/issue-7-fix | bunnei | 2014-05-20 | 4 | -10/+10 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Fixed vfp issues | archshift | 2014-05-17 | 4 | -10/+10 |
| | |/
| |/| |
|
* / | | updated how we call ARM core to make things much faster | bunnei | 2014-05-17 | 4 | -15/+14 |
|/ / |
|
* | | same fix as last commit - just for vfpsingle.cpp | bunnei | 2014-05-17 | 1 | -2/+2 |
* | | another VFP fix for GCC | bunnei | 2014-05-17 | 1 | -2/+2 |
* | | fixed VFP DBG log for GCC | bunnei | 2014-05-17 | 1 | -1/+1 |
* | | - reenabled MCR and MRC functions now that VFP is attached | bunnei | 2014-05-17 | 2 | -95/+92 |
* | | - removed unused stubbed out code | bunnei | 2014-05-17 | 5 | -33/+27 |
* | | added maverick.cpp to ARM core from skyeye | bunnei | 2014-05-16 | 1 | -0/+1206 |
* | | fixed includes | bunnei | 2014-05-16 | 1 | -2/+2 |
* | | enabled CP_ACCESS_ALLOWED | bunnei | 2014-05-16 | 1 | -6/+4 |
* | | fixed include path | bunnei | 2014-05-16 | 1 | -1/+1 |
* | | removed undefined function ARMul_ConsolePrint | bunnei | 2014-05-16 | 1 | -1/+1 |
* | | added missing armcopro from skyeye | bunnei | 2014-05-16 | 3 | -251/+1093 |
* | | added missing skyeye mmu code | bunnei | 2014-05-16 | 9 | -17/+3272 |
* | | fixed armmmu imports | bunnei | 2014-05-16 | 1 | -5/+5 |
* | | - moved mmu to arm/interpreter folder | bunnei | 2014-05-16 | 13 | -0/+10304 |
|/ |
|
* | - disable strict alignment on LDRD/STRD | bunnei | 2014-05-07 | 1 | -17/+22 |
* | - added CallMCR function to coprocessor HLE module | bunnei | 2014-05-02 | 1 | -22/+23 |
* | renamed hle "mrc" module to "coprocessor" | bunnei | 2014-05-02 | 1 | -8/+8 |
* | removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class | bunnei | 2014-04-28 | 1 | -1/+0 |
* | removed commented out line - this was for an unimplemented MRC call, no longer need to leave this here | bunnei | 2014-04-28 | 1 | -1/+0 |
* | moved HLE::MRC to its own module, added support for catching data synchronization barrier command | bunnei | 2014-04-25 | 2 | -3/+5 |
* | added disassembly to unimplemented instruction | bunnei | 2014-04-25 | 1 | -1/+6 |
* | fixes to build on linux | bunnei | 2014-04-23 | 1 | -0/+2 |
* | - added HLE to connect to "srv:" service | bunnei | 2014-04-13 | 1 | -33/+35 |
* | hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing this...) | bunnei | 2014-04-12 | 1 | -2/+6 |
* | added a SETABORT method that does not update LR (for HLE'd SVC that does not jump appcore CPU to an IRQ vector) | bunnei | 2014-04-12 | 1 | -0/+11 |
* | base code to call a syscall from ARM11 appcore | bunnei | 2014-04-11 | 1 | -0/+3 |
* | cleaned up arm_interface, added a setter to set registers for use with HLE return values | bunnei | 2014-04-11 | 2 | -6/+70 |
* | fixed licensing and updated code style naming for arm_interface/arm_interpreter frontend module | bunnei | 2014-04-09 | 2 | -85/+46 |
* | fixed project includes to use new directory structure | bunnei | 2014-04-09 | 7 | -21/+20 |
* | got rid of 'src' folders in each sub-project | bunnei | 2014-04-09 | 16 | -0/+12762 |