| Commit message (Expand) | Author | Age | Files | Lines |
* | arm: Remove SkyEye/Dyncom code that is ARMv6-only. | bunnei | 2018-01-03 | 1 | -4578/+0 |
* | logging: Rename category "Core_ARM11" to "Core_ARM". | bunnei | 2017-10-23 | 1 | -14/+14 |
* | Dyncom: Use size_t instead of int to store the instruction offsets in the instruction cache. | Subv | 2017-08-21 | 1 | -3/+3 |
* | Dyncom: Fixed a conversion warning when decoding thumb instructions. | Subv | 2017-08-21 | 1 | -1/+1 |
* | Dyncom: Remove disassembler code | Yuri Kunde Schlesner | 2017-05-08 | 1 | -5/+2 |
* | Dyncom: Tweak types and log formatting | Yuri Kunde Schlesner | 2017-05-08 | 1 | -6/+8 |
* | dyncom: Correct SXTAB16 and SXTB16 | MerryMage | 2017-02-18 | 1 | -4/+4 |
* | gdbstub: Remove global variable from public interface | Lioncash | 2016-12-15 | 1 | -2/+2 |
* | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 2016-09-21 | 1 | -1/+1 |
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 1 | -5/+2 |
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 1 | -2989/+3300 |
* | dyncom: Read-after-write in SMLA | MerryMage | 2016-08-22 | 1 | -2/+4 |
* | Dyncom: Correct implementation of STM for R15 | MerryMage | 2016-08-14 | 1 | -3/+4 |
* | Make arm_dyncom_trans* into a fully fledged compilation unit | archshift | 2016-06-12 | 1 | -44/+4 |
* | arm_dyncom_interpreter: slightly change AllocBuffer to be intuitive | archshift | 2016-06-12 | 1 | -15/+15 |
* | arm_dyncom_interpreter: Add specialized GetAddressingOpLoadStoreT func | archshift | 2016-06-11 | 1 | -0/+15 |
* | arm_dyncom_interpreter: rename operation functions to fit style guide | archshift | 2016-06-11 | 1 | -2/+2 |
* | arm_dyncom_interpreter: Rename anonymous enum to TransExtData | archshift | 2016-06-11 | 1 | -7/+7 |
* | arm_dyncom_interpreter.cpp: #include translation info from inc files | archshift | 2016-06-11 | 1 | -2648/+2 |
* | Fix read-after-write in SMUAD, SMLAD, SMUSD, SMLSD | Jannik Vogel | 2016-05-18 | 1 | -4/+8 |
* | Common: Remove section measurement from profiler (#1731) | Yuri Kunde Schlesner | 2016-04-29 | 1 | -7/+0 |
* | Fix BLX LR opcode interpretation | mailwl | 2016-04-09 | 1 | -2/+3 |
* | Fix thumb ADR instruction alignment | mailwl | 2016-04-06 | 1 | -6/+2 |
* | DynCom: Optimize single stepping | MerryMage | 2016-03-30 | 1 | -26/+57 |
* | arm_dyncom_dec: Fix decoding of VMLS | Lioncash | 2015-12-30 | 1 | -201/+199 |
* | dyncom: Handle modifying the APSR via an MRC instruction | Lioncash | 2015-12-28 | 1 | -12/+9 |
* | dyncom: Remove PC dispatch from several instructions | Lioncash | 2015-12-21 | 1 | -94/+0 |
* | dyncom: Handle unprivileged load/store variants correctly | Lioncash | 2015-12-20 | 1 | -7/+33 |
* | dyncom: const correctness changes | Lioncash | 2015-12-06 | 1 | -1/+1 |
* | Remove unnecessary new lines, changed Deinit to Shutdown | polaris- | 2015-10-12 | 1 | -1/+0 |
* | Use BreakpointAddress struct instead of passing address directly | polaris- | 2015-10-04 | 1 | -3/+3 |
* | Implement gdbstub | polaris- | 2015-10-04 | 1 | -9/+32 |
* | DynCom: Converted all 0xE condition code checks to ConditionCode::AL | archshift | 2015-09-06 | 1 | -100/+100 |
* | dyncom: Simplify some comparisons in CondPassed | Lioncash | 2015-08-26 | 1 | -4/+4 |
* | dyncom: Change return type of CondPassed to bool | Lioncash | 2015-08-26 | 1 | -57/+39 |
* | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | 2015-08-25 | 1 | -0/+7 |
* | ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types. | Emmanuel Gil Peyrot | 2015-08-11 | 1 | -20/+21 |
* | Merge pull request #1008 from lioncash/pc | bunnei | 2015-07-30 | 1 | -1/+6 |
|\ |
|
| * | dyncom: Handle the case where PC is the source register for STR/VSTM/VLDM | Lioncash | 2015-07-29 | 1 | -1/+6 |
* | | dyncom: Remove an unused variable | Lioncash | 2015-07-29 | 1 | -3/+0 |
|/ |
|
* | dyncom: Handle left-operand PC correctly for data-processing ops | Lioncash | 2015-07-29 | 1 | -7/+33 |
* | dyncom: Use enum class for instruction decoding results | Lioncash | 2015-07-28 | 1 | -10/+9 |
* | dyncom: Remove code duplication regarding thumb instructions | Lioncash | 2015-07-28 | 1 | -9/+3 |
* | dyncom: Migrate exclusive memory access control into armstate | Lioncash | 2015-07-28 | 1 | -47/+13 |
* | dyncom: Remove duplicated typedef and extern | Lioncash | 2015-07-28 | 1 | -4/+0 |
* | dyncom: Use ARMul_State as an object | Lioncash | 2015-07-26 | 1 | -183/+182 |
* | dyncom: Rename armdefs.h to armstate.h | Lioncash | 2015-07-26 | 1 | -1/+1 |
* | dyncom: Get rid of skyeye typedefs | Lioncash | 2015-07-26 | 1 | -5/+4 |
* | dyncom: Move helper functions to their own header | Lioncash | 2015-07-26 | 1 | -0/+1 |
* | dyncom: Pass SVC immediates directly. | Lioncash | 2015-07-21 | 1 | -1/+2 |
* | dyncom: Properly retrieve the PC value in BX if used. | Lioncash | 2015-07-20 | 1 | -3/+5 |
* | arm_dyncom_interpreter: Simplify assignment in SMLAW | Lioncash | 2015-07-17 | 1 | -1/+1 |
* | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 2015-05-29 | 1 | -16/+16 |
* | arm_dyncom_interpreter: Remove unused variable | Lioncash | 2015-05-26 | 1 | -5/+1 |
* | arm_dyncom_interpreter: Remove unused macro | Lioncash | 2015-05-25 | 1 | -1/+0 |
* | dyncom: Remove unused cpu parameter from decode_thumb_instr | Lioncash | 2015-05-23 | 1 | -3/+2 |
* | dyncom: remove load_r15 from arm_inst | Lioncash | 2015-05-23 | 1 | -362/+235 |
* | dyncom: Remove unnecessary parameter for load/store operations | Lioncash | 2015-05-23 | 1 | -39/+39 |
* | dyncom: Eliminate clang warnings | Lioncash | 2015-05-21 | 1 | -1/+1 |
* | Merge pull request #774 from lioncash/decodings | Yuri Kunde Schlesner | 2015-05-15 | 1 | -28/+168 |
|\ |
|
| * | dyncom: Add ARMv6K NOP and hint instructions to the decoding table | Lioncash | 2015-05-14 | 1 | -12/+142 |
| * | dyncom: Handle some MSR variants individually | Lioncash | 2015-05-14 | 1 | -23/+32 |
| * | dyncom: Move exclusive load/stores above bbl and swi in the decoding table | Lioncash | 2015-05-14 | 1 | -10/+11 |
* | | Merge pull request #770 from lioncash/dyncom_clean | bunnei | 2015-05-15 | 1 | -211/+196 |
|\ \ |
|
| * | | dyncom: Remove duplicate enums/prototypes | Lioncash | 2015-05-14 | 1 | -7/+1 |
| * | | dyncom: Remove unnecessary defines | Lioncash | 2015-05-14 | 1 | -4/+4 |
| * | | dyncom: Make translation-unit functions and variables static | Lioncash | 2015-05-14 | 1 | -66/+64 |
| * | | dyncom: Remove unnecessary typedefs | Lioncash | 2015-05-14 | 1 | -132/+133 |
| * | | dyncom: Remove unused structs | Lioncash | 2015-05-14 | 1 | -8/+0 |
| |/ |
|
* / | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | 2015-05-15 | 1 | -1/+1 |
|/ |
|
* | dyncom: Fix decoding of BKPT's immediate | Lioncash | 2015-05-13 | 1 | -1/+1 |
* | dyncom: Stub MCRR and MRRC | Lioncash | 2015-05-12 | 1 | -7/+68 |
* | dyncom: Remove an unnecessary variable in the interpreter | Lioncash | 2015-05-08 | 1 | -19/+17 |
* | HLE: Clean up SVC dispatch mechanism | Yuri Kunde Schlesner | 2015-05-06 | 1 | -2/+2 |
* | Dyncom: Move cream cache to ARMul_State. | bunnei | 2015-05-02 | 1 | -22/+9 |
* | dyncom: Remove unnecessary enum and typedef | Lioncash | 2015-04-07 | 1 | -4/+4 |
* | Merge pull request #685 from lioncash/cpregs | bunnei | 2015-04-06 | 1 | -1/+0 |
|\ |
|
| * | Move CP15 enum definitions into their own enum. | Lioncash | 2015-04-06 | 1 | -1/+0 |
* | | dyncom: Suppress uninitialized variable warnings | Lioncash | 2015-04-06 | 1 | -4/+4 |
|/ |
|
* | dyncom: Move CP15 register writing into its own function. | Lioncash | 2015-04-02 | 1 | -88/+2 |
* | dyncom: Move CP15 register reading into its own function. | Lioncash | 2015-04-02 | 1 | -44/+3 |
* | dyncom: Migrate InAPrivilegedMode to armsupp | Lioncash | 2015-03-26 | 1 | -4/+0 |
* | dyncom: Implement SRS | Lioncash | 2015-03-24 | 1 | -1/+32 |
* | dyncom: Implement RFE | Lioncash | 2015-03-24 | 1 | -1/+30 |
* | dyncom: Make Load/Store instructions support big endian | Lioncash | 2015-03-17 | 1 | -52/+62 |
* | dyncom: Implement SETEND | Lioncash | 2015-03-15 | 1 | -1/+35 |
* | dyncom: Minor cleanup | Lioncash | 2015-03-10 | 1 | -26/+7 |
* | dyncom: Fix an indexing bug in STM | Lioncash | 2015-03-09 | 1 | -5/+4 |
* | dyncom: General cleanup of STM | Lioncash | 2015-03-09 | 1 | -16/+14 |
* | dyncom: Increment addr when accessing LR in LDM | Lioncash | 2015-03-09 | 1 | -0/+2 |
* | Add profiling infrastructure and widget | Yuri Kunde Schlesner | 2015-03-02 | 1 | -0/+8 |
* | arm: The CP15 Main ID register is not writeable | Lioncash | 2015-02-26 | 1 | -3/+1 |
* | Cleaned up unaligned access. | Kevin Hartman | 2015-02-22 | 1 | -17/+2 |
* | dyncom: Support conditional BKPT instructions | Lioncash | 2015-02-17 | 1 | -1/+27 |
* | dyncom: Actually set the destination register for USAD8/USADA8. | Lioncash | 2015-02-16 | 1 | -0/+1 |
* | core: Apply static to local functions | Lioncash | 2015-02-13 | 1 | -189/+190 |
* | arm: General cleanup | Lioncash | 2015-02-13 | 1 | -74/+48 |
* | dyncom: Remove warning for SXTAH | Lioncash | 2015-02-13 | 1 | -1/+0 |
* | dyncom: Add more regs to MCR/MRC | Lioncash | 2015-02-10 | 1 | -17/+32 |
* | dyncom: Remove more unnecessary code | Lioncash | 2015-02-03 | 1 | -45/+3 |
* | core: Fix some warnings on OSX | Lioncash | 2015-02-03 | 1 | -2/+4 |
* | arm: Adios armemu | Lioncash | 2015-02-01 | 1 | -4/+0 |
* | dyncom: Minor cleanup | Lioncash | 2015-01-27 | 1 | -126/+137 |
* | dyncom: Minor cleanup | Lioncash | 2015-01-22 | 1 | -282/+270 |
* | dyncom: Clarify precedence for ternary statements | Lioncash | 2015-01-20 | 1 | -1/+1 |
* | dyncom: Implement missing shifts in ScaledRegisterPostIndexed, etc | Lioncash | 2015-01-19 | 1 | -7/+33 |
* | dyncom: Handle the ARM A2 encoding of STRT/LDRT | Lioncash | 2015-01-17 | 1 | -10/+24 |
* | dyncom: Handle the ARM A2 encoding of LDRBT/STRBT. | Lioncash | 2015-01-17 | 1 | -17/+15 |
* | dyncom: Fix 32-bit ASR shifts for immediates | Lioncash | 2015-01-12 | 1 | -5/+3 |
* | dyncom: Remove unused flag macros | Lioncash | 2015-01-12 | 1 | -15/+3 |
* | dyncom: Get rid of unnecessary outer-scope variables in InterpreterMainLoop | Lioncash | 2015-01-12 | 1 | -97/+108 |
* | dyncom: Fix overflow flag setting for ADD/RSB/RSC/SUB/SBC | Lioncash | 2015-01-12 | 1 | -38/+41 |
* | dyncom: Add a helper function for addition with a carry | Lioncash | 2015-01-12 | 1 | -12/+9 |
* | dyncom: Fix ADC overflow flag setting | Lioncash | 2015-01-12 | 1 | -8/+12 |
* | dyncom: Fix conditional execution of MSR | Lioncash | 2015-01-12 | 1 | -29/+31 |
* | dyncom: Fix UMAAL | Lioncash | 2015-01-08 | 1 | -4/+4 |
* | dyncom: Fix SMULWB/SMULWT | Lioncash | 2015-01-07 | 1 | -10/+7 |
* | Merge pull request #438 from lioncash/swp | bunnei | 2015-01-07 | 1 | -0/+1 |
|\ |
|
| * | dyncom: Fix SWPB | Lioncash | 2015-01-07 | 1 | -0/+1 |
* | | dyncom: Move over SMLALXY | Lioncash | 2015-01-07 | 1 | -1/+56 |
|/ |
|
* | Merge pull request #417 from kevinhartman/exclusive-tag-fix | bunnei | 2015-01-06 | 1 | -5/+7 |
|\ |
|
| * | Added exclusive reservation granule from ARMv7 spec to dyncom to protect LDR/STREX. | Kevin Hartman | 2015-01-06 | 1 | -5/+7 |
* | | dyncom: Partially emulate BXJ | Lioncash | 2015-01-05 | 1 | -8/+25 |
* | | dyncom: Actually set the Q flag for SMLABB/SMLABT/SMLATB/SMLATT | Lioncash | 2015-01-05 | 1 | -1/+2 |
* | | Merge pull request #418 from lioncash/qd | bunnei | 2015-01-05 | 1 | -8/+103 |
|\ \ |
|
| * | | dyncom: Implement QADD/QSUB/QDADD/QDSUB | Lioncash | 2015-01-05 | 1 | -8/+103 |
* | | | skyeye: Remove duplicate typedefs | Lioncash | 2015-01-04 | 1 | -4/+4 |
|/ / |
|
* / | dyncom: Implement SMLAW | Lioncash | 2015-01-03 | 1 | -1/+43 |
|/ |
|
* | Merge pull request #395 from lioncash/rev | bunnei | 2015-01-03 | 1 | -45/+45 |
|\ |
|
| * | dyncom: Implement REVSH | Lioncash | 2015-01-03 | 1 | -45/+45 |
* | | dyncom: Implement SMLALD/SMLSLD | Lioncash | 2015-01-03 | 1 | -3/+72 |
|/ |
|
* | Merge pull request #392 from lioncash/sm | bunnei | 2015-01-03 | 1 | -3/+64 |
|\ |
|
| * | dyncom: Implement SMMLA/SMMUL/SMMLS | Lioncash | 2015-01-03 | 1 | -3/+64 |
* | | dyncom: Implemented LDREXD/STREXD/LDREXH/STREXH | bunnei | 2015-01-03 | 1 | -100/+182 |
|/ |
|
* | Merge pull request #390 from lioncash/wut | bunnei | 2015-01-03 | 1 | -27/+0 |
|\ |
|
| * | dyncom: Remove dead function InterpreterInitInstLength | Lioncash | 2015-01-03 | 1 | -27/+0 |
* | | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD | Lioncash | 2015-01-03 | 1 | -44/+73 |
|/ |
|
* | dyncom: Implement SXTAB16 and SXTB16 | Lioncash | 2015-01-02 | 1 | -3/+58 |
* | Merge pull request #379 from lioncash/sh | bunnei | 2015-01-02 | 1 | -8/+110 |
|\ |
|
| * | dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAX | Lioncash | 2015-01-01 | 1 | -8/+110 |
* | | dyncom: Implement SADD8/SSUB8 | Lioncash | 2015-01-01 | 1 | -55/+108 |
|/ |
|
* | Merge pull request #375 from lioncash/uops | bunnei | 2014-12-31 | 1 | -9/+208 |
|\ |
|
| * | dyncom: Implement UADD8/UADD16/USUB8/USUB16/UASX/USAX | Lioncash | 2014-12-31 | 1 | -9/+208 |
* | | dyncom: Massive refactor | bunnei | 2014-12-31 | 1 | -514/+191 |
* | | Merge pull request #369 from darkf/mingw_ | bunnei | 2014-12-31 | 1 | -0/+8 |
|\ \
| |/
|/| |
|
| * | Fix merge conflicts | darkf | 2014-12-30 | 1 | -5604/+5460 |
| |\ |
|
| * | | Add comment regarding __WIN32__ in SkyEye code | darkf | 2014-11-29 | 1 | -0/+4 |
| * | | Fix MinGW build | darkf | 2014-11-29 | 1 | -0/+4 |
* | | | dyncom: Implement USAT16/SSAT16 | Lioncash | 2014-12-30 | 1 | -2/+61 |
| |/
|/| |
|
* | | dyncom: Implement USAT/SSAT | bunnei | 2014-12-30 | 1 | -2/+94 |
* | | dyncom: Various cleanups to match coding style, no functional changes. | bunnei | 2014-12-30 | 1 | -6066/+5168 |
* | | Merge pull request #361 from lioncash/moreqops | bunnei | 2014-12-29 | 1 | -32/+42 |
|\ \ |
|
| * | | dyncom: Implement QADD8/QSUB8 | Lioncash | 2014-12-29 | 1 | -32/+42 |
* | | | dyncom: Fix SMLALXY's instruction labels | Lioncash | 2014-12-29 | 1 | -2/+2 |
|/ / |
|
* | | dyncom: Implement UXTB16/UXTAB16 | Lioncash | 2014-12-29 | 1 | -2/+55 |
* | | vfp: Actually make the code somewhat readable | Lioncash | 2014-12-29 | 1 | -8/+41 |
* | | dyncom: Implement PKHBT and PKHTB. | bunnei | 2014-12-28 | 1 | -2/+57 |
* | | dyncom: Implement USAD8/USADA8 | Lioncash | 2014-12-28 | 1 | -2/+52 |
* | | dyncom: Implement UQADD8, UQADD16, UQSUB8, UQSUB16, UQASX, and UQSAX. | Lioncash | 2014-12-27 | 1 | -8/+97 |
* | | dyncom: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAX | Lioncash | 2014-12-27 | 1 | -11/+123 |
* | | dyncom: Move over QADD16/QASX/QSAX/QSUB16 | Lioncash | 2014-12-22 | 1 | -7/+87 |
* | | Merge pull request #322 from chinhodado/master | bunnei | 2014-12-22 | 1 | -6/+6 |
|\ \ |
|
| * | | More warning cleanups | Chin | 2014-12-21 | 1 | -6/+6 |
* | | | dyncom: Move SEL over | Lioncash | 2014-12-22 | 1 | -1/+58 |
* | | | dyncom: Move over SASX/SSAX/SADD16/SSUB16 | Lioncash | 2014-12-22 | 1 | -7/+102 |
|/ / |
|
* | | dyncom: Implement UMAAL | Lioncash | 2014-12-19 | 1 | -1/+47 |
* | | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 2014-12-13 | 1 | -99/+101 |
* | | Merge pull request #235 from yuriks/dyncom-map | bunnei | 2014-11-30 | 1 | -33/+15 |
|\ \ |
|
| * | | dyncom: Use unordered_map rather than the terrible 2-level bb_map | Yuri Kunde Schlesner | 2014-11-29 | 1 | -33/+15 |
| |/ |
|
* / | arm_dyncom_interpreter: Get rid of unused var warnings | Lioncash | 2014-11-29 | 1 | -4/+2 |
|/ |
|
* | ARM: Removed unnecessary goto with each instruction. | bunnei | 2014-11-12 | 1 | -43/+39 |
* | ARM: Fixed several dyncom bugs. | bunnei | 2014-11-12 | 1 | -14/+19 |
* | ARM: Updated dyncom core to use fast label lookup table on clang. | bunnei | 2014-10-25 | 1 | -3/+7 |
* | ARM: Integrate SkyEye faster "dyncom" interpreter. | bunnei | 2014-10-25 | 1 | -0/+6559 |