359 Commits (8d4fdc2f3c78ebb10eeac224ab80be5681db3b5a)

Author SHA1 Message Date
Aleksey Demakov 8d4fdc2f3c let struct alignment be greater than alignment of fields 16 years ago
Aleksey Demakov b84576a74e fix typos 16 years ago
Aleksey Demakov 32803b443c cosmetic changes 16 years ago
Aleksey Demakov 3872aa0130 make register pair handling more flexible 16 years ago
Aleksey Demakov 0a4a60a68c remove _jit_regs_get_cpu function 16 years ago
Aleksey Demakov 944b23f5e1 arm fixes 16 years ago
Aleksey Demakov dac7475729 use jit_reg_other_reg 16 years ago
Aleksey Demakov 1d0ae458a9 add global jit_reg_other_reg macro to replace local reg-alloc OTHER_REG 16 years ago
Aleksey Demakov 62502f3337 arm idiv and memset opcodes 16 years ago
Aleksey Demakov 3f4361efe4 fix typo 16 years ago
Aleksey Demakov 0f4307f50a cleanup arm rules 16 years ago
Aleksey Demakov e551255cce more mikyt's ARM code 16 years ago
Aleksey Demakov 5bc3c8fffc cosmetic changes 16 years ago
Aleksey Demakov b9eaf33cbe restore ARM FPA rules 16 years ago
Aleksey Demakov ae97de5921 add ARM codegen macros 16 years ago
Aleksey Demakov 8ba45c6012 for each jit_apply_ macro add individual check if it's already defined 16 years ago
Aleksey Demakov 3d685e0f39 small fix 16 years ago
Aleksey Demakov 7f69b3e394 integrate mikyt's arm apply patch 16 years ago
Klaus Treichel 9a2e8c60ed Fix TEXTREL sections in the shared library on x86. 16 years ago
Aleksey Demakov b051355951 replace ARM .sel file with .ins 16 years ago
Aleksey Demakov 271ed2b886 start integrating mikyt's ARM patch 16 years ago
Klaus Treichel 2fb73568ee Add support for JIT_OP_ISIGN and JIT_OP_LSIGN on x86_64 and some int compare 16 years ago
Aleksey Demakov 0d2836e470 don't define undefined labels for dump 16 years ago
Aleksey Demakov 863e98fbe4 extend small int values returned from native calls 16 years ago
Klaus Treichel 0c9ed44ad3 Fix calls to variadic functions. 16 years ago
Aleksey Demakov 30dabdf9b3 Mac OS X compatibility fixes 16 years ago
Klaus Treichel 1dd8763820 Fix calling variadic functions ih jit_apply. Spill values with sizes less than 16 years ago
Aleksey Demakov 70245dec19 fix exception handling in interpreter 16 years ago
Aleksey Demakov d6b7ba5c97 fix typos 16 years ago
Aleksey Demakov 0eb91c3127 fix JIT_OP_TRUNC_INT, JIT_OP_TRUNC_UINT, JIT_OP_INCOMING_REG opcodes in interpreter 16 years ago
Klaus Treichel e08fa89b4a Fix build on NetBSD to get the correct declaration of alloca. 16 years ago
Klaus Treichel 55cb355a5b Add rules for one immediate value for float32 and float64 branch and setcc 17 years ago
Klaus Treichel 2cdc2255eb Add more tests using branches in tests/cond.pas. 17 years ago
Klaus Treichel dd1819342f Add branch and commutative options where applicable and replace chech for signed 32bit immediate by imms32 clause. 17 years ago
Aleksey Demakov 018bfa1a9f fix problem with global registers and commutative ops 17 years ago
Aleksey Demakov 84d35d67cf add unwinding interface 17 years ago
Aleksey Demakov fe88d76af5 fix VirtualFree arguments; fix function signature leak; 17 years ago
Aleksey Demakov 26685e5a6b remove useless longjmp_label field from jit_builder_t struct 17 years ago
Klaus Treichel 44859d7672 Allow different float types at different offsets in the apply return struct. 17 years ago
Klaus Treichel f41e067e98 Add support for the param area for x86_64 and enable it by default (It's 17 years ago
Aleksey Demakov 0d39a0e365 on win32 use VirtualAlloc and VirtualFree to allocate/free executable memory 17 years ago
Klaus Treichel 71f45b30b0 Fix build with MS cl on windows and some ANSI C issues. 17 years ago
Aleksey Demakov 775b763923 use _JIT_ARCH_GET_NEXT_FRAME if defined; use gcc syntax only #ifdef __GNUC__ 17 years ago
Klaus Treichel ab21ceb92b Include jit/jit-common.h instead of jit-internal.h to get the definitions of 17 years ago
Aleksey Demakov cc01123c72 let register allocator free unused values that result from JIT_OP_INCOMING_REG and JIT_OP_RETURN_REG instructions 17 years ago
Klaus Treichel 1e274b6593 Emit the check for null only if the value to check is nint constant != 0 in 17 years ago
Klaus Treichel 14049cb2c9 Fix a bug with outgoing registers. 17 years ago
Aleksey Demakov fbeb81880b cosmetic changes 17 years ago
Aleksey Demakov 7e27b1545c code cleanup wrt unnecessary common_binary() use 17 years ago
Aleksey Demakov 76755bfe38 fix LSIGN opcode and modify ISIGN opcode for symmetry 17 years ago