467 Commits (04da1416d5af170bb37223e9fd2425a56202ddc5)
 

Author SHA1 Message Date
Klaus Treichel 2cdc2255eb Add more tests using branches in tests/cond.pas. 17 years ago
Klaus Treichel 3ffb3bfac9 Fix a bug in dpas with binary functions returning a boolean result where the 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 6a1308d594 minor code cleanup 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
Aleksey Demakov 4c53bdb5a3 add comments 17 years ago
Klaus Treichel 44859d7672 Allow different float types at different offsets in the apply return struct. 17 years ago
Klaus Treichel 009f689d1b Add the imms32 and imm32u keywords for support of signed and unsigned 32bit 17 years ago
Aleksey Demakov 3ba2f5f1eb add JIT_EXPORT_DATA macro to support win32 DLL idiosyncrasy 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 e9fd5f9f39 add missing argument 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 5885e18719 ignore autogenerated files 17 years ago
Aleksey Demakov f9a0175ff5 rename configure.in to configure.ac 17 years ago
Aleksey Demakov 8fcb7359ff update configure.in for modern autoconf 17 years ago
Aleksey Demakov 1f651b7688 update TODO list 17 years ago
Aleksey Demakov 7e27b1545c code cleanup wrt unnecessary common_binary() use 17 years ago
Klaus Treichel 7f05ab665b Add more testcases. 17 years ago
Aleksey Demakov 76755bfe38 fix LSIGN opcode and modify ISIGN opcode for symmetry 17 years ago
Aleksey Demakov e22549c927 fix the type of dest value of jit_insn_sign 17 years ago
Klaus Treichel b9365a9ab8 Add support for more opcodes on x86-64. 17 years ago
Aleksey Demakov 32ada6b0f6 use architecture-specific macros for x86-64 stack walking instead of gcc's builtins 17 years ago
Klaus Treichel 126a4c7088 Fix the sign opcode on x86 for integers and the constant case for longs. 17 years ago
Klaus Treichel d559a193bd Fix the integer sign functions. Return 1 for values > 0 instead of 0. 17 years ago
Klaus Treichel 18fe773e25 Add additional macros and opcodehandling for x86-64. 17 years ago
Klaus Treichel b123eb4c70 Fix signed division of a negative value by a positive power of two on x86. 17 years ago
Aleksey Demakov a92a6bf2d8 Klaus' apply changes needed for x86-64 17 years ago
Aleksey Demakov 17b69141fd fix return code of interpreter version of jit_function_apply_vararg 17 years ago
Klaus Treichel 8931ed85db Add more X86_64 support. 17 years ago
Klaus Treichel e376850479 Reset the epilog fixup list prior to restarting compilation of a function. 17 years ago
Klaus Treichel d1133270fe Fix make distcheck. 17 years ago
Aleksey Demakov 852aaff0df modify cache algorithm to allow a method to occupy more than one page 17 years ago
Klaus Treichel 3c76b5dedf Fix two 64bit arch issues and add first (not pubic usable) native support for 17 years ago
Aleksey Demakov c18e6dde0a add jump table support to jitplus interface 17 years ago
Aleksey Demakov 6cacbd0d82 use LGPL 2.1 for dpas, tools, tests, and doc 17 years ago
Aleksey Demakov 6a6dc2feb3 restore auto_gen.sh 17 years ago
Aleksey Demakov 33a3638d93 update license and copyright notice 17 years ago
Klaus Treichel 80bfe04277 Fix typo in jit/Makefile.am (and ChangeLog) 17 years ago
Klaus Treichel 003ad8d0c8 Add first set of codegeneration macros and closure support for x86_64. 17 years ago
Aleksey Demakov 57d391a672 remove auto_gen.sh, remove automatically generated files 17 years ago