.. |
.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
|
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
|
Undo incorrect commit out of the last merge
|
7 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
|
Fix memory leak in delete_block().
|
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
|
Fix some issues with importing values
|
7 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
|
Mention jit-dump.h in the documentation
|
7 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
|
Restore the ability to allocate memory for recompiled functions.
|
12 years ago |
jit-function.c
|
rework how nested values are accessed
|
7 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 some small bugs with importing nested values
|
7 years ago |
jit-internal.h
|
rework how nested values are accessed
|
7 years ago |
jit-interp-opcodes.ops
|
Move ops files from the config to jit dir.
|
12 years ago |
jit-interp.c
|
remove the unused opcodes setup_for_sibling, setup_for_nested and import
|
7 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-cache.c
|
Fixed handling of the condition when there is no room left for a cache node on the current page.
|
11 years ago |
jit-memory.c
|
Tweak the memory manager interface and make _jit_cache_extend() return a value.
|
12 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
|
remove the unused opcodes setup_for_sibling, setup_for_nested and import
|
7 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
|
remove the unused opcodes setup_for_sibling, setup_for_nested and import
|
7 years ago |
jit-rules-interp.c
|
remove the unused opcodes setup_for_sibling, setup_for_nested and import
|
7 years ago |
jit-rules-interp.h
|
use LGPL 2.1 for libjit
|
17 years ago |
jit-rules-x86-64.c
|
automatically find and pass parent frame pointers when calling nested functions
|
7 years ago |
jit-rules-x86-64.h
|
Add support for the alloca opcode on X86_64.
|
15 years ago |
jit-rules-x86-64.ins
|
Fix x86-64 jump table space check
|
7 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
|
remove the unused opcodes setup_for_sibling, setup_for_nested and import
|
7 years ago |
jit-rules.c
|
automatically find and pass parent frame pointers when calling nested functions
|
7 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
|
Restore the ability to allocate memory for recompiled functions.
|
12 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
|
Fixed copyright notices for the new stuff written by Aleksey Demakov starting from the year 2011 to Aleksey Demakov.
|
12 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 |