.. |
.gitignore
|
Remove duplicate entries from .gitignore files.
|
12 years ago |
Makefile.am
|
Move all alpha files to attic.
|
12 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
|
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
|
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
|
Fixed copyright notices for the new stuff written by Aleksey Demakov starting from the year 2011 to Aleksey Demakov.
|
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
|
Fix parameter name in help for `jit_dump_insn'
|
11 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
|
Restore the ability to allocate memory for recompiled functions.
|
12 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
|
`jit_insn_nop` moved down to generate nicer documentation
|
8 years ago |
jit-internal.h
|
Tweak the memory manager interface and make _jit_cache_extend() return a value.
|
12 years ago |
jit-interp-opcodes.ops
|
Move ops files from the config to jit dir.
|
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-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
|
8 years ago |
jit-opcode-apply.c
|
Reindent and do some other cosmetic changes here and there.
|
11 years ago |
jit-opcodes.ops
|
Move ops files from the config to jit dir.
|
12 years ago |
jit-pool.c
|
Remove jit/jit-memory.h
|
12 years ago |
jit-reg-alloc.c
|
Fix a typo
|
8 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
|
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
|
Keep function start and end with memory manager again, also lots of cosmetic changes.
|
12 years ago |
jit-rules.h
|
Keep function start and end with memory manager again, also lots of cosmetic changes.
|
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
|
Cosmetic changes.
|
11 years ago |
jit-thread.h
|
added virtual memory routines
|
13 years ago |
jit-type.c
|
Fix documentation of `jit_type_set_tagged_type'
|
11 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
|
Fix documentation of jit_value_create_constant
|
11 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 |
mklabel.sh
|
Add gen-ops tool for generation all opcode defintions ans tables from one
|
14 years ago |