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.
 
 
 
 
 
 
Klaus Treichel 8d6ffc9e54 Refine comments for the rounding functions. 14 years ago
..
.gitignore Add new built files to the ignore list. 14 years ago
Makefile.am Add gen-ops tool for generation all opcode defintions ans tables from one 14 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 MacOS X x86-64 build fix 15 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 Allow empty block branch optimization for address-of blocks 15 years ago
jit-cache.c Add JIT_RESULT_CACHE_FULL internal exception; 15 years ago
jit-cache.h Add JIT_RESULT_CACHE_FULL internal exception; 15 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-compile.c Fix compiler warnings where sizeof(int) != sizeof(void *) 15 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 Add gen-ops tool for generation all opcode defintions ans tables from one 14 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 increase messages array size 16 years ago
jit-function.c add jit_function_labels_equal() function 15 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 ARM backend fixes 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 Refine comments for the rounding functions. 14 years ago
jit-internal.h fix block clean problems 15 years ago
jit-interp.c Add new trunc insn for rounding float values towards zero. 14 years ago
jit-interp.h Add gen-ops tool for generation all opcode defintions ans tables from one 14 years ago
jit-intrinsic.c Add new wounding intrinsics for rounding float values towards zero. 14 years ago
jit-live.c build CFG, optimize branches and remove unreachable blocks with CFG, remove _jit_block_peephole_branch() function 16 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-pool.c use LGPL 2.1 for libjit 17 years ago
jit-reg-alloc.c clean outgoing registers after calls 15 years ago
jit-reg-alloc.h clean outgoing registers after calls 15 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 handle codegen errors with internal exceptions 15 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 basic block changes 16 years ago
jit-rules-arm.h more mikyt's ARM code 16 years ago
jit-rules-arm.ins handle codegen errors with internal exceptions 15 years ago
jit-rules-interp.c Add gen-ops tool for generation all opcode defintions ans tables from one 14 years ago
jit-rules-interp.h use LGPL 2.1 for libjit 17 years ago
jit-rules-x86-64.c Add support for the alloca opcode on X86_64. 15 years ago
jit-rules-x86-64.h Add support for the alloca opcode on X86_64. 15 years ago
jit-rules-x86-64.ins Add support for the alloca opcode on X86_64. 15 years ago
jit-rules-x86.c handle codegen errors with internal exceptions 15 years ago
jit-rules-x86.h use LGPL 2.1 for libjit 17 years ago
jit-rules-x86.ins handle codegen errors with internal exceptions 15 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 Add new wounding intrinsics for rounding float values towards zero. 14 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 Add intrinsics for direct conversion from float32 and float64 to the 15 years ago
jit-walk.c use _JIT_ARCH_GET_NEXT_FRAME if defined; use gcc syntax only #ifdef __GNUC__ 17 years ago
mklabel.sh Add gen-ops tool for generation all opcode defintions ans tables from one 14 years ago