Commit graph

61 commits

Author SHA1 Message Date
Extrems
1bb10eb21d 2017-10-09 13:55:01 -04:00
Extrems
223c058983 2017-09-30 16:55:02 -04:00
Extrems
fd4dfd02d4 2017-09-25 17:20:01 -04:00
Extrems
7d39fbc8b4 2015-02-05 04:08:28 -05:00
Extrems
a6a27c8b75 2015-02-04 04:12:48 -05:00
Extrems
426ac4db5a 2015-02-04 04:02:53 -05:00
Extrems
561e8c3287 2015-02-04 03:06:20 -05:00
Extrems
b6084c1d31 2015-02-04 03:02:51 -05:00
Extrems
1a42cd3159 2015-02-04 02:52:54 -05:00
Extrems
3cde57f6c3 2015-02-04 02:42:06 -05:00
tehpola
bee23ca663 Updating my copyright dates. 2010-05-27 22:48:53 +00:00
tehpola
c3fc96564a Merging previous commit from tehpola branch: use 32-bit branch comparisons when they are comparing known 32-bit values. 2010-05-27 22:47:40 +00:00
tehpola
f9b3b1ac92 Merging previous changes from tehpola branch to trunk: don't invalidate high word in a read-32-bit-after-64-bit-write, and do all branch comparisons as 64-bit. 2010-05-27 22:42:02 +00:00
tehpola
e5670b59cf Porting MTC0 and FP rounding mode quick fix from tehpola branch. 2010-05-26 16:40:59 +00:00
tehpola
8e140b39f6 Removing constant propagation and an unfinished function from dynarec. It'll remain in the tehpola branch, but doesn't really need to be here now. 2010-05-23 02:26:22 +00:00
emukidid
a6af2bf913 Ported dynarec from /tehpola (with func linking and constant propagation) 2010-05-23 02:20:16 +00:00
emukidid
9333e6f4c0 LWC1 / LDC1 FASTMEM ported to googlecode 2010-05-18 14:05:11 +00:00
emukidid
21b968a5d8 Recompiled: CVT_FP_L CVT_L_FP FLOOR_L_FP TRUNC_L_FP CEIL_L_FP ROUND_L_FP ported from /tehpola branch 2009-11-12 21:24:34 +00:00
tehpola
3457c601a7 Created proper headers for my dynarec code 2009-11-12 13:15:49 +00:00
emukidid
fc55532e2c DADDIU fix ported from /tehpola to googlecode 2009-11-06 06:02:20 +00:00
emukidid
346ecd8e10 DSLL,DSRA,DSRL and DADDU fixed 2009-11-06 05:57:18 +00:00
emukidid
0318cb2517 Ported latest /tehpola/r4300 core, but with blocks in MEM2. Default settings in the Makefile.GLN64_dev_wii are expansion pak enabled and 8MB recompCache. 2009-10-21 12:47:35 +00:00
emukidid
fbbaedf15f latest /tehpola -> /googlecode changes of new holes copying and also removal of redundant code from MIPS-to-PPC.c 2009-10-20 12:22:14 +00:00
emukidid
851bbd16f2 porting latest dynarec changes from /tehpola to /googlecode. ERET and gencheckinterrupt updates 2009-10-20 12:10:35 +00:00
emukidid
d9581fe3ba MFC0 recompiled, ported from /tehpola to googlecode. 2009-10-19 21:37:26 +00:00
emukidid
b6df58bb7d gencheckfp change to use reg_cop0, rescheduling. both ported from /tehpola to googlecode. 2009-10-19 21:35:01 +00:00
emukidid
7754970f50 SQRT_FP and recompiler pipeline improvements ported to /googlecode from /tehpola 2009-10-19 21:31:37 +00:00
emukidid
31c3eeffe5 forgot a LB,LH,etc update from tehpola branch, also ported the relative branching stuff. 2009-10-19 21:26:57 +00:00
emukidid
8fc57b0a6a Porting over of tehpola's latest inlined count update stuff from tehpola to googlecode. 2009-10-19 21:23:23 +00:00
emukidid
3a3f172e54 Removed DEBUG_stats stuff which was always present in the MEM2 ROM-Cache-MEM2.c stuff. Removed savestate flags from interupt.c, updated the rest from tehpola branch. 2009-10-15 06:38:37 +00:00
emukidid
362893c483 LR Fix from tehpola branch. 2009-10-15 05:56:01 +00:00
emukidid
a2d729fa98 Ported better audio / latest dynarec fixes to googlecode private svn. Also updated makefiles. 2009-10-15 01:19:33 +00:00
tehpola
1e4a087930 Added latest dynarec work to googlecode 2009-10-14 12:30:55 +00:00
tehpola
af7b8b93a2 Hopefully porting the entire dynarec to the public trunk code. 2009-10-13 12:21:43 +00:00
tehpola
f0a1e6647d Fixed some more dynarec bugs (block's length wasn't reset before a new recompilation, stack doesn't overflow into heap), but there's a really strange one now that I don't even know where to begin with. 2008-03-30 01:03:57 +00:00
tehpola
e4f362cc2b Fixed a couple bugs in genJumpTo, now the destination actually gets constructed properly and I'm handling offsets at least a little more correctly. 2008-03-27 01:04:26 +00:00
tehpola
70e626a2b4 Added support for interpreting branch instructions, but jump_to (or genJumpTo) needs to be fixed. 2008-03-26 23:43:27 +00:00
tehpola
e7efec14e7 Fixed issue in dynarec that would cause the recompiler to get stuck in an infinite loop. 2008-03-08 01:35:03 +00:00
tehpola
c89391a3df Implemented all the Floating Point Comparison instructions in Dynarec 2008-02-29 04:02:43 +00:00
tehpola@yahoo.com
7d4f0fdf82 Minor fixes to dynarec; nothing new. 2008-01-18 23:45:46 +00:00
tehpola@yahoo.com
24ed94b48c Dynarec interrupt code and a couple little dynarec fixes 2008-01-10 21:48:47 +00:00
tehpola@yahoo.com
558cc2b24b Couple little fixes in dynarec; just wanted to make sure they were in svn 2008-01-08 07:13:03 +00:00
emukidid
d0ec47fec7 Removed some more compiler warnings (added that signed char in MIPS-to-PPC.c), added debug prints to pif,flashram and cache load blocks 2007-12-17 02:10:59 +00:00
emukidid
aefd89f797 Check wiki for more info, this was a compiler warning fixup commit 2007-12-13 08:47:27 +00:00
tehpola
b85e4c8cb3 I added a function prototype because apparently this didn't compile 2007-10-09 16:55:31 +00:00
tehpola@yahoo.com
c0fe5e2397 Little work to make jr properly in all cases (not quite perfect yet) 2007-10-09 01:56:04 +00:00
tehpola@yahoo.com
553ac05b2f Whoa, big mistake on the registers ori uses, should be fixed 2007-09-10 04:57:42 +00:00
tehpola@yahoo.com
911f97f952 Changed a fixme about something I incorrectly assumed 2007-09-10 03:31:43 +00:00
tehpola@yahoo.com
54741d5884 Fixed slti 2007-09-09 16:37:32 +00:00
tehpola@yahoo.com
77ee32d0db Jumping/Branching out takes one less instruction 2007-09-08 21:49:53 +00:00