aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/skyeye_common/vfp
Commit message (Collapse)AuthorAge
...
* VFP: Minor cleanup, functionally the same.Gravatar bunnei2015-01-03
|
* dyncom: Massive refactorGravatar bunnei2014-12-30
|
* vfp: Get rid of a few warningsGravatar Lioncash2014-12-30
|
* vfp: Implement VMOVBRRSSGravatar Lioncash2014-12-30
|
* dyncom: Various cleanups to match coding style, no functional changes.Gravatar bunnei2014-12-29
|
* vfp: Actually make the code somewhat readableGravatar Lioncash2014-12-28
|
* armemu: Fix FTOUI NaN sign.Gravatar Normmatt2014-12-16
|
* armemu: Fix FSUBS bug where NaN shouldn't be negatedGravatar Normmatt2014-12-16
|
* ARM: Pull some SkyEye fixes from 3dmoo.Gravatar bunnei2014-12-14
|
* Fix compilation errorsGravatar Sean Maas2014-11-02
|
* ARM: Merge latest VFP fixes from 3dmoo team.Gravatar bunnei2014-11-02
|
* Fix VFP compilation errors with gccGravatar Yuri Kunde Schlesner2014-10-30
|
* vfp_helper: Get rid of integer type redefinitionsGravatar Lioncash2014-10-26
|
* ARM: Integrate SkyEye faster "dyncom" interpreter.Gravatar bunnei2014-10-25
| | | | | | | | | | 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.
* ARM: Reorganized file structure to move shared SkyEye code to a more common ↵Gravatar bunnei2014-10-25
area. Removed s_ prefix