aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/new_dynarec.c
AgeCommit message (Expand)Author
2016-09-30drc: fix a mistake from w^x changenotaz
2016-09-21drc: some vita and 3ds supportnotaz
2016-09-21drc: avoid MAP_FIXEDnotaz
2016-09-19drc: try to support w^x platforms like iOSnotaz
2016-09-19drc: remove unnecessary cache flushingnotaz
2016-09-18drc: enable and fix warningsnotaz
2016-09-18drc: mark things staticnotaz
2016-09-18drc: strip eol blanksnotaz
2016-09-18drc: drop less obvious dead codenotaz
2016-09-18drc: drop heaps of dead codenotaz
2014-12-25drc: more timing hacksnotaz
2014-12-23drc: implement block addr list savingnotaz
2014-12-23drc: replace unused reg32 with new reg_sv_flagsnotaz
2013-06-05drc: add a test to catch broken platforms earlynotaz
2013-04-01libretro/ios: enable dynarec, update target namesnotaz
2013-04-01drc: use print wrapper to output errorsnotaz
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
2012-04-29frontend: some menu adjustmentsnotaz
2012-04-18drc: inv: fix ram ofset and mirror handlingnotaz
2012-04-18support emulated RAM mapped at offsetnotaz
2012-01-14drc: allow translation cache in data segmentnotaz
2012-01-07drc: do basic current block modification detectionnotaz
2011-12-11drc: fix bad gte unneeded reg assumptionnotaz
2011-12-08drc: move constmap out of regstatnotaz
2011-11-01drc/gte: decode MVMVA data depsnotaz
2011-10-30drc: fix cycle multiplier codenotaz
2011-10-30drc: some debug code improvementsnotaz
2011-10-30drc: always use physical block addressesnotaz
2011-10-30drc: detect dead gte reads toonotaz
2011-10-30drc: add some hack optionsnotaz
2011-10-30drc: try to avoid full constant reloadnotaz
2011-10-30drc: avoid invcode checks on close addessesnotaz
2011-10-30drc: do MVMVA decoding; parametrize handlersnotaz
2011-10-30drc: finish GTE reg liveness analysisnotaz
2011-10-10drc: check for interrupts after RFEnotaz
2011-10-10new ability to adjust psx cpu clocknotaz
2011-10-10get rid of old memhandlersnotaz
2011-10-10drc: implement memory access speculationnotaz
2011-10-08drc: implement shiftimm constant propagationnotaz
2011-10-08recompilation-caused frameskip workaroundnotaz
2011-10-08try to support more compilersnotaz
2011-10-08rewrite memhandlers (write)notaz
2011-10-02yet more random armv5 tweaksnotaz
2011-09-27drc: do gte flag liveness detectionnotaz
2011-09-25drc: fix PCSX HLE hack for armv5notaz
2011-09-22drc: do modification check in smaller than page granularitynotaz
2011-09-20drc: make sure dyna_linker is really called from stubnotaz
2011-09-19drc: load ra before SD only when needednotaz