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 fbf1407022 _jit_gen_spill_reg: spill properly to global registers for ARM. 21 years ago
..
.cvsignore Check in the initial instruction selector for x86 (incomplete). 21 years ago
Makefile.am Add an API for querying the x86 "cpuid" information. 21 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 Initial revision 21 years ago
jit-apply-arm.h Initial revision 21 years ago
jit-apply-func.h Initial revision 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 Add the "--dont-fold" option to Dynamic Pascal, so that we can run 21 years ago
jit-cpuid-x86.c Add an API for querying the x86 "cpuid" information. 21 years ago
jit-cpuid-x86.h Add an API for querying the x86 "cpuid" information. 21 years ago
jit-dump.c Rewrite the exception region routines to make them easier 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 Implement a simple global register allocation policy, based on usage counts. 21 years ago
jit-gen-arm.c Treat dead blocks as empty when peepholing branches to the next block. 21 years ago
jit-gen-arm.h arm_call: use a more efficient form of call for offsets beyond the 21 years ago
jit-gen-x86.h Initial revision 21 years ago
jit-init.c Initial revision 21 years ago
jit-insn.c Add "_setjmp" to the list of names to try to work around the 21 years ago
jit-internal.h Implement a simple global register allocation policy, based on usage counts. 21 years ago
jit-interp.c Remove obsolete opcodes which violate "_jit_load_opcode"'s rules. 21 years ago
jit-interp.h Rewrite the exception region routines to make them easier 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 Remove obsolete opcodes which violate "_jit_load_opcode"'s rules. 21 years ago
jit-pool.c Initial revision 21 years ago
jit-reg-alloc.c _jit_regs_set_outgoing: implement missing function. 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 _jit_gen_spill_reg: spill properly to global registers for ARM. 21 years ago
jit-rules-arm.h Expand floating-point instructions for ARM. 21 years ago
jit-rules-arm.sel Introduce conditional rules into "gen-sel" so that we can disable 21 years ago
jit-rules-interp.c Implement a simple global register allocation policy, based on usage counts. 21 years ago
jit-rules-interp.h Implement a simple global register allocation policy, based on usage counts. 21 years ago
jit-rules-x86.c More x86 instruction selection rules. 21 years ago
jit-rules-x86.h Implement a simple global register allocation policy, based on usage counts. 21 years ago
jit-rules-x86.sel More x86 instruction selection rules. 21 years ago
jit-rules.c Initial revision 21 years ago
jit-rules.h Implement a simple global register allocation policy, based on usage counts. 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 Initial revision 21 years ago
jit-thread.h Initial revision 21 years ago
jit-type.c jit_type_promote_int: promote ubyte and ushort to uint, not int. 21 years ago
jit-value.c Fix a warning. 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