aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec
AgeCommit message (Collapse)Author
2017-05-03use pc-relative offsets for PIC toonotaz
2016-09-30drc: fix a mistake from w^x changenotaz
Fixes: d148d265
2016-09-21drc: some vita and 3ds supportnotaz
not tested, mostly just guesswork
2016-09-21drc: avoid MAP_FIXEDnotaz
it's almost never a good idea, it will override some other mapping and make things crash
2016-09-19drc: try to support w^x platforms like iOSnotaz
untested...
2016-09-19drc: remove unnecessary cache flushingnotaz
should already be flushed or not matter at this point
2016-09-18drc: enable and fix warningsnotaz
these were kept for compat with Ari64's code, which is removed, see previous commit messages
2016-09-18drc: mark things staticnotaz
2016-09-18drc: strip eol blanksnotaz
Because people send patches while using editors that strip blanks and the patch becomes a mess.
2016-09-18drc: drop less obvious dead codenotaz
2016-09-18drc: drop heaps of dead codenotaz
I've kept it around to keep the code similar to Ari64's version, so that it would be easier to merge back his fixes. However Mupen64plus has long reformatted the code and it kind of went different direction anyway, so there is no point to keep all this code now.
2016-04-01don't use __ARM_ARCH_7A__notaz
github issue #68
2016-02-28drc: handle any immediatenotaz
2015-02-05dma: do some madr updatesnotaz
untested, but makes ff7 behave better with linked lists (dither problem)
2015-01-31assem_arm.c: Use ARMv6 instructions if possiblegizmo98
Replace HAVE_ARMv7 with HAVE_ARMv6 if the instructions are supported by ARMv6. uxth, sxth and sxtb are present under ARMv6: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0473k/dom1361289925707.html
2015-01-03mingw build fixesnotaz
2014-12-25drc: more timing hacksnotaz
b6e87b2bc096 broke R-Type sound, try to recover.. also check PE2
2014-12-23drc: implement block addr list savingnotaz
should give better experience after savestate load
2014-12-23drc: replace unused reg32 with new reg_sv_flagsnotaz
2014-12-20spu: rework synchronizationnotaz
2014-12-20spu: add a schedule callbacknotaz
2014-12-06psxmem: remove hard requirement for a mappingnotaz
not all platforms have 1f800000 free not all mmap implementations use the addr hint..
2013-12-22(iOS) Work around clang crash when compiling libpcsxcor/new_dynarec/pcsxmem.c.meancoot
2013-06-05drc: add a test to catch broken platforms earlynotaz
2013-04-03drc: fix a bug made during UAL conversionnotaz
2013-04-02drc: handle more calling conventionsnotaz
2013-04-02drc/psx_gpu: handle more calling conventionsnotaz
2013-04-02avoid MAP_FIXED, log mappingsnotaz
MAP_FIXED overrides existing mappings, we don't want that
2013-04-01asm: fix incorrect offsetsnotaz
2013-04-01libretro/ios: enable dynarec, update target namesnotaz
2013-04-01drc: convert linkage_arm to UAL, adjust loadsnotaz
2013-04-01fix clang warningsnotaz
2013-04-01drc: use print wrapper to output errorsnotaz
..for platforms without working printf
2013-04-01gte_neon: access scratch_buf through drc contextnotaz
2013-04-01drc: rework linkage_arm for better assembler compatibilitynotaz
2013-03-25asm: use a macro for functionsnotaz
2013-03-25Add missing ifdef, move QNX RAM mapping closer to othersCatalystG
2013-03-25Add support for PlayBook/BB10 with libretroCatalystG
2013-03-17drc: timing hacksnotaz
run tiny loops faster, no store penalty
2013-03-15psxmem: handle io mirrorsnotaz
tested on real hardware (ignoring missing fault emulation) fixes Star Wars - Episode I
2013-01-06fix irq statusnotaz
tested on real hardware
2013-01-06fully reinit drc on changenotaz
2012-12-23drc: fix bugs in armv4 codepathnotaz
wasn't even passing BIOS because of them..
2012-12-09pipe error messages through single functionnotaz
for easier redirection to file, logcat or whatever
2012-12-02improve ARM feature detectionnotaz
2012-11-28clean up mmap hacksnotaz
still messy but perhaps beter
2012-11-24fix ARM build with --disable-dynarecnotaz
2012-08-04configure: various fixesnotaz
2012-08-03frontend/pollux: wiz: move tables to upper memory to free some RAMnotaz
2012-07-30fix various fPIC issuesnotaz