Ben Vanik
|
a42ab648ed
|
Shuffling --debug around and making it work.
|
2015-07-22 17:26:10 -07:00 |
|
Ben Vanik
|
12a29371e3
|
Clang fixes.
|
2015-07-19 18:32:48 -07:00 |
|
Ben Vanik
|
352bae30cb
|
Removing win32 code from X64CodeCache.
Fixes #349.
|
2015-07-19 10:33:00 -07:00 |
|
Ben Vanik
|
91d7acf59e
|
Fixing some particularly bad /W4.
|
2015-07-18 23:04:21 -07:00 |
|
Ben Vanik
|
e0eb85bbbc
|
Switching to premake. Probably with disasterous consequences.
|
2015-07-18 16:00:01 -07:00 |
|
Ben Vanik
|
ecd4af10c9
|
Fixing some clang warnings/errors.
|
2015-07-15 23:26:58 -07:00 |
|
Ben Vanik
|
f520d3a2a4
|
Run with latest clang-format.
|
2015-07-15 22:44:30 -07:00 |
|
Ben Vanik
|
8154d1dad6
|
Moving xe::Memory and code cache to abstracted APIs.
|
2015-07-15 22:10:05 -07:00 |
|
Ben Vanik
|
6cf29b969d
|
Abstraction for VirtualAlloc/VirtualFree.
|
2015-07-15 19:05:08 -07:00 |
|
Ben Vanik
|
72ad899e9e
|
Starting to remove windows.h includes from things.
|
2015-07-13 20:49:29 -07:00 |
|
Ben Vanik
|
31dab70a3a
|
Adding some docs on CPU optimizations/potential work.
|
2015-07-13 18:20:38 -07:00 |
|
Ben Vanik
|
dec0d12cc9
|
Replacing includes of windows headers with base/platform.h.
|
2015-07-01 09:02:04 -07:00 |
|
Ben Vanik
|
e05cc3ba37
|
x64_sequences can now be run through clang-format.
Progress on #291.
|
2015-06-28 15:04:24 -07:00 |
|
Ben Vanik
|
0359184bc0
|
Simplifying the sequences code to start refactoring.
Progress on #291.
|
2015-06-28 12:01:47 -07:00 |
|
Ben Vanik
|
0630b524fa
|
Removing unused HIR opcodes.
Progress on #291.
|
2015-06-28 12:01:46 -07:00 |
|
Ben Vanik
|
3745746fcc
|
Shuffling around thunk emitter.
Progress on #291.
|
2015-06-28 12:01:45 -07:00 |
|
Ben Vanik
|
5e950cb066
|
Fixing VS intellisense for xbyak.
Progress on #291.
|
2015-06-28 12:01:45 -07:00 |
|
Ben Vanik
|
8c69a4df09
|
Cleaning up apu/ and renaming -private files to _flags.
Part of #296.
|
2015-06-27 11:25:56 -07:00 |
|
Ben Vanik
|
12120262b8
|
Adding non-win8 API for unwind info, but it doesn't work :/
Working on #295.
|
2015-06-26 21:50:32 -07:00 |
|
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
|
fb591cbadb
|
Disabling use of FMA until I can figure out the rounding issues.
|
2015-06-20 11:21:32 -07:00 |
|
Drew DeVault
|
a064ba053e
|
Add missing includes for cstring
|
2015-06-16 23:16:18 -06:00 |
|
Ben Vanik
|
165d49ad3a
|
Moving PPC disasm to on-demand in debugger.
|
2015-06-16 20:18:48 -07:00 |
|
Ben Vanik
|
5f33087a12
|
Adding mmap for code cache and exposing cache properties.
|
2015-06-16 20:13:39 -07:00 |
|
Ben Vanik
|
c34db170f5
|
Adding fallback for pre-MOVBE-supporting processors.
|
2015-06-16 20:06:50 -07:00 |
|
gibbed
|
54a7b8c591
|
Assert symbol_info is not null in X64Emitter::Call.
|
2015-06-16 20:41:25 -05:00 |
|
Ben Vanik
|
b9c341ebef
|
Yell at the user when they have an unsupported CPU.
|
2015-06-16 17:46:41 -07:00 |
|
Ben Vanik
|
51eeb4f039
|
Using upstream xbyak movbe.
|
2015-06-15 20:44:13 -07:00 |
|
Ben Vanik
|
ddaf08ca8d
|
Adding flag to make LOAD/STORE also perform a byte swap.
|
2015-06-15 18:59:28 -07:00 |
|
Ben Vanik
|
0ffd8bbedd
|
Place all XMM constants in memory so we can avoid clobbering rax.
|
2015-06-15 18:59:27 -07:00 |
|
gibbed
|
c949c1d303
|
Support src1 and src2 being a constant in OPCODE_EXTRACT.
|
2015-06-14 02:08:41 -05:00 |
|
Ben Vanik
|
6d4d1db310
|
Example of Capstone for both libxenia and the UI. Going to shuffle around.
|
2015-06-10 23:31:33 -07:00 |
|
Ben Vanik
|
9c58426231
|
Speeding up source map lookup for x64 disasm.
|
2015-06-10 00:29:07 -07:00 |
|
Ben Vanik
|
070d34cd02
|
Fiddling with function data.
|
2015-06-09 22:01:01 -07:00 |
|
gibbed
|
6d933c18f7
|
SHL_V128.
|
2015-06-09 19:55:54 -05:00 |
|
Ben Vanik
|
f0c47e036b
|
Fixing SHR_V128.
|
2015-06-09 17:42:09 -07:00 |
|
Ben Vanik
|
cd62d4e461
|
PACK to 2101010.
|
2015-06-07 19:44:19 -07:00 |
|
Ben Vanik
|
429698c2ec
|
Replacing DidCarry with manual calculation and fixing compares.
|
2015-06-06 15:24:46 -07:00 |
|
Dr. Chat
|
4c3297441c
|
Log debugprint traps to the debugger, if attached
|
2015-06-06 00:50:51 -05:00 |
|
gibbed
|
54e8868160
|
Some (hopefully correct) constant fixes for MUL_ADD_V128, MUL_SUB_V128, and SWIZZLE V128. Needs extra work on AVX2 side.
|
2015-06-05 23:29:31 -05:00 |
|
Dr. Chat
|
809c327041
|
Emulate PACK/UNPACK for non-F16C CPUs
|
2015-06-03 22:33:45 -05:00 |
|
Ben Vanik
|
40a6a12800
|
Attempting to inline a lot of MMIO operations. Works for GPU stuff mainly.
|
2015-06-02 20:15:43 -07:00 |
|
Ben Vanik
|
5c34b0a73e
|
Fixing printfs and fixing exports. link.exe is too good.
|
2015-06-01 21:40:53 -07:00 |
|
Ben Vanik
|
ce3359389b
|
Allow new-style export registration.
|
2015-05-31 17:54:44 -07:00 |
|
Ben Vanik
|
9c3d2b54fb
|
Cleanup before kernel export refactor.
|
2015-05-31 16:31:19 -07:00 |
|
Ben Vanik
|
d816d80190
|
StringBuffer cleanup.
|
2015-05-31 14:35:30 -07:00 |
|
Ben Vanik
|
d97a6d1929
|
NtReadFile APC, somewhat.
|
2015-05-29 21:24:23 -07:00 |
|
gibbed
|
d1dbee2052
|
Consistency in memset calls.
|
2015-05-28 05:28:59 -05:00 |
|
Ben Vanik
|
8244409501
|
Refactoring to enable future time scaling, coordinated clocks, etc.
|
2015-05-26 22:20:58 -07:00 |
|
Shawn Hoffman
|
b6d51d86ee
|
vs2015 supports constexpr
|
2015-05-26 14:25:45 -07:00 |
|