Ben Vanik
|
fb1f4906d9
|
xb format --all (we are now format clean). Buildbot will yell at you.
|
2015-06-22 22:26:51 -07:00 |
|
Ben Vanik
|
03f2d26afd
|
Fixing tests with no debugger attached.
|
2015-06-19 21:53:49 -07:00 |
|
Drew DeVault
|
a064ba053e
|
Add missing includes for cstring
|
2015-06-16 23:16:18 -06:00 |
|
Ben Vanik
|
aae45515ae
|
Preserving HIR disasm when the debugger is attached.
|
2015-06-16 21:04:18 -07:00 |
|
Ben Vanik
|
c34db170f5
|
Adding fallback for pre-MOVBE-supporting processors.
|
2015-06-16 20:06:50 -07:00 |
|
Ben Vanik
|
2a6ada2a3c
|
Optimization to merge LOAD+SWAP and SWAP+STORE into flagged opcodes.
|
2015-06-15 18:59:29 -07:00 |
|
Ben Vanik
|
3870dabcee
|
Replacing LoadZero and LoadConstant with explicit types.
|
2015-06-13 23:42:38 -07:00 |
|
Ben Vanik
|
14e1438ec0
|
Dramatically speeding up HIR comments.
|
2015-06-10 00:28:02 -07:00 |
|
Ben Vanik
|
8dc20eb5cd
|
Scaling audio playback frequency with clock time scaling.
|
2015-06-09 20:14:33 -07:00 |
|
gibbed
|
38c85084ff
|
Tests for vsl.
|
2015-06-09 19:56:26 -05:00 |
|
gibbed
|
e5c4590ecf
|
Few more tests for vsr.
|
2015-06-09 19:56:12 -05:00 |
|
Ben Vanik
|
f0c47e036b
|
Fixing SHR_V128.
|
2015-06-09 17:42:09 -07:00 |
|
gibbed
|
114409ea2f
|
Test for vsr.
|
2015-06-09 19:31:44 -05:00 |
|
Ben Vanik
|
dbcdc5b543
|
Function lookup is slow - replacing with a faster test.
|
2015-06-08 23:44:38 -07:00 |
|
Ben Vanik
|
1a2b4a38e0
|
Fixing spurious function declarations.
|
2015-06-08 23:37:51 -07:00 |
|
Ben Vanik
|
52b8f4b54b
|
Removing memory reservation value check for load/store.
|
2015-06-07 21:57:44 -07:00 |
|
Ben Vanik
|
cd62d4e461
|
PACK to 2101010.
|
2015-06-07 19:44:19 -07:00 |
|
gibbed
|
4a796627f2
|
Added --break_condition_gpr, --break_condition_value, --break_condition_truncate for use with --break_on_instruction.
|
2015-06-07 17:50:43 -05:00 |
|
Ben Vanik
|
889f29c18a
|
Fixing CFG to remove unreachable blocks and properly maintain dominators.
|
2015-06-07 15:14:14 -07:00 |
|
Ben Vanik
|
338456f7e4
|
Adding missing test files.
|
2015-06-07 11:22:42 -07:00 |
|
gibbed
|
0772eec4b1
|
Fixing branches to the test function in the jumptable constants test.
|
2015-06-07 13:15:36 -05:00 |
|
gibbed
|
32ca1d1953
|
@ha @h.
|
2015-06-07 12:52:16 -05:00 |
|
gibbed
|
be7900614b
|
Basic tests for td, tdi, tw, twi.
|
2015-06-07 12:51:36 -05:00 |
|
gibbed
|
43b0cd6eae
|
Added test reproducing an issue with constants, jumptables and traps.
|
2015-06-07 06:48:23 -05:00 |
|
Ben Vanik
|
429698c2ec
|
Replacing DidCarry with manual calculation and fixing compares.
|
2015-06-06 15:24:46 -07:00 |
|
Ben Vanik
|
6b52f6715a
|
Adding tests for branch/carry and logging disasm on test failure.
|
2015-06-06 10:59:43 -07:00 |
|
Ben Vanik
|
08770a4ec0
|
Mass renaming. I love clang-format.
|
2015-05-31 16:58:12 -07:00 |
|
Ben Vanik
|
9c3d2b54fb
|
Cleanup before kernel export refactor.
|
2015-05-31 16:31:19 -07:00 |
|
Ben Vanik
|
fccab79a7a
|
Adding kernel state pointer to PPCContext. Still needs larger cleanup.
|
2015-05-31 14:35:56 -07:00 |
|
Ben Vanik
|
d816d80190
|
StringBuffer cleanup.
|
2015-05-31 14:35:30 -07:00 |
|
gibbed
|
d1dbee2052
|
Consistency in memset calls.
|
2015-05-28 05:28:59 -05:00 |
|
Ben Vanik
|
dcb78cc640
|
Pretty sure I have mtmsrd wrong. This likely isn't correct.
|
2015-05-25 21:20:38 -07:00 |
|
Ben Vanik
|
148c40554b
|
Adding vmsum4fp128 test.
|
2015-05-25 12:28:32 -07:00 |
|
Ben Vanik
|
f5a2b85d42
|
Switching to xe::mutex.
|
2015-05-25 00:52:21 -07:00 |
|
Ben Vanik
|
576d6492dc
|
Basic debugger networking.
|
2015-05-25 00:51:22 -07:00 |
|
gibbed
|
33d40bee95
|
More tests for rlwinm.
|
2015-05-24 12:32:23 -05:00 |
|
Riley Labrecque
|
23c91b2eff
|
Remove test binaries now that they can be created on Windows
|
2015-05-24 01:23:14 -06:00 |
|
Dr. Chat
|
a4b950f1e9
|
Fix vmaddfp test
|
2015-05-23 18:14:07 -05:00 |
|
gibbed
|
8b7f6c8e0c
|
Tests for vmaddfp.
|
2015-05-22 01:32:22 -05:00 |
|
gibbed
|
c3082381c5
|
Tests for fmadds.
|
2015-05-22 01:31:50 -05:00 |
|
gibbed
|
45cd0e4f8f
|
Adjustments to fmadd tests.
|
2015-05-22 01:30:44 -05:00 |
|
Ben Vanik
|
bac3f8c3bd
|
Fixing tests.
|
2015-05-21 07:51:56 -07:00 |
|
Ben Vanik
|
ad72c193a6
|
Fixing stack traces, making lr BC... to diff from stack scribble BE...
|
2015-05-20 23:28:34 -07:00 |
|
Ben Vanik
|
7a82ad839a
|
Merge branch 'memory'
|
2015-05-19 20:29:00 -07:00 |
|
Ben Vanik
|
c1a0f46ea8
|
Implementing dcbz.
|
2015-05-17 16:40:38 -07:00 |
|
Ben Vanik
|
50b84203c5
|
Fixing test.
|
2015-05-17 13:47:20 -07:00 |
|
Ben Vanik
|
da630cc159
|
Starting to clean up thread state.
|
2015-05-16 16:34:14 -07:00 |
|
gibbed
|
59d4847542
|
More tests for cntlzw.
|
2015-05-16 16:44:27 -05:00 |
|
Ben Vanik
|
504b855c20
|
Adding frsqrte and fixing fsqrt o_o
|
2015-05-16 13:22:49 -07:00 |
|
Ben Vanik
|
a1fb99f1d3
|
Adding new test binaries.
|
2015-05-14 16:21:27 -07:00 |
|