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 adb0772773 Add plugable memory manager interface. 12 years ago
..
.gitignore Add new built files to the ignore list. 14 years ago
Makefile.am Add plugable memory manager interface. 12 years ago
jit-alloc.c Remove jit_malloc_exec() and friends from public API. 12 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 Remove jit_malloc_exec() and friends from public API. 12 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 Add plugable memory manager interface. 12 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 Remove jit/jit-memory.h 12 years ago
jit-cache.c Add plugable memory manager interface. 12 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 Add plugable memory manager interface. 12 years ago
jit-config.h added virtual memory routines 13 years ago
jit-context.c Add plugable memory manager interface. 12 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 Refactor function cache allocation API. 12 years ago
jit-elf-defs.h Initial commit of the alpha port. 19 years ago
jit-elf-read.c Add plugable memory manager interface. 12 years ago
jit-elf-write.c Remove jit/jit-memory.h 12 years ago
jit-except.c Add plugable memory manager interface. 12 years ago
jit-function.c Add plugable memory manager interface. 12 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 some of the new opcodes for x86_64. 14 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 move part of the jit cache functionality elsewhere, remove unused functionality 13 years ago
jit-insn.c added virtual memory routines 13 years ago
jit-internal.h Add plugable memory manager interface. 12 years ago
jit-interp.c Remove jit/jit-memory.h 12 years ago
jit-interp.h Add gen-ops tool for generation all opcode defintions ans tables from one 14 years ago
jit-intrinsic.c added virtual memory routines 13 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 Add plugable memory manager interface. 12 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-apply.c Fix build on 32bit archs. 14 years ago
jit-pool.c Remove jit/jit-memory.h 12 years ago
jit-reg-alloc.c Refactor function cache allocation API. 12 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 Refactor function cache allocation API. 12 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 Refactor function cache allocation API. 12 years ago
jit-rules-arm.h more mikyt's ARM code 16 years ago
jit-rules-arm.ins Refactor function cache allocation API. 12 years ago
jit-rules-interp.c Refactor function cache allocation API. 12 years ago
jit-rules-interp.h use LGPL 2.1 for libjit 17 years ago
jit-rules-x86-64.c Refactor function cache allocation API. 12 years ago
jit-rules-x86-64.h Add support for the alloca opcode on X86_64. 15 years ago
jit-rules-x86-64.ins Refactor function cache allocation API. 12 years ago
jit-rules-x86.c Refactor function cache allocation API. 12 years ago
jit-rules-x86.h use LGPL 2.1 for libjit 17 years ago
jit-rules-x86.ins Refactor function cache allocation API. 12 years ago
jit-rules.c Add plugable memory manager interface. 12 years ago
jit-rules.h Add plugable memory manager interface. 12 years ago
jit-setjmp.h use LGPL 2.1 for libjit 17 years ago
jit-signal.c added virtual memory routines 13 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 added virtual memory routines 13 years ago
jit-type.c added virtual memory routines 13 years ago
jit-unwind.c Add plugable memory manager interface. 12 years ago
jit-util.c Remove jit_malloc_exec() and friends from public API. 12 years ago
jit-value.c Add intrinsics for direct conversion from float32 and float64 to the 15 years ago
jit-varint.c add jit-varint.[hc] files with refactored int compression 13 years ago
jit-varint.h add jit-varint.[hc] files with refactored int compression 13 years ago
jit-vmem.c Remove jit_malloc_exec() and friends from public API. 12 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