qzdoom/src/scripting/vm
2018-12-18 09:01:56 -05:00
..
jit.cpp - improve the stack trace when the jit is active 2018-12-18 11:44:51 +01:00
jit.h - add support for writing the native call stack 2018-12-18 14:49:41 +01:00
jit_call.cpp - moved argsCache out of JitCompiler::CreateFuncSignature 2018-12-08 23:31:55 +01:00
jit_flow.cpp - workaround pointer truncation bug in asmjit 2018-12-09 17:36:43 +01:00
jit_load.cpp - inline VBTL opcode 2018-11-23 05:37:26 +01:00
jit_math.cpp - handle JIT errors in a more user-friendly fashion than aborting. 2018-12-04 18:45:07 +01:00
jit_move.cpp - replaced the last access operator, too 2018-12-07 03:01:40 +01:00
jit_runtime.cpp - Fixed compilation with MinGW-w64 64 bit. 2018-12-18 09:01:56 -05:00
jit_store.cpp - fix missing convert from float to double in LSP and LSP_R opcodes 2018-10-11 03:53:11 +02:00
jitintern.h - improve the stack trace when the jit is active 2018-12-18 11:44:51 +01:00
vm.h - more direct native entry points. 2018-12-05 20:10:44 +01:00
vmexec.cpp - moved the type infomation entirely out of VMValue. 2018-11-18 19:31:13 +01:00
vmexec.h - replaced the last access operator, too 2018-12-07 03:01:40 +01:00
vmframe.cpp - add support for writing the native call stack 2018-12-18 14:49:41 +01:00
vmintern.h - removed the longjmp based exception catch/rethrow mechanism and instead force-terminate in case a user exception is thrown while the VM is executing JITed code on a non-Windows system 2018-11-30 21:30:14 +01:00
vmops.h - added missing min/max unsigned instructions for the VM. 2018-12-03 21:12:39 +01:00