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 313c14a656 Properly set the "may_throw" flag for opcodes that throw exceptions and 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 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 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 x86 and ARM parameter handling routines to centralise the 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 Add the "outgoing_frame_posn" instruction, to support tail calls. 21 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 Properly set the "may_throw" flag for opcodes that throw exceptions and 21 years ago
jit-internal.h Implement tail calls from a function to itself. 21 years ago
jit-interp.c Add the "outgoing_frame_posn" instruction, to support tail calls. 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 Add the "outgoing_frame_posn" instruction, to support tail calls. 21 years ago
jit-pool.c Initial revision 21 years ago
jit-reg-alloc.c Rewrite the x86 and ARM parameter handling routines to centralise the 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 Rewrite the x86 and ARM parameter handling routines to centralise the 21 years ago
jit-rules-arm.sel Enable register allocation for 64-bit values under x86 and ARM; expand some 21 years ago
jit-rules-interp.c Add the "outgoing_frame_posn" instruction, to support tail calls. 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 Move the code for loading/storing small structures into a central location. 21 years ago
jit-rules-x86.h Rewrite the x86 and ARM parameter handling routines to centralise the 21 years ago
jit-rules-x86.sel Move the code for loading/storing small structures into a central location. 21 years ago
jit-rules.c Rewrite the x86 and ARM parameter handling routines to centralise the 21 years ago
jit-rules.h Rewrite the x86 and ARM parameter handling routines to centralise the 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 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