| Commit message (Expand) | Author | Files | Lines |
2016-12-22 | ThreadContext: Move from "core" to "arm_interface". | bunnei | 2 | -8/+4 |
2016-12-15 | gdbstub: Remove global variable from public interface | Lioncash | 1 | -2/+2 |
2016-12-15 | core: Add missing #pragma once directives where applicable | Lioncash | 1 | -0/+2 |
2016-09-21 | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 3 | -3/+3 |
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 5 | -17/+10 |
2016-09-19 | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | 2 | -3/+3 |
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 7 | -4260/+4267 |
2016-09-18 | Dyncom: Disable clang-format on the decoding table. | Emmanuel Gil Peyrot | 1 | -0/+3 |
2016-09-15 | arm: ResetContext shouldn't be part of ARM_Interface. | bunnei | 2 | -10/+0 |
2016-09-15 | arm_dynarmic/arm_dyncom: Remove unnecessary "virtual" keyword. | bunnei | 1 | -1/+1 |
2016-09-15 | dyncom: Use VFP_FPSCR/VFP_FPEXC. | bunnei | 1 | -4/+4 |
2016-08-27 | ARM: add ClearInstructionCache function | wwylele | 2 | -0/+8 |
2016-08-22 | dyncom: Read-after-write in SMLA | MerryMage | 1 | -2/+4 |
2016-08-14 | Dyncom: Correct implementation of STM for R15 | MerryMage | 1 | -3/+4 |
2016-07-28 | dyncom: Fix translation of thumb REVSH | MerryMage | 1 | -4/+13 |
2016-06-12 | Make arm_dyncom_trans* into a fully fledged compilation unit | archshift | 3 | -53/+71 |
2016-06-12 | arm_dyncom_interpreter: slightly change AllocBuffer to be intuitive | archshift | 1 | -15/+15 |
2016-06-11 | arm_dyncom_interpreter: Add specialized GetAddressingOpLoadStoreT func | archshift | 2 | -39/+19 |
2016-06-11 | arm_dyncom_interpreter: rename operation functions to fit style guide | archshift | 2 | -34/+34 |
2016-06-11 | arm_dyncom_interpreter: Rename anonymous enum to TransExtData | archshift | 3 | -134/+132 |
2016-06-11 | arm_dyncom_interpreter.cpp: #include translation info from inc files | archshift | 3 | -2648/+2652 |
2016-06-11 | Revert "Split huge interpreter source file into translation info and interpreter (+ some tiny misc style fixes)" | archshift | 3 | -2697/+2695 |
2016-06-09 | arm_dyncom_interpreter: rename operation functions to fit style guide | archshift | 2 | -42/+42 |
2016-06-09 | arm_dyncom_interpreter.cpp: Split by translation and interpreter logic | archshift | 3 | -2695/+2697 |
2016-05-18 | Fix read-after-write in SMUAD, SMLAD, SMUSD, SMLSD | Jannik Vogel | 1 | -4/+8 |
2016-05-16 | Disable VFP3 instructions | Jannik Vogel | 1 | -0/+4 |
2016-05-09 | dyncom: Reset the context into user mode correctly | Lioncash | 1 | -1/+1 |
2016-04-29 | Common: Remove section measurement from profiler (#1731) | Yuri Kunde Schlesner | 1 | -7/+0 |
2016-04-09 | Fix BLX LR opcode interpretation | mailwl | 1 | -2/+3 |
2016-04-08 | Update cpsr (T)humb bit while creating thread | mailwl | 1 | -1/+1 |
2016-04-06 | Fix thumb ADR instruction alignment | mailwl | 1 | -6/+2 |
2016-04-05 | Common: Remove Common::make_unique, use std::make_unique | MerryMage | 1 | -3/+2 |
2016-03-30 | DynCom: Optimize single stepping | MerryMage | 1 | -26/+57 |
2015-12-30 | arm_dyncom_dec: Fix decoding of VMLS | Lioncash | 2 | -206/+202 |
2015-12-28 | dyncom: Handle modifying the APSR via an MRC instruction | Lioncash | 1 | -12/+9 |
2015-12-21 | dyncom: Remove PC dispatch from several instructions | Lioncash | 1 | -94/+0 |
2015-12-20 | dyncom: Handle unprivileged load/store variants correctly | Lioncash | 1 | -7/+33 |
2015-12-06 | dyncom: Remove static keyword from header functions | Lioncash | 2 | -3/+3 |
2015-12-06 | dyncom: const correctness changes | Lioncash | 2 | -3/+3 |
2015-10-12 | Remove unnecessary new lines, changed Deinit to Shutdown | polaris- | 1 | -1/+0 |
2015-10-04 | Use BreakpointAddress struct instead of passing address directly | polaris- | 1 | -3/+3 |
2015-10-04 | Implement gdbstub | polaris- | 1 | -9/+32 |
2015-09-20 | Implement gdbstub | polaris- | 1 | -9/+32 |
2015-09-06 | DynCom: Converted all 0xE condition code checks to ConditionCode::AL | archshift | 1 | -100/+100 |
2015-08-26 | dyncom: Simplify some comparisons in CondPassed | Lioncash | 1 | -4/+4 |
2015-08-26 | dyncom: Change return type of CondPassed to bool | Lioncash | 1 | -57/+39 |
2015-08-25 | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | 1 | -0/+7 |
2015-08-11 | ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types. | Emmanuel Gil Peyrot | 1 | -20/+21 |
2015-08-07 | arm_interface: Implement interface for retrieving VFP registers | Lioncash | 2 | -0/+20 |
2015-07-29 | dyncom: Remove an unused variable | Lioncash | 1 | -3/+0 |
2015-07-29 | dyncom: Handle the case where PC is the source register for STR/VSTM/VLDM | Lioncash | 1 | -1/+6 |
2015-07-29 | dyncom: Handle left-operand PC correctly for data-processing ops | Lioncash | 1 | -7/+33 |
2015-07-28 | dyncom: Remove an unnecessary typedef | Lioncash | 2 | -7/+5 |
2015-07-28 | dyncom: Use enum class for instruction decoding results | Lioncash | 5 | -41/+40 |
2015-07-28 | dyncom: Remove code duplication regarding thumb instructions | Lioncash | 3 | -23/+12 |
2015-07-28 | dyncom: Migrate exclusive memory access control into armstate | Lioncash | 1 | -47/+13 |
2015-07-28 | dyncom: Remove duplicated typedef and extern | Lioncash | 1 | -4/+0 |
2015-07-26 | dyncom: Use std::array for register arrays | Lioncash | 1 | -4/+4 |
2015-07-26 | dyncom: Use ARMul_State as an object | Lioncash | 4 | -301/+189 |
2015-07-26 | dyncom: Remove unnecessary initialization code. | Lioncash | 1 | -7/+0 |
2015-07-26 | dyncom: Remove unnecessary abort-related cruft | Lioncash | 1 | -3/+0 |
2015-07-26 | dyncom: Rename armdefs.h to armstate.h | Lioncash | 7 | -7/+7 |
2015-07-26 | dyncom: Get rid of skyeye typedefs | Lioncash | 2 | -16/+15 |
2015-07-26 | dyncom: Move helper functions to their own header | Lioncash | 5 | -3/+8 |
2015-07-21 | dyncom: Pass SVC immediates directly. | Lioncash | 1 | -1/+2 |
2015-07-20 | dyncom: Properly retrieve the PC value in BX if used. | Lioncash | 1 | -3/+5 |
2015-07-18 | Dyncom: Support for a missing ARMv6 Thumb MOV encoding | Yuri Kunde Schlesner | 1 | -10/+4 |
2015-07-17 | arm_dyncom_interpreter: Simplify assignment in SMLAW | Lioncash | 1 | -1/+1 |
2015-06-28 | Core: Cleanup core includes. | Emmanuel Gil Peyrot | 1 | -0/+5 |
2015-06-04 | arm_dyncom_thumb: Fix handling of writeback for thumb LDMIA | Lioncash | 1 | -5/+19 |
2015-06-01 | arm_dyncom_thumb: Fix encoding of BKPT's immediate | Lioncash | 1 | -1/+4 |
2015-06-01 | arm_dyncom_thumb: Implement CPS and SETEND | Lioncash | 1 | -0/+13 |
2015-06-01 | arm_dyncom_thumb: Implement SXTH, SXTB, UXTH, and UXTB. | Lioncash | 1 | -0/+11 |
2015-06-01 | arm_dyncom_thumb: Implement REV, REV16, and REVSH. | Lioncash | 1 | -2/+12 |
2015-05-29 | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 2 | -17/+17 |
2015-05-27 | arm_dyncom_thumb: Merge STR/LDR table subsets. | Lioncash | 1 | -22/+11 |
2015-05-26 | arm_dyncom_interpreter: Remove unused variable | Lioncash | 1 | -5/+1 |
2015-05-25 | arm_dyncom_interpreter: Remove unused macro | Lioncash | 1 | -1/+0 |
2015-05-24 | dyncom: Get rid of armemu.h | Lioncash | 1 | -1/+1 |
2015-05-23 | dyncom: Remove unused cpu parameter from decode_thumb_instr | Lioncash | 1 | -3/+2 |
2015-05-23 | dyncom: remove load_r15 from arm_inst | Lioncash | 1 | -362/+235 |
2015-05-23 | dyncom: Remove unnecessary parameter for load/store operations | Lioncash | 1 | -39/+39 |
2015-05-21 | dyncom: Eliminate clang warnings | Lioncash | 2 | -401/+401 |
2015-05-15 | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | 1 | -1/+1 |
2015-05-14 | dyncom: Add ARMv6K NOP and hint instructions to the decoding table | Lioncash | 2 | -12/+152 |
2015-05-14 | dyncom: Handle some MSR variants individually | Lioncash | 2 | -24/+41 |
2015-05-14 | dyncom: Move exclusive load/stores above bbl and swi in the decoding table | Lioncash | 2 | -14/+15 |
2015-05-14 | dyncom: Remove duplicate enums/prototypes | Lioncash | 1 | -7/+1 |
2015-05-14 | dyncom: Remove unnecessary defines | Lioncash | 1 | -4/+4 |
2015-05-14 | dyncom: Make translation-unit functions and variables static | Lioncash | 1 | -66/+64 |
2015-05-14 | dyncom: Remove unnecessary typedefs | Lioncash | 1 | -132/+133 |
2015-05-14 | dyncom: Remove unused structs | Lioncash | 1 | -8/+0 |
2015-05-13 | dyncom: Fix decoding of BKPT's immediate | Lioncash | 1 | -1/+1 |
2015-05-12 | dyncom: Stub MCRR and MRRC | Lioncash | 1 | -7/+68 |
2015-05-11 | fixup! Set the TLS address in the scheduler | Subv | 2 | -5/+2 |
2015-05-11 | Core/Memory: Give every emulated thread it's own TLS area. | Subv | 2 | -2/+5 |
2015-05-08 | Remove unnecessary dyncom header files | Lioncash | 2 | -9/+2 |
2015-05-08 | dyncom: Remove an unnecessary variable in the interpreter | Lioncash | 1 | -19/+17 |
2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | 1 | -0/+2 |
2015-05-06 | HLE: Clean up SVC dispatch mechanism | Yuri Kunde Schlesner | 1 | -2/+2 |
2015-05-02 | Dyncom: Move cream cache to ARMul_State. | bunnei | 2 | -23/+12 |
2015-04-20 | dyncom: Remove more unused/unnecessary code | Lioncash | 1 | -6/+0 |
2015-04-14 | Headers: Add some forgotten overrides, thanks clang! | Emmanuel Gil Peyrot | 1 | -1/+1 |
2015-04-07 | dyncom: Remove unnecessary enum and typedef | Lioncash | 4 | -25/+30 |
2015-04-06 | arm_interface: Support retrieval/storage to CP15 registers | Lioncash | 2 | -0/+10 |
2015-04-06 | Move CP15 enum definitions into their own enum. | Lioncash | 1 | -1/+0 |
2015-04-06 | dyncom: Suppress uninitialized variable warnings | Lioncash | 1 | -4/+4 |
2015-04-02 | dyncom: Move CP15 register writing into its own function. | Lioncash | 1 | -88/+2 |
2015-04-02 | dyncom: Move CP15 register reading into its own function. | Lioncash | 1 | -44/+3 |
2015-03-26 | dyncom: Migrate InAPrivilegedMode to armsupp | Lioncash | 1 | -4/+0 |
2015-03-24 | dyncom: Implement SRS | Lioncash | 1 | -1/+32 |
2015-03-24 | dyncom: Implement RFE | Lioncash | 1 | -1/+30 |
2015-03-24 | dyncom: Remove unused/unnecessary macros and macro constants | Lioncash | 2 | -39/+2 |
2015-03-17 | dyncom: Make Load/Store instructions support big endian | Lioncash | 1 | -52/+62 |
2015-03-16 | arm_interface: Get rid of GetTicks. | Lioncash | 2 | -6/+0 |
2015-03-15 | dyncom: Implement SETEND | Lioncash | 1 | -1/+35 |
2015-03-10 | dyncom: Minor cleanup | Lioncash | 1 | -26/+7 |
2015-03-09 | dyncom: Fix an indexing bug in STM | Lioncash | 1 | -5/+4 |
2015-03-09 | dyncom: General cleanup of STM | Lioncash | 1 | -16/+14 |
2015-03-09 | dyncom: Increment addr when accessing LR in LDM | Lioncash | 1 | -0/+2 |
2015-03-02 | Add profiling infrastructure and widget | Yuri Kunde Schlesner | 1 | -0/+8 |
2015-02-26 | arm: The CP15 Main ID register is not writeable | Lioncash | 1 | -3/+1 |
2015-02-22 | Cleaned up unaligned access. | Kevin Hartman | 1 | -17/+2 |
2015-02-17 | dyncom: Support conditional BKPT instructions | Lioncash | 2 | -2/+28 |
2015-02-16 | dyncom: Actually set the destination register for USAD8/USADA8. | Lioncash | 1 | -0/+1 |
2015-02-13 | core: Apply static to local functions | Lioncash | 4 | -189/+195 |
2015-02-13 | arm: General cleanup | Lioncash | 5 | -94/+57 |
2015-02-13 | dyncom: Switch the app and system cores into the correct mode at initialization | Lioncash | 3 | -10/+15 |
2015-02-13 | dyncom: Clean up the constructor | Lioncash | 1 | -7/+4 |
2015-02-13 | dyncom: Remove warning for SXTAH | Lioncash | 1 | -1/+0 |
2015-02-12 | arm: Remove ARMul_EmulateInit | Lioncash | 1 | -6/+1 |
2015-02-11 | arm: Get rid of some magic constants. Specify proper ARM mode. | Lioncash | 1 | -2/+2 |
2015-02-11 | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | 1 | -0/+1 |
2015-02-10 | arm_dyncom_thumb: Make lookup tables static | Lioncash | 1 | -7/+7 |
2015-02-10 | dyncom: Add more regs to MCR/MRC | Lioncash | 1 | -17/+32 |
2015-02-10 | Scheduler refactor Pt. 1 | Kevin Hartman | 2 | -56/+11 |
2015-02-03 | dyncom: Remove more unnecessary code | Lioncash | 1 | -45/+3 |
2015-02-03 | core: Fix some warnings on OSX | Lioncash | 1 | -2/+4 |
2015-02-01 | arm: Clean up ARMul_State | Lioncash | 1 | -6/+3 |
2015-02-01 | arm: Adios armemu | Lioncash | 1 | -4/+0 |
2015-01-30 | dyncom: clean up arm_dyncom_dec.h | Lioncash | 1 | -43/+2 |
2015-01-30 | arm: Move headers over to pragma once | Lioncash | 2 | -8/+2 |
2015-01-30 | arm: Get rid of armcpu.h and skyeye_types.h | Lioncash | 3 | -4/+0 |
2015-01-27 | dyncom: Minor cleanup | Lioncash | 1 | -126/+137 |
2015-01-22 | dyncom: Minor cleanup | Lioncash | 1 | -282/+270 |
2015-01-20 | dyncom: Clarify precedence for ternary statements | Lioncash | 1 | -1/+1 |
2015-01-19 | dyncom: Implement missing shifts in ScaledRegisterPostIndexed, etc | Lioncash | 1 | -7/+33 |
2015-01-17 | dyncom: Handle the ARM A2 encoding of STRT/LDRT | Lioncash | 1 | -10/+24 |
2015-01-17 | dyncom: Handle the ARM A2 encoding of LDRBT/STRBT. | Lioncash | 1 | -17/+15 |
2015-01-12 | dyncom: Fix 32-bit ASR shifts for immediates | Lioncash | 1 | -5/+3 |
2015-01-12 | dyncom: Remove unused flag macros | Lioncash | 1 | -15/+3 |
2015-01-12 | dyncom: Get rid of unnecessary outer-scope variables in InterpreterMainLoop | Lioncash | 1 | -97/+108 |
2015-01-12 | dyncom: Fix overflow flag setting for ADD/RSB/RSC/SUB/SBC | Lioncash | 1 | -38/+41 |
2015-01-12 | dyncom: Add a helper function for addition with a carry | Lioncash | 1 | -12/+9 |
2015-01-12 | dyncom: Fix ADC overflow flag setting | Lioncash | 1 | -8/+12 |
2015-01-12 | dyncom: Fix conditional execution of MSR | Lioncash | 1 | -29/+31 |
2015-01-09 | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner | 2 | -4/+5 |
2015-01-09 | DynCom: Add a comment to GetTicks. | Subv | 1 | -0/+1 |
2015-01-09 | Timing: Use CoreTiming::GetTicks to keep track of ticks. | Subv | 2 | -6/+2 |
2015-01-08 | dyncom: Fix UMAAL | Lioncash | 1 | -4/+4 |
2015-01-07 | dyncom: Fix SMULWB/SMULWT | Lioncash | 1 | -10/+7 |
2015-01-07 | CoreTiming: Ported the CoreTiming namespace from PPSSPP | Subv | 1 | -1/+7 |
2015-01-07 | dyncom: Fix SWPB | Lioncash | 1 | -0/+1 |
2015-01-07 | dyncom: Move over SMLALXY | Lioncash | 1 | -1/+56 |
2015-01-06 | Added exclusive reservation granule from ARMv7 spec to dyncom to protect LDR/STREX. | Kevin Hartman | 1 | -5/+7 |
2015-01-05 | dyncom: Partially emulate BXJ | Lioncash | 1 | -8/+25 |
2015-01-05 | dyncom: Actually set the Q flag for SMLABB/SMLABT/SMLATB/SMLATT | Lioncash | 1 | -1/+2 |
2015-01-05 | dyncom: Implement QADD/QSUB/QDADD/QDSUB | Lioncash | 1 | -8/+103 |
2015-01-04 | skyeye: Remove duplicate typedefs | Lioncash | 3 | -14/+14 |
2015-01-03 | dyncom: Implement SMLAW | Lioncash | 1 | -1/+43 |
2015-01-03 | dyncom: Implement REVSH | Lioncash | 1 | -45/+45 |
2015-01-03 | dyncom: Implement SMLALD/SMLSLD | Lioncash | 1 | -3/+72 |
2015-01-03 | dyncom: Implement SMMLA/SMMUL/SMMLS | Lioncash | 1 | -3/+64 |
2015-01-03 | dyncom: Implemented LDREXD/STREXD/LDREXH/STREXH | bunnei | 3 | -227/+282 |
2015-01-03 | dyncom: Remove dead function InterpreterInitInstLength | Lioncash | 1 | -27/+0 |
2015-01-03 | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD | Lioncash | 1 | -44/+73 |
2015-01-02 | dyncom: Implement SXTAB16 and SXTB16 | Lioncash | 1 | -3/+58 |
2015-01-01 | dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAX | Lioncash | 1 | -8/+110 |
2015-01-01 | dyncom: Implement SADD8/SSUB8 | Lioncash | 1 | -55/+108 |
2014-12-31 | dyncom: Implement UADD8/UADD16/USUB8/USUB16/UASX/USAX | Lioncash | 1 | -9/+208 |
2014-12-31 | dyncom: Massive refactor | bunnei | 1 | -514/+191 |
2014-12-30 | dyncom: Implement USAT16/SSAT16 | Lioncash | 1 | -2/+61 |
2014-12-30 | dyncom: Implement USAT/SSAT | bunnei | 1 | -2/+94 |
2014-12-30 | dyncom: Various cleanups to match coding style, no functional changes. | bunnei | 4 | -7055/+5962 |
2014-12-29 | dyncom: Fix SMLALXY's instruction labels | Lioncash | 1 | -2/+2 |
2014-12-29 | dyncom: Implement QADD8/QSUB8 | Lioncash | 1 | -32/+42 |
2014-12-29 | dyncom: Implement UXTB16/UXTAB16 | Lioncash | 1 | -2/+55 |
2014-12-29 | vfp: Actually make the code somewhat readable | Lioncash | 2 | -14/+109 |
2014-12-28 | dyncom: Implement PKHBT and PKHTB. | bunnei | 1 | -2/+57 |
2014-12-28 | dyncom: Implement USAD8/USADA8 | Lioncash | 1 | -2/+52 |
2014-12-27 | dyncom: Implement UQADD8, UQADD16, UQSUB8, UQSUB16, UQASX, and UQSAX. | Lioncash | 1 | -8/+97 |
2014-12-27 | dyncom: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAX | Lioncash | 1 | -11/+123 |
2014-12-26 | ARM: Add a mechanism for faking CPU time elapsed during HLE. | bunnei | 2 | -49/+14 |
2014-12-22 | dyncom: Move over QADD16/QASX/QSAX/QSUB16 | Lioncash | 1 | -7/+87 |
2014-12-22 | dyncom: Move SEL over | Lioncash | 1 | -1/+58 |
2014-12-22 | dyncom: Move over SASX/SSAX/SADD16/SSUB16 | Lioncash | 1 | -7/+102 |
2014-12-21 | More warning cleanups | Chin | 3 | -9/+6 |
2014-12-21 | License change | purpasmart96 | 3 | -3/+3 |
2014-12-19 | dyncom: Implement UMAAL | Lioncash | 1 | -1/+47 |
2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 1 | -99/+101 |
2014-11-29 | dyncom: Use unordered_map rather than the terrible 2-level bb_map | Yuri Kunde Schlesner | 1 | -33/+15 |
2014-11-29 | arm_dyncom_interpreter: Get rid of unused var warnings | Lioncash | 1 | -4/+2 |
2014-11-29 | Add comment regarding __WIN32__ in SkyEye code | darkf | 1 | -0/+4 |
2014-11-29 | Fix MinGW build | darkf | 1 | -0/+4 |
2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 3 | -4/+4 |
2014-11-18 | Fix documentation of parameters | Lioncash | 1 | -1/+1 |
2014-11-12 | ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable). | bunnei | 1 | -2/+2 |
2014-11-12 | ARM: Removed unnecessary goto with each instruction. | bunnei | 1 | -43/+39 |
2014-11-12 | ARM: Fixed several dyncom bugs. | bunnei | 3 | -17/+25 |
2014-10-26 | Add `override` keyword through the code. | Yuri Kunde Schlesner | 1 | -7/+7 |
2014-10-25 | ARM: Removed unnecessary and unused SkyEye MMU code. | bunnei | 1 | -1/+0 |
2014-10-25 | ARM: Updated dyncom core to use fast label lookup table on clang. | bunnei | 1 | -3/+7 |
2014-10-25 | ARM: Integrate SkyEye faster "dyncom" interpreter. | bunnei | 10 | -0/+8124 |