Ben Vanik
|
e50a45d33d
|
eqv tests.
|
2014-09-10 21:32:55 -07:00 |
Ben Vanik
|
feffe590f2
|
Shift tests and fix for bad sradi decoding.
|
2014-09-10 21:26:35 -07:00 |
Ben Vanik
|
8666c3975a
|
Fixing alloy-test.
|
2014-09-10 21:24:49 -07:00 |
Ben Vanik
|
4603869bdc
|
cntlzw tests.
|
2014-09-10 20:23:19 -07:00 |
Ben Vanik
|
fdaee413e2
|
Subtract instruction tests.
|
2014-09-10 20:14:43 -07:00 |
Ben Vanik
|
28da7ecf5f
|
Embarassing, but this fails.
|
2014-09-10 17:48:26 -07:00 |
Ben Vanik
|
67d29c191f
|
Test path fix.
|
2014-09-10 17:43:38 -07:00 |
Ben Vanik
|
4d59e081b3
|
Switching from make to shell script for test building.
|
2014-09-09 22:25:37 -07:00 |
Ben Vanik
|
7a81a08486
|
Test runner now supports multiple tests per file.
|
2014-09-09 21:54:35 -07:00 |
Ben Vanik
|
a337ce33ed
|
Getting ppc tests building again (big surprise: they are failing).
|
2014-09-09 20:25:38 -07:00 |
Ben Vanik
|
ed61d025c1
|
vcmpbfp
|
2014-09-01 14:18:41 -07:00 |
Ben Vanik
|
c9229670db
|
Fixing warnings.
|
2014-09-01 14:14:55 -07:00 |
Ben Vanik
|
080a0f8026
|
Fixing vsel.
|
2014-09-01 13:00:00 -07:00 |
Ben Vanik
|
d30483bf53
|
Fixing IVM vector compare.
|
2014-09-01 12:24:53 -07:00 |
Ben Vanik
|
1bd789de56
|
A few more altivec instructions.
|
2014-09-01 10:50:47 -07:00 |
Ben Vanik
|
c00e162b88
|
Unpack d3dcolor const.
|
2014-09-01 10:47:37 -07:00 |
Ben Vanik
|
8dcfe94d81
|
Fix cleanup of object table (double NtClose crash).
|
2014-09-01 10:03:52 -07:00 |
Ben Vanik
|
9c2cf49755
|
Tweaking some instructions.
|
2014-08-29 21:49:26 -07:00 |
Ben Vanik
|
f74aafeb8a
|
Swapping around vec128 to match AVX order.
Was really hoping all this would fix some bugs, but no luck :(
|
2014-08-29 20:39:26 -07:00 |
Ben Vanik
|
8ca7642226
|
VectorSubF32 in IVM -- how did this not exist already?
|
2014-08-24 21:41:16 -07:00 |
Ben Vanik
|
28bae464c2
|
Adding vector add tests and fixing bugs found (still broken).
|
2014-08-23 22:09:30 -07:00 |
Ben Vanik
|
96007049d2
|
Starting tests. This is going to take some time.
|
2014-08-23 17:09:19 -07:00 |
Ben Vanik
|
423790209b
|
Removing implicit vector add/sub.
|
2014-08-23 16:32:40 -07:00 |
Ben Vanik
|
2a9f164f8e
|
Alloy test shim.
|
2014-08-23 14:53:36 -07:00 |
Ben Vanik
|
389de8b107
|
Subtract should subtract. Thanks hlide!
|
2014-08-23 09:55:49 -07:00 |
Ben Vanik
|
168239b469
|
Optimizing eflags access (I think).
|
2014-08-22 21:58:57 -07:00 |
Ben Vanik
|
540b192b1a
|
Emulating vector sub signed sat i32.
|
2014-08-22 21:58:46 -07:00 |
Ben Vanik
|
f6c73819a3
|
Fixing add_carry (+typos).
|
2014-08-22 21:58:28 -07:00 |
Ben Vanik
|
ba5b626cdf
|
Fixing win32 build. Silly VC.
|
2014-08-22 18:44:52 -07:00 |
Ben Vanik
|
eebe68b77a
|
Merge branch 'master' of github.com:benvanik/xenia
|
2014-08-22 18:39:34 -07:00 |
Ben Vanik
|
6f802c2432
|
Fixing many clang warnings.
|
2014-08-21 23:10:08 -07:00 |
Ben Vanik
|
7ae303dfa2
|
alloy-sandbox running on osx (ivm only).
|
2014-08-21 22:46:12 -07:00 |
Ben Vanik
|
93285acf7b
|
Fixing link errors on clang (probably breaks mdvc...)
|
2014-08-21 22:30:02 -07:00 |
Ben Vanik
|
f65d860640
|
Cleaning up some clang issues.
|
2014-08-21 22:27:33 -07:00 |
Ben Vanik
|
52678ed1ef
|
Removing dead ExportResolver code.
|
2014-08-21 21:53:06 -07:00 |
Ben Vanik
|
9b76d02f26
|
Fixing alloy-sandbox.
|
2014-08-21 21:36:34 -07:00 |
Ben Vanik
|
82b9841b5a
|
Removing alloy/core.h.
|
2014-08-21 20:49:47 -07:00 |
Ben Vanik
|
e1b0388faf
|
Splitting logging core into poly.
|
2014-08-21 20:26:55 -07:00 |
Ben Vanik
|
08b0226a16
|
Finishing unique_ptr'ing and fixing file memory management (for now).
|
2014-08-21 07:54:19 -07:00 |
Ben Vanik
|
c59d053404
|
unique_ptr'ing things and removing some XECLEANUP.
|
2014-08-20 23:26:46 -07:00 |
Ben Vanik
|
244e8a8745
|
Removing the last of XEDECLARECLASS.
|
2014-08-20 22:50:10 -07:00 |
Ben Vanik
|
06f5b8cbbf
|
Removing dep on xenia/types.h from alloy.
|
2014-08-20 22:37:01 -07:00 |
Ben Vanik
|
cecf83b7b7
|
Removing xenia/malloc.*
Using standard memory functions now.
|
2014-08-20 22:22:47 -07:00 |
Ben Vanik
|
609d7c755f
|
Create README.md
|
2014-08-20 11:35:22 -07:00 |
Ben Vanik
|
c38cf294f5
|
Create README.md
|
2014-08-20 11:27:05 -07:00 |
Ben Vanik
|
7fc87730e2
|
Create README.md
|
2014-08-20 11:19:31 -07:00 |
Ben Vanik
|
29dd4b9483
|
Create README.md
|
2014-08-20 11:17:05 -07:00 |
Ben Vanik
|
d33cae1baf
|
Auto swap for a few structs and shifting code around.
|
2014-08-19 22:55:09 -07:00 |
Ben Vanik
|
fb98683ed3
|
Converting HID API to use be<> auto swapping type.
|
2014-08-19 22:50:21 -07:00 |
Ben Vanik
|
48a0e5c601
|
Shrinking alloy memory interface so that alloy-sandbox doesn't need xe.
|
2014-08-19 21:02:15 -07:00 |
Ben Vanik
|
76d524b655
|
Removing dead file.
|
2014-08-19 20:05:51 -07:00 |
Ben Vanik
|
41f3c92c25
|
Fixing build.
|
2014-08-19 19:41:29 -07:00 |
Ben Vanik
|
b870914795
|
Removing use of MEMORY_BASIC_INFORMATION.
|
2014-08-18 22:12:21 -07:00 |
Ben Vanik
|
d578f5d0f0
|
Mostly fixing up alloy clang build.
|
2014-08-18 22:01:55 -07:00 |
Ben Vanik
|
2356164525
|
Fixing implicit narrow warning.
|
2014-08-18 21:07:16 -07:00 |
Ben Vanik
|
1c4dcd5e0e
|
clang-format on most of kernel/
|
2014-08-17 13:13:03 -07:00 |
Ben Vanik
|
854bcdb60a
|
Moving mmap to poly, cleaning up devices.
|
2014-08-17 12:57:02 -07:00 |
Ben Vanik
|
24fe169f36
|
Last bit of string cleanup. string.h finally gone.
|
2014-08-17 11:48:29 -07:00 |
Ben Vanik
|
383d3acbb0
|
Some fs/ cleanup.
|
2014-08-16 21:36:01 -07:00 |
Ben Vanik
|
fdab788017
|
Removing PAL.
|
2014-08-16 21:19:21 -07:00 |
Ben Vanik
|
6cb9ca432f
|
More shared header cleanup.
|
2014-08-16 19:07:21 -07:00 |
Ben Vanik
|
4675161902
|
Header cleanup.
|
2014-08-16 18:31:54 -07:00 |
Ben Vanik
|
27bc4ba405
|
Removing XEINLINE*.
|
2014-08-16 18:19:35 -07:00 |
Ben Vanik
|
f2a9fa3bf9
|
XECOUNT to countof.
|
2014-08-16 17:58:33 -07:00 |
Ben Vanik
|
187d0ad277
|
Removing XESAFERELEASE.
|
2014-08-16 17:33:24 -07:00 |
Ben Vanik
|
5b83cf5fd1
|
Moving around some math macros.
|
2014-08-16 17:18:20 -07:00 |
Ben Vanik
|
54ce9db743
|
Starting to remove some macros.
|
2014-08-16 16:57:00 -07:00 |
Ben Vanik
|
ead74f2cdb
|
More string switching.
|
2014-08-16 16:46:20 -07:00 |
Ben Vanik
|
7c5fa88661
|
More string swapping and cleaning up main().
|
2014-08-16 16:34:13 -07:00 |
Ben Vanik
|
18ee972b47
|
Merge pull request #116 from wszechpolak/write-gamer-tile
Add XamUserWriteProfileSettings stub
|
2014-08-16 16:23:14 -07:00 |
wszechpolak
|
2c4c7e11dc
|
Add XamUserWriteProfileSettings stub
|
2014-08-17 00:32:13 +02:00 |
Ben Vanik
|
0675282e19
|
Merge pull request #115 from wszechpolak/write-gamer-tile
Fix XamWriteGamerTile
|
2014-08-16 14:56:01 -07:00 |
wszechpolak
|
1f8cfb6fce
|
Clean
|
2014-08-16 22:49:50 +02:00 |
wszechpolak
|
b449e9f5cc
|
Add X_ERROR_FUNCTION_FAILED
|
2014-08-16 22:49:13 +02:00 |
wszechpolak
|
1361fda884
|
Fix XamWriteGamerTile to make it support both sync/async requests
|
2014-08-16 22:47:08 +02:00 |
Ben Vanik
|
e082d085d0
|
Merge pull request #114 from wszechpolak/write-gamer-tile
Added XamWriteGamerTile - should fix #109
|
2014-08-16 09:03:22 -07:00 |
wszechpolak
|
2f12585af9
|
Added XamWriteGamerTile - should fix #109
|
2014-08-16 12:17:43 +02:00 |
Ben Vanik
|
66d2336e38
|
More string conversion.
|
2014-08-16 02:50:08 -07:00 |
Ben Vanik
|
a4dfc23abc
|
Working on switching to std::string.
|
2014-08-16 02:30:23 -07:00 |
Ben Vanik
|
01f0b14250
|
Removing xe_thread_t.
|
2014-08-16 01:36:45 -07:00 |
Ben Vanik
|
bca49bed4b
|
Removing xe_mutex_t.
|
2014-08-16 00:56:50 -07:00 |
Ben Vanik
|
96fb484dd9
|
Removing unused crc32/file code from core.
|
2014-08-16 00:36:18 -07:00 |
Ben Vanik
|
c84fcc70a4
|
Cleaning up kernel namespaces.
|
2014-08-16 00:25:13 -07:00 |
Ben Vanik
|
bf48e9fbbd
|
Part 2 of kernel cleanup: merging functions into shims.
|
2014-08-16 00:11:24 -07:00 |
Ben Vanik
|
916dc397ab
|
Part 1 of kernel simplification/cleanup: removing externs.
|
2014-08-15 22:59:28 -07:00 |
Ben Vanik
|
56ce363ac5
|
Removing export impl.
|
2014-08-15 22:31:44 -07:00 |
Ben Vanik
|
48fbefa75e
|
Fixing warnings/bug in NtQueryVirtualMemory.
|
2014-08-15 22:27:07 -07:00 |
Ben Vanik
|
1a39f5bd06
|
Experimenting with xdb API, starting on compare tool.
|
2014-08-15 22:02:11 -07:00 |
Ben Vanik
|
3de39aaf10
|
Postmortem debug target now loads/scans the trace and inits the filesystem.
|
2014-08-15 22:02:10 -07:00 |
Ben Vanik
|
4768f2fc0b
|
Moving XdbApp under ui::.
|
2014-08-15 22:02:10 -07:00 |
Ben Vanik
|
21225b5917
|
xdb progress; skeleton trace loading.
|
2014-08-15 22:02:09 -07:00 |
Ben Vanik
|
bae26f7dfc
|
Skeleton xdb UI.
|
2014-08-15 22:02:08 -07:00 |
Ben Vanik
|
c275562594
|
Mostly complete tracing. Probably a lot of bugs.
|
2014-08-15 22:02:08 -07:00 |
Ben Vanik
|
cebf595958
|
Skeleton for xdb.
|
2014-08-15 22:02:07 -07:00 |
wszechpolak
|
50684f8f0d
|
Implemented NtQueryVirtualMemory
|
2014-08-15 08:14:57 +02:00 |
wszechpolak
|
b618f38e62
|
Pass base address without reference
|
2014-08-14 22:10:11 +02:00 |
wszechpolak
|
b5826e0e94
|
Added stub of NtQueryVirtualMemory
|
2014-08-14 21:37:57 +02:00 |
Ben Vanik
|
a5a0fd61e2
|
Full display info struct.
|
2014-08-08 15:24:48 -07:00 |
Ben Vanik
|
fa1693d3a3
|
ADD_CARRY constant prop for load-CA cases.
|
2014-08-07 13:23:44 -07:00 |
Ben Vanik
|
e4485bdab1
|
Fixing tracing format to match IVM and aligned loads of doubles.
|
2014-08-07 13:23:25 -07:00 |