aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm
AgeCommit message (Expand)Author
2015-03-07Merge pull request #538 from yuriks/perf-statTony Wasserka
2015-03-03vfp: Get rid of warningsLioncash
2015-03-01Add profiling infrastructure and widgetYuri Kunde Schlesner
2015-02-27Merge pull request #620 from lioncash/bkptbunnei
2015-02-27arm_disasm: Show conditional code for BKPT instructions.Lioncash
2015-02-27arm_disasm: Remove unused variableLioncash
2015-02-26arm: The CP15 Main ID register is not writeableLioncash
2015-02-25arm: Remove unnecessary booleansLioncash
2015-02-21Cleaned up unaligned access.Kevin Hartman
2015-02-17Merge pull request #582 from lioncash/warningsbunnei
2015-02-17Merge pull request #579 from lioncash/bkptbunnei
2015-02-17vfpinstr: Fix trivial signed/unsigned mismatch warningsLioncash
2015-02-17dyncom: Support conditional BKPT instructionsLioncash
2015-02-16Merge pull request #574 from lioncash/warnbunnei
2015-02-16dyncom: Actually set the destination register for USAD8/USADA8.Lioncash
2015-02-15vfpdouble: Use %p for printing pointer addresses.Lioncash
2015-02-15arm: Set the A bit on reset.Lioncash
2015-02-13core: Apply static to local functionsLioncash
2015-02-13arm: General cleanupLioncash
2015-02-12dyncom: Switch the app and system cores into the correct mode at initializationLioncash
2015-02-12dyncom: Clean up the constructorLioncash
2015-02-12dyncom: Remove warning for SXTAHLioncash
2015-02-12arm: Remove ARMul_EmulateInitLioncash
2015-02-12armdefs: Remove unnecessary extern CLioncash
2015-02-11arm: Remove ARM26 support.Lioncash
2015-02-11Merge pull request #559 from lioncash/cleanbunnei
2015-02-11arm: Get rid of some magic constants. Specify proper ARM mode.Lioncash
2015-02-11arm: Change some more constants into enumsLioncash
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
2015-02-10Merge pull request #556 from lioncash/cleanbunnei
2015-02-10arm: Remove TRUE/FALSE definesLioncash
2015-02-10arm_dyncom_thumb: Make lookup tables staticLioncash
2015-02-10Merge pull request #553 from lioncash/denormbunnei
2015-02-10dyncom: Add more regs to MCR/MRCLioncash
2015-02-10vfp: Normalize accumulator for multiply accumulate instructionsLioncash
2015-02-09Scheduler refactor Pt. 1Kevin Hartman
2015-02-09vfpdouble: Fix the FTOUI NaN sign settingLioncash
2015-02-09Throw more unused/unnecessary VFP code outLioncash
2015-02-09vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuffLioncash
2015-02-09vfp_helper: Normalize tabs to spacesLioncash
2015-02-06vfp_helper: Remove unnecessary extern C blocksLioncash
2015-02-06vfp: Move FPSID, FPEXC, and FPSCR values over to enums.Lioncash
2015-02-04Merge pull request #537 from lioncash/vfpbunnei
2015-02-04Merge pull request #536 from lioncash/deadbunnei
2015-02-04vfp: Fix VCVTLioncash
2015-02-04vfp: Throw out unused codeLioncash
2015-02-03dyncom: Remove more unnecessary codeLioncash
2015-02-03core: Fix some warnings on OSXLioncash
2015-02-01Merge pull request #525 from lioncash/armwarnbunnei
2015-01-31vfp: Get rid of some compile warningsLioncash