spu: fix first sample, don't play ahead
[pcsx_rearmed.git] / libpcsxcore / new_dynarec /
2014-12-20 notazspu: rework synchronization
2014-12-20 notazspu: add a schedule callback
2014-12-06 notazpsxmem: remove hard requirement for a mapping
2013-12-22 meancoot(iOS) Work around clang crash when compiling libpcsxcor...
2013-06-04 notazdrc: add a test to catch broken platforms early
2013-04-02 notazdrc: fix a bug made during UAL conversion
2013-04-02 notazdrc: handle more calling conventions
2013-04-02 notazdrc/psx_gpu: handle more calling conventions
2013-04-01 notazavoid MAP_FIXED, log mappings
2013-04-01 notazasm: fix incorrect offsets
2013-03-31 notazlibretro/ios: enable dynarec, update target names
2013-03-31 notazdrc: convert linkage_arm to UAL, adjust loads
2013-03-31 notazfix clang warnings
2013-03-31 notazdrc: use print wrapper to output errors
2013-03-31 notazgte_neon: access scratch_buf through drc context
2013-03-31 notazdrc: rework linkage_arm for better assembler compatibility
2013-03-25 notazasm: use a macro for functions
2013-03-25 CatalystGAdd missing ifdef, move QNX RAM mapping closer to others
2013-03-25 CatalystGAdd support for PlayBook/BB10 with libretro
2013-03-17 notazdrc: timing hacks
2013-03-15 notazpsxmem: handle io mirrors
2013-01-06 notazfix irq status
2013-01-06 notazfully reinit drc on change
2012-12-23 notazdrc: fix bugs in armv4 codepath
2012-12-10 notazMerge branch 'libretro'
2012-12-09 notazpipe error messages through single function
2012-12-02 notazimprove ARM feature detection
2012-11-28 notazclean up mmap hacks
2012-11-24 notazfix ARM build with --disable-dynarec
2012-08-04 notazconfigure: various fixes
2012-08-02 notazfrontend/pollux: wiz: move tables to upper memory to...
2012-07-29 notazfix various fPIC issues
2012-07-22 notazpcsxmem: abort if lsb is set for map_item
2012-04-29 notazfrontend: some menu adjustments
2012-04-29 notazfix some build issues and warnings
2012-04-21 notazbring in configure build system
2012-04-18 notazdrc: inv: fix ram ofset and mirror handling
2012-04-18 notazsupport emulated RAM mapped at offset
2012-01-14 notazdrc: allow translation cache in data segment
2012-01-07 notazdrc: do basic current block modification detection
2012-01-06 notazdrc: never read to r0
2012-01-01 notazchange lcf handling
2011-12-10 notazdrc: fix bad gte unneeded reg assumption
2011-12-08 notazdrc: move constmap out of regstat
2011-12-04 notazmove some gpu status handling to core
2011-11-01 notazdrc/gte: decode MVMVA data deps
2011-11-01 notazdrc/gte: fix dep list
2011-10-30 notazdrc: detect sw irqs properly
2011-10-30 notazdrc: fix various register trashing in mtc0
2011-10-30 notazdrc: fix cycle multiplier code
2011-10-30 notazdrc: fix mtc0 argument
2011-10-30 notazdrc: some debug code improvements
2011-10-30 notazmake root counters use generic event scheduling code
2011-10-30 notazdrc: always use physical block addresses
2011-10-30 notazrcnt: remove gate guess for cnt 0 and 1
2011-10-30 notazdrc: detect dead gte reads too
2011-10-30 notazdrc: add some hack options
2011-10-30 notazgte: parametrize remaining ops
2011-10-30 notazdrc: try to avoid full constant reload
2011-10-30 notazdrc: fix sub assem_debug print
2011-10-30 notazdrc: avoid invcode checks on close addesses
2011-10-30 notazpcnt: measure gte too
2011-10-30 notazdrc: do MVMVA decoding; parametrize handlers
2011-10-30 notazdrc: finish GTE reg liveness analysis
2011-10-30 notazdrc: implement literal dupe merging
2011-10-30 notazinline/parametrize rootcounter reads
2011-10-09 notazdrc: check for interrupts after RFE
2011-10-09 notaznew ability to adjust psx cpu clock
2011-10-09 notazget rid of old memhandlers
2011-10-09 notazdrc: remove some old inline memhandlers
2011-10-09 notazdrc: implement memory access speculation
2011-10-08 notazdrc: implement shiftimm constant propagation
2011-10-08 notazrecompilation-caused frameskip workaround
2011-10-08 notaztry to support more compilers
2011-10-08 notazrewrite memhandlers (write)
2011-10-04 notazrewrite memhandlers (read)
2011-10-02 notazyet more random armv5 tweaks
2011-09-29 notazgte_arm: implement RTPS, RTPT
2011-09-26 notazdrc: do gte flag liveness detection
2011-09-26 notazgte: split arm code for pollux, generate flagless handlers
2011-09-24 notazdrc: fix PCSX HLE hack for armv5
2011-09-23 notazsupport armv5 build
2011-09-22 notazdrc: do modification check in smaller than page granularity
2011-09-19 notazdrc: make sure dyna_linker is really called from stub
2011-09-19 notazdrc: load ra before SD only when needed
2011-09-19 notazdrc: handle $ra access in JALR DS too
2011-09-19 notazdrc: fix $ra evicting on JAL
2011-09-19 notazRevert "drc: ujump DS $ra overwrite fix?"
2011-08-01 notazdrc: fix page get code in linkage_arm.s
2011-07-12 notazdrc: fix SP mirror hack
2011-07-12 notazdrc: redo fastboot hack
2011-07-07 notazdma: more accurate ICR register handling
2011-07-07 notazdrc: ifdef out one more 64bit instruction
2011-07-07 notazdrc: handle division by 0 correctly
2011-07-07 notazdrc: merge Ari64's patch: 21_debugging_stuff
2011-07-07 notazdrc: merge Ari64's patch: 20_delay_slot_64bit_register_fix
2011-07-07 notazdrc: merge Ari64's patch: 19_arm_typos
2011-07-07 notazdrc: merge Ari64's patch: 18_loop_preload_fix
2011-07-07 notazdrc: merge part of old Ari64's patch: 09_tlb_offset
2011-07-07 notazdrc: merge Ari64's patch: 17_branch_target_liveness_ana...
next