summaryrefslogtreecommitdiff
path: root/src/core/arm/dyncom (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-131-99/+101
* Merge pull request #235 from yuriks/dyncom-mapGravatar bunnei2014-11-301-33/+15
|\
| * dyncom: Use unordered_map rather than the terrible 2-level bb_mapGravatar Yuri Kunde Schlesner2014-11-291-33/+15
* | arm_dyncom_interpreter: Get rid of unused var warningsGravatar Lioncash2014-11-291-4/+2
|/
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-193-4/+4
* Fix documentation of parametersGravatar Lioncash2014-11-181-1/+1
* ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable).Gravatar bunnei2014-11-111-2/+2
* ARM: Removed unnecessary goto with each instruction.Gravatar bunnei2014-11-111-43/+39
* ARM: Fixed several dyncom bugs.Gravatar bunnei2014-11-113-17/+25
* Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-261-7/+7
* ARM: Removed unnecessary and unused SkyEye MMU code.Gravatar bunnei2014-10-251-1/+0
* ARM: Updated dyncom core to use fast label lookup table on clang.Gravatar bunnei2014-10-251-3/+7
* ARM: Integrate SkyEye faster "dyncom" interpreter.Gravatar bunnei2014-10-2510-0/+8124