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.
 
 
 
 
 
 
Rhys Weatherley c503c6010e jit_insn_store: use the destination type to determine the store opcode, 20 years ago
..
.cvsignore Check in the initial instruction selector for x86 (incomplete). 21 years ago
Makefile.am Redesign the debugger API so that it contains functions 20 years ago
jit-alloc.c Fix ROUND_END_PTR so that it adds the size after casting to jit_nuint. 21 years ago
jit-apply-arm.c Redesign the ARM code generation macros so that they have stronger 21 years ago
jit-apply-arm.h Initial revision 21 years ago
jit-apply-func.h Write an x86-64 assembly version of "__builtin_apply", because 21 years ago
jit-apply-x86-64.h Write an x86-64 assembly version of "__builtin_apply", because 21 years ago
jit-apply-x86.c Initial revision 21 years ago
jit-apply-x86.h Initial revision 21 years ago
jit-apply.c Initial revision 21 years ago
jit-block.c Add "jit_block_current_is_dead" to simplify testing if the last block 21 years ago
jit-cache.c Fix some gcc 3.x compile warnings. 21 years ago
jit-cache.h Add "_jit_cache_get_end_method", to allow the end of a method's code 21 years ago
jit-context.c Redesign the debugger API so that it contains functions 20 years ago
jit-cpuid-x86.c cpuid_query: use %ebx in a way that doesn't confuse PIC mode in some 21 years ago
jit-cpuid-x86.h Add an API for querying the x86 "cpuid" information. 21 years ago
jit-debugger.c Implement some of the locking code for the debugging API. 20 years ago
jit-dump.c Documentation updates. 21 years ago
jit-elf-defs.h Initial revision 21 years ago
jit-elf-read.c Fix some gcc 3.x compile warnings. 21 years ago
jit-elf-write.c Initial revision 21 years ago
jit-except.c Rewrite the exception region routines to make them easier 21 years ago
jit-function.c Return 0 when a sub-function throws an exception, not 1. 20 years ago
jit-gen-arm.c Redesign the ARM code generation macros so that they have stronger 21 years ago
jit-gen-arm.h Redesign the ARM code generation macros so that they have stronger 21 years ago
jit-gen-x86.h Initial revision 21 years ago
jit-init.c Initial revision 21 years ago
jit-insn.c jit_insn_store: use the destination type to determine the store opcode, 20 years ago
jit-internal.h Redesign the debugger API so that it contains functions 20 years ago
jit-interp.c Redesign the debugger API so that it contains functions 20 years ago
jit-interp.h Re-implement the "push_return_area_ptr" patch so as to avoid wasting 21 years ago
jit-intrinsic.c Work around a SIGFPE for sqrt(-1) on Alpha; it should return NaN instead. 21 years ago
jit-live.c Treat dead blocks as empty when peepholing branches to the next block. 21 years ago
jit-memory.c Initial revision 21 years ago
jit-memory.h Initial revision 21 years ago
jit-meta.c Initial revision 21 years ago
jit-objmodel.c Put some infrastructure in place to support pluggable object models. 21 years ago
jit-opcode.c Clean up the breakpoint API and implement debug hooks for the interpreter. 20 years ago
jit-pool.c Initial revision 21 years ago
jit-reg-alloc.c Use separate JIT_REG_xxx flags for float32, float64, and nfloat 21 years ago
jit-reg-alloc.h Add some more instructions to the ARM back end; split some x86 21 years ago
jit-rules-arm.c Rewrite the x86 and ARM parameter handling routines to centralise the 21 years ago
jit-rules-arm.h Use separate JIT_REG_xxx flags for float32, float64, and nfloat 21 years ago
jit-rules-arm.sel Use a common helper function for performing debug hook tests on 20 years ago
jit-rules-interp.c Clean up the breakpoint API and implement debug hooks for the interpreter. 20 years ago
jit-rules-interp.h Use separate JIT_REG_xxx flags for float32, float64, and nfloat 21 years ago
jit-rules-x86.c output_branch: correct the offset when outputting a long-form backward branch. 20 years ago
jit-rules-x86.h Use separate JIT_REG_xxx flags for float32, float64, and nfloat 21 years ago
jit-rules-x86.sel Handle the special case of constant destination pointers in 20 years ago
jit-rules.c Rewrite the x86 and ARM parameter handling routines to centralise the 21 years ago
jit-rules.h Use separate JIT_REG_xxx flags for float32, float64, and nfloat 21 years ago
jit-setjmp.h Rewrite the exception region routines to make them easier 21 years ago
jit-string.c Remove the locale-sensitive string comparison routines because 21 years ago
jit-symbol.c Implement symbol relocations for the ELF binary reader. 21 years ago
jit-thread.c Implement some of the locking code for the debugging API. 20 years ago
jit-thread.h Implement some of the locking code for the debugging API. 20 years ago
jit-type.c jit_type_promote_int: promote ubyte and ushort to uint, not int. 21 years ago
jit-value.c Implement tail calls from a function to itself. 21 years ago
jit-walk.c Initial revision 21 years ago
mklabel.sh Use computed goto's in the interpreter if supported by the underlying compiler. 21 years ago