You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Aleksey Demakov 775b763923 use _JIT_ARCH_GET_NEXT_FRAME if defined; use gcc syntax only #ifdef __GNUC__ 17 years ago
..
.cvsignore add *.inc files to cvsignore 19 years ago
Makefile.am Fix make distcheck. 17 years ago
jit-alloc.c use LGPL 2.1 for libjit 17 years ago
jit-apply-alpha.c use LGPL 2.1 for libjit 17 years ago
jit-apply-alpha.h use LGPL 2.1 for libjit 17 years ago
jit-apply-arm.c use LGPL 2.1 for libjit 17 years ago
jit-apply-arm.h use LGPL 2.1 for libjit 17 years ago
jit-apply-func.h use LGPL 2.1 for libjit 17 years ago
jit-apply-x86-64.c Add more X86_64 support. 17 years ago
jit-apply-x86-64.h Include jit/jit-common.h instead of jit-internal.h to get the definitions of 17 years ago
jit-apply-x86.c use LGPL 2.1 for libjit 17 years ago
jit-apply-x86.h use LGPL 2.1 for libjit 17 years ago
jit-apply.c Klaus' apply changes needed for x86-64 17 years ago
jit-bitset.c use LGPL 2.1 for libjit 17 years ago
jit-bitset.h use LGPL 2.1 for libjit 17 years ago
jit-block.c use LGPL 2.1 for libjit 17 years ago
jit-cache.c modify cache algorithm to allow a method to occupy more than one page 17 years ago
jit-cache.h modify cache algorithm to allow a method to occupy more than one page 17 years ago
jit-cfg.c use LGPL 2.1 for libjit 17 years ago
jit-cfg.h use LGPL 2.1 for libjit 17 years ago
jit-context.c modify cache algorithm to allow a method to occupy more than one page 17 years ago
jit-cpuid-x86.c use LGPL 2.1 for libjit 17 years ago
jit-cpuid-x86.h use LGPL 2.1 for libjit 17 years ago
jit-debugger.c use LGPL 2.1 for libjit 17 years ago
jit-dump.c use LGPL 2.1 for libjit 17 years ago
jit-elf-defs.h Initial commit of the alpha port. 19 years ago
jit-elf-read.c use LGPL 2.1 for libjit 17 years ago
jit-elf-write.c use LGPL 2.1 for libjit 17 years ago
jit-except.c use LGPL 2.1 for libjit 17 years ago
jit-function.c let register allocator free unused values that result from JIT_OP_INCOMING_REG and JIT_OP_RETURN_REG instructions 17 years ago
jit-gen-alpha.h use LGPL 2.1 for libjit 17 years ago
jit-gen-arm.c use LGPL 2.1 for libjit 17 years ago
jit-gen-arm.h use LGPL 2.1 for libjit 17 years ago
jit-gen-x86-64.h Add support for more opcodes on x86-64. 17 years ago
jit-gen-x86.h Fix bug in x86_memindex_emit with displacements outside the x86_int8 range. 17 years ago
jit-init.c use LGPL 2.1 for libjit 17 years ago
jit-insn.c Emit the check for null only if the value to check is nint constant != 0 in 17 years ago
jit-internal.h cosmetic changes 17 years ago
jit-interp.c fix return code of interpreter version of jit_function_apply_vararg 17 years ago
jit-interp.h use LGPL 2.1 for libjit 17 years ago
jit-intrinsic.c Fix the integer sign functions. Return 1 for values > 0 instead of 0. 17 years ago
jit-live.c use LGPL 2.1 for libjit 17 years ago
jit-memory.c use LGPL 2.1 for libjit 17 years ago
jit-memory.h use LGPL 2.1 for libjit 17 years ago
jit-meta.c use LGPL 2.1 for libjit 17 years ago
jit-objmodel.c use LGPL 2.1 for libjit 17 years ago
jit-opcode.c use LGPL 2.1 for libjit 17 years ago
jit-pool.c use LGPL 2.1 for libjit 17 years ago
jit-reg-alloc.c let register allocator free unused values that result from JIT_OP_INCOMING_REG and JIT_OP_RETURN_REG instructions 17 years ago
jit-reg-alloc.h use LGPL 2.1 for libjit 17 years ago
jit-reg-class.c use LGPL 2.1 for libjit 17 years ago
jit-reg-class.h use LGPL 2.1 for libjit 17 years ago
jit-rules-alpha.c use LGPL 2.1 for libjit 17 years ago
jit-rules-alpha.h use LGPL 2.1 for libjit 17 years ago
jit-rules-alpha.ins use LGPL 2.1 for libjit 17 years ago
jit-rules-arm.c use LGPL 2.1 for libjit 17 years ago
jit-rules-arm.h use LGPL 2.1 for libjit 17 years ago
jit-rules-arm.sel use LGPL 2.1 for libjit 17 years ago
jit-rules-interp.c use LGPL 2.1 for libjit 17 years ago
jit-rules-interp.h use LGPL 2.1 for libjit 17 years ago
jit-rules-x86-64.c Add support for more opcodes on x86-64. 17 years ago
jit-rules-x86-64.h Fix two 64bit arch issues and add first (not pubic usable) native support for 17 years ago
jit-rules-x86-64.ins let register allocator free unused values that result from JIT_OP_INCOMING_REG and JIT_OP_RETURN_REG instructions 17 years ago
jit-rules-x86.c use LGPL 2.1 for libjit 17 years ago
jit-rules-x86.h use LGPL 2.1 for libjit 17 years ago
jit-rules-x86.ins let register allocator free unused values that result from JIT_OP_INCOMING_REG and JIT_OP_RETURN_REG instructions 17 years ago
jit-rules.c use LGPL 2.1 for libjit 17 years ago
jit-rules.h Fix two 64bit arch issues and add first (not pubic usable) native support for 17 years ago
jit-setjmp.h use LGPL 2.1 for libjit 17 years ago
jit-signal.c use LGPL 2.1 for libjit 17 years ago
jit-string.c use LGPL 2.1 for libjit 17 years ago
jit-symbol.c use LGPL 2.1 for libjit 17 years ago
jit-thread.c use LGPL 2.1 for libjit 17 years ago
jit-thread.h use LGPL 2.1 for libjit 17 years ago
jit-type.c use LGPL 2.1 for libjit 17 years ago
jit-value.c Fix two 64bit arch issues and add first (not pubic usable) native support for 17 years ago
jit-walk.c use _JIT_ARCH_GET_NEXT_FRAME if defined; use gcc syntax only #ifdef __GNUC__ 17 years ago
mklabel.sh use LGPL 2.1 for libjit 17 years ago