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.
 
 
 
 
 
 
Aleksey Demakov 02b95ffc5e fix a problem with the clobber flag being ignored 18 years ago
..
.cvsignore add *.inc files to cvsignore 19 years ago
Makefile.am add --enable-signals option and some support for signals 19 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-alpha.c Implement the redirector for alpha. Continue to implement more functions 19 years ago
jit-apply-alpha.h Implement the redirector for alpha. Continue to implement more functions 19 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 Implement the redirector for alpha. Continue to implement more functions 19 years ago
jit-apply-x86-64.h 2005-11-19 Klaus Treichel <ktreichel@web.de> 19 years ago
jit-apply-x86.c Added function entry point indirector. Fixed tail call bug. 19 years ago
jit-apply-x86.h Added function entry point indirector. Fixed tail call bug. 19 years ago
jit-apply.c Initial revision 21 years ago
jit-bitset.c build control flow graph and do liveness analyses on it 19 years ago
jit-bitset.h build control flow graph and do liveness analyses on it 19 years ago
jit-block.c Add "jit_block_current_is_dead" to simplify testing if the last block 21 years ago
jit-cache.c add jit_cache_get_start_method() and remove jit_function.start_address field 19 years ago
jit-cache.h add jit_cache_get_start_method() and remove jit_function.start_address field 19 years ago
jit-cfg.c build control flow graph and do liveness analyses on it 19 years ago
jit-cfg.h Added index field to jit_value struct. Included CFG code into build. 19 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 make dump work for any stream not just stdout and stderr 19 years ago
jit-elf-defs.h Initial commit of the alpha port. 19 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 2006-03-23 Klaus Treichel <ktreichel@web.de> 19 years ago
jit-function.c fix problem with push float freeing wrong register; 19 years ago
jit-gen-alpha.h Implement the redirector for alpha. Continue to implement more functions 19 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 corrected opcode in x86_pop_mem and x86_pop_membase 19 years ago
jit-init.c add --enable-signals option and some support for signals 19 years ago
jit-insn.c fix problem with moving blocks that go just after init_block 19 years ago
jit-internal.h add --enable-signals option and some support for signals 19 years ago
jit-interp.c implement JIT_OP_JUMP_TABLE in interpreter 19 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 add jump table into jit_opcodes array 19 years ago
jit-pool.c Initial revision 21 years ago
jit-reg-alloc.c fix a problem with the clobber flag being ignored 18 years ago
jit-reg-alloc.h Extend register allocator to allow separate specification of the destination 19 years ago
jit-rules-alpha.c Add a TODO() macro to print unimplemented warnings. Fix some 19 years ago
jit-rules-alpha.h Add a TODO() macro to print unimplemented warnings. Fix some 19 years ago
jit-rules-alpha.ins Add a TODO() macro to print unimplemented warnings. Fix some 19 years ago
jit-rules-arm.c add _jit_gen_exch_top and _jit_gen_spill_top functions; add some tracing 19 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 add _jit_gen_exch_top and _jit_gen_spill_top functions; add some tracing 19 years ago
jit-rules-interp.h Use separate JIT_REG_xxx flags for float32, float64, and nfloat 21 years ago
jit-rules-x86.c more native x86 instruction selection rules 19 years ago
jit-rules-x86.h Use separate JIT_REG_xxx flags for float32, float64, and nfloat 21 years ago
jit-rules-x86.ins fix division by power of two 19 years ago
jit-rules-x86.sel Fix JIT_OP_IDIV and JIT_OP_IREM rules for the divisor value of -1. 19 years ago
jit-rules.c Rewrite the x86 and ARM parameter handling routines to centralise the 21 years ago
jit-rules.h Initial commit of the alpha port. 19 years ago
jit-setjmp.h Rewrite the exception region routines to make them easier 21 years ago
jit-signal.c add --enable-signals option and some support for signals 19 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 Added index field to jit_value struct. Included CFG code into build. 19 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