3.5-603 10 years, 1 month ago Fix two instances of MOVT/MOVW that could have been hit on ARMv6.
3.5-602 10 years, 1 month ago Implement FPR cache. Implement fabsx and faddx. Broken fmrx and lfs as well.
3.5-601 10 years, 1 month ago Bit of cleanup
3.5-600 10 years, 1 month ago Add VABS
3.5-599 10 years, 2 months ago Add disassembly of LDRH and LDRB
3.5-598 10 years, 2 months ago Add a VMOV that moves from ARM Registers to VFP registers.
3.5-597 10 years, 2 months ago Fix VDIV encoding
3.5-596 10 years, 2 months ago Wrong offset in VSUB as well.
3.5-595 10 years, 2 months ago Fix assert in VLDR
3.5-594 10 years, 2 months ago Fix encoding of VADD(fp) and fix support for I32 VADD
3.5-593 10 years, 2 months ago Disable this debugging code on Android. Causes a SIGBUS for unknown causes.
3.5-592 10 years, 2 months ago Beginning of change to fastmem. Quick commit so I can move it to my other laptop.
3.5-591 10 years, 2 months ago Fix compiling in Windows.
3.5-590 10 years, 2 months ago Enable sigsegv handler in Android.
3.5-589 10 years, 2 months ago OpenSLES audio backend for Android
3.5-588 10 years, 2 months ago Android won't be using a backend. Changes to support that.
3.5-587 10 years, 2 months ago Link in Android log
3.5-586 10 years, 2 months ago Make finding the user and datapaths in Android less of a hack.
3.5-585 10 years, 2 months ago Android Ashmem implementation
3.5-584 10 years, 2 months ago Merge in ector's UMULL and SMULL emitters.