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 d0a978cb66 add jit_insn_mark_breakpoint_variable() function. 18 years ago
..
.cvsignore add *.inc files to cvsignore 19 years ago
Makefile.am do not use jit-rules-x86.sel anymore 18 years ago
jit-alloc.c 2006-08-22 Klaus treichel <ktreichel@web.de> 18 years ago
jit-apply-alpha.c * jit/jit-apply-alpha.c jit/jit-apply-alpha.h: Fix jit_redirector_size. 18 years ago
jit-apply-alpha.h * jit/jit-apply-alpha.c jit/jit-apply-alpha.h: Fix jit_redirector_size. 18 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 add jit_insn_mark_breakpoint_variable() function. 18 years ago
jit-dump.c dump jump tables 18 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 replace interpreter stack with 3 dedicated pseudo-registers 18 years ago
jit-gen-alpha.h * jit/jit-apply-alpha.c jit/jit-apply-alpha.h: Fix jit_redirector_size. 18 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 18 years ago
jit-insn.c add jit_insn_mark_breakpoint_variable() function. 18 years ago
jit-internal.h allocate redirector and indirector buffers in the executable code cache 18 years ago
jit-interp.c remove last traces of register allocation from the interpreter 18 years ago
jit-interp.h replace interpreter stack with 3 dedicated pseudo-registers 18 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 replace interpreter stack with 3 dedicated pseudo-registers 18 years ago
jit-pool.c Initial revision 21 years ago
jit-reg-alloc.c remove "old" register allocator; 18 years ago
jit-reg-alloc.h remove "old" register allocator; 18 years ago
jit-rules-alpha.c add _jit_gen_move_top() to take part of the _jit_gen_exch_top() functionality 18 years ago
jit-rules-alpha.h Remove unnecessary code from the prolog, epilog, redirector, and 18 years ago
jit-rules-alpha.ins Remove unnecessary code from the prolog, epilog, redirector, and 18 years ago
jit-rules-arm.c add _jit_gen_move_top() to take part of the _jit_gen_exch_top() functionality 18 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 remove last traces of register allocation from the interpreter 18 years ago
jit-rules-interp.h replace interpreter stack with 3 dedicated pseudo-registers 18 years ago
jit-rules-x86.c remove "old" register allocator; 18 years ago
jit-rules-x86.h remove "old" register allocator; 18 years ago
jit-rules-x86.ins remove "old" register allocator; 18 years ago
jit-rules.c Rewrite the x86 and ARM parameter handling routines to centralise the 21 years ago
jit-rules.h remove "old" register allocator; 18 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 18 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