drc: implement memory access speculation
[pcsx_rearmed.git] / libpcsxcore / new_dynarec /
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...
2011-07-07 notazdrc: merge Ari64's patch: 16_continue_after_branch_into...
2011-07-07 notazdrc: merge Ari64's patch: 15_dirty_registers_fix
2011-07-07 notazdrc: merge Ari64's patch: 14_dont_save_or_restore_temporary
2011-07-07 notazdrc: merge Ari64's patch: 13_dummy_loads
2011-07-07 notazdrc: merge Ari64's patch: 12_cycle_count
2011-07-07 notazdrc: merge Ari64's patch: 11_dealloc_reg_clear_const_flag
2011-07-07 notazdrc: merge Ari64's patch: 04_constant_address_pagefaults
2011-07-07 notazdrc: merge Ari64's patch: 03_needed_again
2011-07-07 notazdrc: merge Ari64's patch: 01_year_2011
2011-06-14 notazdrc: re-add bt part that was removed with pass7
2011-06-07 notazdrc: comment out some broken code
2011-06-07 notazdrc: init vars that gcc thinks can be used uninitialize...
2011-06-07 notazdrc: fix warning in my code
2011-03-22 notazdrc: start in more consistent state
2011-03-19 notazdrc: try even more to not compile code as 64bit
2011-03-17 notazdrc: ujump DS $ra overwrite fix?
2011-03-16 notazminor debug code updates
2011-03-15 notazdrc: hack for stack-in-RAM-mirror case
2011-03-14 notazdrc: implement ra accesses in ujump DS
2011-03-09 notazdrc: handle some load delay cases with interpreter
2011-03-08 notazpcsxmem: fix ro write handler
2011-03-08 notazdrc: update invalid_code for RAM when mirrors are touched
2011-03-07 notazdrc: fix valgrind errors
2011-03-07 notazdrc: rm unneeded writebacks in stubs, as suggested...
2011-03-07 notazfrontend: fix valgrind errors
2011-03-01 notazdrc: clear dynarec completely on CD image change
2011-02-28 notazgte_neon: hook into recompiler
2011-02-17 notazdrc: some PCSX-specific const addr io handlers
2011-02-17 notazdrc: add i/o penalty cycles
2011-02-17 notazdrc: don't pass r3 to memhandlers
2011-02-17 notazdrc: merge register types from Ari64's code
2011-02-17 notazdrc: merge Ari64's patch: 11_reduce_invstub_memory_usage
2011-02-17 notazdrc: merge Ari64's patch: 10_unnecessary_invalidate
2011-02-16 notazdrc: merge Ari64's patch: 08_loop_hoisting
2011-02-16 notazdrc: merge Ari64's patch: 07_clear_cache
2011-02-16 notazdrc: merge Ari64's patch: 05_dont_write_r0
2011-02-16 notazdrc: merge Ari64's patch: 02_xor_zero
2011-02-16 notazdrc: get rid of pass 7/provisional_r32 too
2011-02-16 notazdrc: fix p32 32K memset stupidity, don't use p32 instead
2011-02-11 notazdrc: rm x86 stuff - it's unmaintained here
2011-02-09 notazdrc: update memhandler according to pcsxr code
2011-02-09 notazdrc: sync gte with interpreter
2011-02-04 notazdrc: handle dummy reads in inline_readstub
2011-01-28 notazdrc: fall back to interpreter on delay slot link reg...
2011-01-28 notazcdrom: support cdda playback cursor and autopause/report
2011-01-26 notazdrc: invalidate RAM mirrors correctly
2011-01-26 notazdrc: handle $ra accesses in DS (BxxZAL case only)
2011-01-25 notazcdrom: merge most of cdrom.c from latest pcsxr (r62214)
2011-01-24 notazdrc: allow CFC1/2 to r0
2011-01-24 notazdrc: make BxxZAL implementation complete
2011-01-24 notazdrc: try harder to not compile code as 64bit
2011-01-24 notazdrc: fix COP2 decoding
2011-01-23 notazdrc: don't leave until we really need to
2011-01-23 notazdrc: add support for interpreter calls; use them for...
2011-01-23 notazfix some alignment issues
2011-01-23 notazdrc: use correct clear size
2011-01-17 notazdrc: remove leftover printf
2011-01-17 notazdrc: Ari64's fix for loop reg allocation problem
2011-01-17 notazRevert "drc: fix a bug with loop reg allocation"
2011-01-15 notazdrc: fix a bug with loop reg allocation
2011-01-15 notazdrc: fix some goofage in cop2_{get,put}_dreg
2011-01-15 notazdrc: allow reading r31 in delay slot
2011-01-15 notazdrc: handle MTC0 in delay slot
2011-01-15 notazdrc: remove funcs from assert()s to allow NDEBUG build
2011-01-15 notazdrc: allow move-to-r0 condition
2011-01-15 notazdrc: rework bios fastboot hack a bit
2011-01-15 notazdrc: check for r0 dest (it might be allocated)
2011-01-15 notazhack for bios write disable thing
2011-01-15 notazdrc: hacks for psx bios on PCSX
2011-01-15 notazdrc: don't read readmem_dword to r0 or on dummy reads
next