| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-02 | dyncom: Remove dead function InterpreterInitInstLength | Lioncash | |
| Technically eliminates two memory leaks as well. | |||
| 2015-01-02 | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD | Lioncash | |
| 2015-01-01 | dyncom: Implement SXTAB16 and SXTB16 | Lioncash | |
| 2015-01-01 | Merge pull request #379 from lioncash/sh | bunnei | |
| dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAX | |||
| 2015-01-01 | dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAX | Lioncash | |
| 2015-01-01 | dyncom: Implement SADD8/SSUB8 | Lioncash | |
| 2014-12-31 | Merge pull request #375 from lioncash/uops | bunnei | |
| dyncom: Implement UADD8/UADD16/USUB8/USUB16/UASX/USAX | |||
| 2014-12-31 | dyncom: Implement UADD8/UADD16/USUB8/USUB16/UASX/USAX | Lioncash | |
| 2014-12-30 | dyncom: Massive refactor | bunnei | |
| 2014-12-30 | Merge pull request #369 from darkf/mingw_ | bunnei | |
| Fix MinGW build (2) | |||
| 2014-12-30 | dyncom: Implement USAT16/SSAT16 | Lioncash | |
| 2014-12-29 | Fix merge conflicts | darkf | |
| 2014-12-29 | dyncom: Implement USAT/SSAT | bunnei | |
| 2014-12-29 | dyncom: Various cleanups to match coding style, no functional changes. | bunnei | |
| 2014-12-29 | Merge pull request #361 from lioncash/moreqops | bunnei | |
| dyncom/armemu: Implement QADD8/QSUB8. | |||
| 2014-12-29 | dyncom: Fix SMLALXY's instruction labels | Lioncash | |
| They were erroneously labeled as SMLAL. | |||
| 2014-12-29 | dyncom: Implement QADD8/QSUB8 | Lioncash | |
| 2014-12-28 | dyncom: Implement UXTB16/UXTAB16 | Lioncash | |
| 2014-12-28 | vfp: Actually make the code somewhat readable | Lioncash | |
| 2014-12-28 | dyncom: Implement PKHBT and PKHTB. | bunnei | |
| 2014-12-28 | dyncom: Implement USAD8/USADA8 | Lioncash | |
| 2014-12-27 | dyncom: Implement UQADD8, UQADD16, UQSUB8, UQSUB16, UQASX, and UQSAX. | Lioncash | |
| 2014-12-27 | dyncom: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAX | Lioncash | |
| 2014-12-25 | ARM: Add a mechanism for faking CPU time elapsed during HLE. | bunnei | |
| - Also a few cleanups. | |||
| 2014-12-22 | dyncom: Move over QADD16/QASX/QSAX/QSUB16 | Lioncash | |
| 2014-12-22 | Merge pull request #322 from chinhodado/master | bunnei | |
| More warning cleanups | |||
| 2014-12-21 | dyncom: Move SEL over | Lioncash | |
| 2014-12-21 | Merge pull request #324 from lioncash/dync | bunnei | |
| dyncom: Move over SASX/SSAX/SADD16/SSUB16 | |||
| 2014-12-21 | dyncom: Move over SASX/SSAX/SADD16/SSUB16 | Lioncash | |
| 2014-12-21 | Merge pull request #291 from purpasmart96/license | bunnei | |
| License change | |||
| 2014-12-21 | More warning cleanups | Chin | |
| 2014-12-20 | License change | purpasmart96 | |
| 2014-12-19 | dyncom: Implement UMAAL | Lioncash | |
| 2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | |
| 2014-11-30 | Merge pull request #235 from yuriks/dyncom-map | bunnei | |
| dyncom: Use unordered_map rather than the terrible 2-level bb_map | |||
| 2014-11-29 | dyncom: Use unordered_map rather than the terrible 2-level bb_map | Yuri Kunde Schlesner | |
| Seems (probably just placebo/wishful thinking) to make it slightly faster. Also reduces memory usage and makes shutdown when debugging from MSVC fast. | |||
| 2014-11-29 | arm_dyncom_interpreter: Get rid of unused var warnings | Lioncash | |
| 2014-11-28 | Add comment regarding __WIN32__ in SkyEye code | darkf | |
| 2014-11-28 | Fix MinGW build | darkf | |
| 2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵ | Emmanuel Gil Peyrot | |
| or generated | |||
| 2014-11-18 | Fix documentation of parameters | Lioncash | |
| 2014-11-11 | ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable). | bunnei | |
| - Fixes single stepping in debugger. | |||
| 2014-11-11 | ARM: Removed unnecessary goto with each instruction. | bunnei | |
| 2014-11-11 | ARM: Fixed several dyncom bugs. | bunnei | |
| - Fixed NZCVT flags to properly save state when function returns. - Fixed counter to keep track of the actual number of instructions executed. - Fixed single-step mode to only execute one instruction at a time. - DefaultIni: Removed comment that no longer applied to dyncom. | |||
| 2014-10-26 | Add `override` keyword through the code. | Yuri Kunde Schlesner | |
| This was automated using `clang-modernize`. | |||
| 2014-10-25 | ARM: Removed unnecessary and unused SkyEye MMU code. | bunnei | |
| Added license header back in. I originally removed this because I mostly rewrote the file, but meh | |||
| 2014-10-25 | ARM: Updated dyncom core to use fast label lookup table on clang. | bunnei | |
| 2014-10-25 | ARM: Integrate SkyEye faster "dyncom" interpreter. | bunnei | |
| Fixed typo (make protected member public) Added license header back in. I originally removed this because I mostly rewrote the file, but meh ARM: Fixed a type error in dyncom interpreter. ARM: Updated dyncom to use unique_ptr for internal ARM state. | |||
