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 8d4fdc2f3c let struct alignment be greater than alignment of fields 16 years ago
..
.cvsignore add *.inc files to cvsignore 19 years ago
Makefile.am replace ARM .sel file with .ins 16 years ago
jit-alloc.c fix VirtualFree arguments; fix function signature leak; 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 integrate mikyt's arm apply patch 16 years ago
jit-apply-arm.h small fix 16 years ago
jit-apply-func.h for each jit_apply_ macro add individual check if it's already defined 16 years ago
jit-apply-x86-64.c Add more X86_64 support. 17 years ago
jit-apply-x86-64.h Fix calling variadic functions ih jit_apply. Spill values with sizes less than 16 years ago
jit-apply-x86.c use LGPL 2.1 for libjit 17 years ago
jit-apply-x86.h Fix TEXTREL sections in the shared library on x86. 16 years ago
jit-apply.c Fix build on NetBSD to get the correct declaration of alloca. 16 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 cosmetic changes 16 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 add unwinding interface 17 years ago
jit-function.c fix VirtualFree arguments; fix function signature leak; 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 fix typos 16 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 extend small int values returned from native calls 16 years ago
jit-internal.h remove useless longjmp_label field from jit_builder_t struct 17 years ago
jit-interp.c fix exception handling in interpreter 16 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 cosmetic changes 16 years ago
jit-reg-alloc.h make register pair handling more flexible 16 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 make register pair handling more flexible 16 years ago
jit-rules-arm.h more mikyt's ARM code 16 years ago
jit-rules-arm.ins arm fixes 16 years ago
jit-rules-interp.c make register pair handling more flexible 16 years ago
jit-rules-interp.h use LGPL 2.1 for libjit 17 years ago
jit-rules-x86-64.c Fix calls to variadic functions. 16 years ago
jit-rules-x86-64.h Add support for the param area for x86_64 and enable it by default (It's 17 years ago
jit-rules-x86-64.ins Add support for JIT_OP_ISIGN and JIT_OP_LSIGN on x86_64 and some int compare 16 years ago
jit-rules-x86.c make register pair handling more flexible 16 years ago
jit-rules-x86.h use LGPL 2.1 for libjit 17 years ago
jit-rules-x86.ins Fix build with MS cl on windows and some ANSI C issues. 17 years ago
jit-rules.c use LGPL 2.1 for libjit 17 years ago
jit-rules.h make register pair handling more flexible 16 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 let struct alignment be greater than alignment of fields 16 years ago
jit-unwind.c fix typos 16 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