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.
 
 
 
 
 
 
Jakob Löw 1eba11d8d5 add inversions of OP_BR_IFALSE and OP_BR_ITRUE to _jit_invert_condition 5 years ago
..
.gitignore Remove duplicate entries from .gitignore files. 12 years ago
Makefile.am Add pkg-config .pc files 7 years ago
jit-alloc.c Remove jit_malloc_exec() and friends from public API. 12 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 Fix some warnings 5 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 Remove reference to __CYGWIN32__ 6 years ago
jit-apply.c Fix some warnings 5 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 add inversions of OP_BR_IFALSE and OP_BR_ITRUE to _jit_invert_condition 5 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 make sure values don't change their address 6 years ago
jit-config.h Don't use Win32 API on Cygwin 6 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 make sure struct return pointer arguments are always before parent frame pointer arguments 6 years ago
jit-elf-defs.h Initial commit of the alpha port. 19 years ago
jit-elf-read.c Fix some warnings 5 years ago
jit-elf-write.c Remove jit/jit-memory.h 12 years ago
jit-except.c Restore the ability to allocate memory for recompiled functions. 12 years ago
jit-function.c make sure values don't change their address 6 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 Prefer the 8 bit sign extended alu instruction encoding in x86-64 7 years ago
jit-gen-x86.h Prefer the 8 bit sign extended alu instruction encoding in x86-64 7 years ago
jit-init.c move part of the jit cache functionality elsewhere, remove unused functionality 13 years ago
jit-insn.c fix possible SIGSEGV on conversion 5 years ago
jit-internal.h remove all calls to _jit_gen_fix_value from jit-insn.c, re-adding the import opcode, which is transformed into an add_relative in jit-compile.c 6 years ago
jit-interp-opcodes.ops implement nesting in the interpreter backend 6 years ago
jit-interp.c remove all calls to _jit_gen_fix_value from jit-insn.c, re-adding the import opcode, which is transformed into an add_relative in jit-compile.c 6 years ago
jit-interp.h Add gen-ops tool for generation all opcode defintions ans tables from one 14 years ago
jit-intrinsic.c Don't use Win32 API on Cygwin 6 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-cache.c Make all _jit_cache_* functions static and remove the prefix; remove some commented out code 5 years ago
jit-memory.c Cosmetic changes 5 years ago
jit-meta.c use LGPL 2.1 for libjit 17 years ago
jit-objmodel.c added documentation for `objmodel` extension 9 years ago
jit-opcode-apply.c Massive jit-insn.c overhaul 7 years ago
jit-opcodes.ops make sure values don't change their address 6 years ago
jit-pool.c Remove jit/jit-memory.h 12 years ago
jit-reg-alloc.c Use jit_type_remove_tags() instead of jit_type_normalize() in jit-reg-alloc.c 7 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-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 Add a special OP for retrieving the frame pointer 6 years ago
jit-rules-interp.c make sure struct return pointer arguments are always before parent frame pointer arguments 6 years ago
jit-rules-interp.h use LGPL 2.1 for libjit 17 years ago
jit-rules-x86-64.c Fix some warnings 5 years ago
jit-rules-x86-64.h Add support for the alloca opcode on X86_64. 15 years ago
jit-rules-x86-64.ins in the x86-64 backend use lea, inc and dec where applicable in add and sub opcodes 5 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 Add a special OP for retrieving the frame pointer 6 years ago
jit-rules.c make sure struct return pointer arguments are always before parent frame pointer arguments 6 years ago
jit-rules.h automatically find and pass parent frame pointers when calling nested functions 7 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 Fix thread init on windows 7 years ago
jit-thread.h added virtual memory routines 13 years ago
jit-type.c Use jit_type_remove_tags() instead of jit_type_normalize() in jit_type_return_via_pointer() 7 years ago
jit-unwind.c add a simple unwinding check which makes the unwinder stop when the next frame is below the current one 5 years ago
jit-util.c Remove jit_malloc_exec() and friends from public API. 12 years ago
jit-value.c Massive jit-value.c overhaul 7 years ago
jit-varint.c Fixed copyright notices for the new stuff written by Aleksey Demakov starting from the year 2011 to Aleksey Demakov. 12 years ago
jit-varint.h Fixed copyright notices for the new stuff written by Aleksey Demakov starting from the year 2011 to Aleksey Demakov. 12 years ago
jit-vmem.c Cosmetic changes 5 years ago
jit-walk.c use _JIT_ARCH_GET_NEXT_FRAME if defined; use gcc syntax only #ifdef __GNUC__ 17 years ago
libjit.pc.in Add pkg-config .pc files 7 years ago
mklabel.sh Add gen-ops tool for generation all opcode defintions ans tables from one 14 years ago