summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/ArmCPUDetect.cpp
AgeCommit message (Collapse)Author
2013-08-06Free two memory leaks in ArmCPUDetect.cppLioncash
Char pointers aren't freed after use. Fixed this in PPSSPP a few days ago. Forgot to check here for the same thing until now.
2013-08-02[ARM] Push new ArmEmitter changes from PPSSPP. Mostly Fixes a few VFP/NEON ↵Ryan Houdek
instruction encodings.
2013-07-16Check for IDIVA/IDIVT correctly. Cortex-A5 parts would have had this set ↵Ryan Houdek
since it supports VFPv4 but not IDIVA. Qualcomm Krait/Krait 300 still doesn't report in the kernel that it supports this.
2013-03-19Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.lioncash
Not planning to touch Core since it's the most actively changed part of the project.
2013-03-14Actually set the bIDIVa value in the ARM CPUDetect.Ryan Houdek
2013-03-14Really clean up all the emitter loadstores on ARM. If a ARM device supports ↵Ryan Houdek
VFPv4, then it supports IDIVA, so handle that in CPUDetect.
2013-03-03Fix some leaking file handles and buildfix probably.Jordan Woyak
2013-02-26ARM Support without GLSLRyan Houdek