Magnus Norddahl
|
37dfbba232
|
- add -dumpjit command line parameter that dumps the JIT log for all functions to dumpjit.txt
# Conflicts:
# src/scripting/backend/vmbuilder.cpp
|
2019-04-15 14:36:39 +02:00 |
|
Magnus Norddahl
|
a60ac7b47d
|
- fix return warning
|
2019-04-15 14:33:49 +02:00 |
|
Magnus Norddahl
|
e7f0b7a0bd
|
- switch to using setjmp/longjmp for exception handling
|
2019-04-15 14:33:47 +02:00 |
|
Magnus Norddahl
|
b24ec1f9cc
|
- add disabled code that attempts to load registers directly from function arguments
|
2019-04-15 14:33:46 +02:00 |
|
Magnus Norddahl
|
04ba3ede16
|
- add missing include statement
|
2019-04-15 14:33:44 +02:00 |
|
Magnus Norddahl
|
6db9b1394c
|
- allocate VMFrame on the stack for simple functions with no strings
|
2019-04-15 14:33:43 +02:00 |
|
Magnus Norddahl
|
84d2de34f0
|
- remove argument not used anymore
|
2019-04-15 14:33:41 +02:00 |
|
Magnus Norddahl
|
636a9b9322
|
- apply asmjit register allocator bugfix
- enable debug builds of asmjit
|
2019-04-15 14:33:40 +02:00 |
|
Magnus Norddahl
|
f0c059678b
|
- move VM creation into the jitted function. this will allow the jit compiler to skip vm frame creation when possible
|
2019-04-15 14:33:39 +02:00 |
|
Magnus Norddahl
|
baaed0920a
|
- create ScriptCall function pointer on VMScriptFunction
|
2019-04-15 14:33:37 +02:00 |
|
Magnus Norddahl
|
03689cf004
|
- modify the VM calling convention so that the callee sets up its own VM frame
|
2019-04-15 14:33:35 +02:00 |
|
Magnus Norddahl
|
992c097ad1
|
- fix wrong registers getting saved when passing parameters by reference
|
2019-04-15 14:33:34 +02:00 |
|
Magnus Norddahl
|
19ae43be17
|
- removed CanJit as all opcodes are now implemented
- fix some store bugs
|
2019-04-15 14:33:32 +02:00 |
|
Magnus Norddahl
|
b3aeb37189
|
- fix 32 bit compile errors
|
2019-04-15 14:33:31 +02:00 |
|
Magnus Norddahl
|
e2dcca611c
|
- catch and rethrow c++ exceptions
|
2019-04-15 14:33:29 +02:00 |
|
Magnus Norddahl
|
22e60d74ad
|
- reuse temp virtual registers
|
2019-04-15 14:33:28 +02:00 |
|
Magnus Norddahl
|
80cda43370
|
- workaround bug in asmjit's register allocator for calls where the return register is already allocated in a physical register needed by one of the call arguments
|
2019-04-15 14:33:26 +02:00 |
|
Magnus Norddahl
|
bb3d0021d6
|
- switch ToMemAddress to imm_ptr where allowed
|
2019-04-15 14:33:25 +02:00 |
|
Magnus Norddahl
|
f90019561d
|
- switch from ASMJIT_ARCH_X64 to ASMJIT_ARCH_64BIT when checking if we need to use 64-bit pointers
|
2019-04-15 14:33:23 +02:00 |
|
Magnus Norddahl
|
e0f0511d29
|
- create a very basic OP_IJMP implementation
|
2019-04-15 14:33:22 +02:00 |
|
Magnus Norddahl
|
812a4290b1
|
- create CreateCall helper to get rid of a lot of the cc.call boilerplate
|
2019-04-15 14:33:20 +02:00 |
|
Magnus Norddahl
|
ff6317d6f4
|
- implement OP_TAIL and OP_TAIL_K
|
2019-04-15 14:33:19 +02:00 |
|
Magnus Norddahl
|
be6637dd17
|
- use the ParamOpcodes array for finding the OP_PARAM's used by a call
|
2019-04-15 14:33:17 +02:00 |
|
Magnus Norddahl
|
f1f2dca792
|
- implement string version of OP_CAST
|
2019-04-15 14:33:16 +02:00 |
|
Magnus Norddahl
|
0cf5f3704b
|
- implement string part of OP_CASTB
|
2019-04-15 14:33:14 +02:00 |
|
Magnus Norddahl
|
097de74510
|
- implement OP_LFP
|
2019-04-15 14:33:13 +02:00 |
|
Magnus Norddahl
|
7f996b5334
|
- read the parameters and registers directly off the stack
|
2019-04-15 14:33:11 +02:00 |
|
Jonathan Russell
|
ff421eda63
|
- changed a bunch of manual address additions in string opcodes to leas
|
2019-04-15 14:33:10 +02:00 |
|
Magnus Norddahl
|
b6521467f3
|
- more load fixes
|
2019-04-15 14:33:08 +02:00 |
|
Magnus Norddahl
|
e28389ad12
|
- fix truncated load addresses due to a bug in asmjit
- change ToMemAddress to use uint64_t
|
2019-04-15 14:33:06 +02:00 |
|
Magnus Norddahl
|
db0c516693
|
- avoid certain x86::ptr overloads as the last argument is not always an offset
|
2019-04-15 14:33:05 +02:00 |
|
Jonathan Russell
|
0da351bfea
|
- fixed typo in last commit
|
2019-04-15 14:33:03 +02:00 |
|
Jonathan Russell
|
2dd2344e80
|
- implemented SS_R, LCS_R, and LKS_R
|
2019-04-15 14:33:02 +02:00 |
|
Magnus Norddahl
|
fb7df75011
|
- fix bug in LKF_R
|
2019-04-15 14:33:00 +02:00 |
|
Magnus Norddahl
|
d74cc3e49e
|
- fixed OP_VTBL bug
|
2019-04-15 14:32:59 +02:00 |
|
Magnus Norddahl
|
e93d9570dc
|
- fix crash in OP_RET handling
|
2019-04-15 14:32:57 +02:00 |
|
Magnus Norddahl
|
378e58731a
|
- simplify some code
|
2019-04-15 14:32:56 +02:00 |
|
Jonathan Russell
|
b342dbc8db
|
- added string PARAM and RET
|
2019-04-15 14:32:54 +02:00 |
|
Magnus Norddahl
|
608f49a4a8
|
- fix clang errors and warnings
|
2019-04-15 14:32:53 +02:00 |
|
Jonathan Russell
|
06780bf228
|
- added OP_MOVES, OP_CONCAT, OP_LENS, OP_CMPS
|
2019-04-15 14:32:52 +02:00 |
|
Magnus Norddahl
|
a4b3536caf
|
- fix opcodes not being listed in jit debug assembly
|
2019-04-15 14:32:50 +02:00 |
|
Magnus Norddahl
|
c328f9c85c
|
- move EmitRESULT to jit_call
|
2019-04-15 14:32:49 +02:00 |
|
Magnus Norddahl
|
ff8d21b2ec
|
- minor cleanups in header file
|
2019-04-15 14:32:47 +02:00 |
|
Magnus Norddahl
|
9d970a1acb
|
- split JitCompiler into multiple files
|
2019-04-15 14:32:46 +02:00 |
|
Jonathan Russell
|
8905701df7
|
- added strings and a few string opcodes
|
2019-04-15 14:32:44 +02:00 |
|
Magnus Norddahl
|
f3ca96373a
|
- fix CALL_K and disable CALL
|
2019-04-15 14:32:43 +02:00 |
|
Magnus Norddahl
|
56fe7af9d3
|
- implement OP_CALL and OP_CALL_K
|
2019-04-15 14:32:41 +02:00 |
|
Magnus Norddahl
|
60ee2c91a4
|
- fix misc integer opcodes and remove mov statements when they have no effect
|
2019-04-15 14:32:40 +02:00 |
|
Jonathan Russell
|
279e97fcc9
|
- changed the way EmitComparisonOpcode works to get rid of the temporary register that was used previously
|
2019-04-15 14:32:38 +02:00 |
|
Magnus Norddahl
|
c248fad17f
|
- implement PARAM and PARAMI
|
2019-04-15 14:32:37 +02:00 |
|