]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/shortlog
francis/libjit.git
2008-11-04 Klaus TreichelFix calling variadic functions ih jit_apply. Spill...
2008-10-12 Aleksey Demakovupdate TODO
2008-10-12 Aleksey Demakovfix exception handling in interpreter
2008-10-12 Aleksey Demakovfix typos
2008-10-05 Aleksey Demakovfix JIT_OP_TRUNC_INT, JIT_OP_TRUNC_UINT, JIT_OP_INCOMIN...
2008-08-07 Klaus TreichelFix build on NetBSD to get the correct declaration...
2008-07-26 Klaus TreichelAdd rules for one immediate value for float32 and float...
2008-07-19 Klaus TreichelAdd more tests using branches in tests/cond.pas.
2008-07-19 Klaus TreichelFix a bug in dpas with binary functions returning a...
2008-07-06 Klaus TreichelAdd branch and commutative options where applicable...
2008-07-06 Aleksey Demakovfix problem with global registers and commutative ops
2008-05-29 Aleksey Demakovadd unwinding interface
2008-05-29 Aleksey Demakovminor code cleanup
2008-05-28 Aleksey Demakovfix VirtualFree arguments; fix function signature leak;
2008-05-27 Aleksey Demakovremove useless longjmp_label field from jit_builder_t...
2008-05-27 Aleksey Demakovadd comments
2008-05-26 Klaus TreichelAllow different float types at different offsets in...
2008-05-26 Klaus TreichelAdd the imms32 and imm32u keywords for support of signe...
2008-05-26 Aleksey Demakovadd JIT_EXPORT_DATA macro to support win32 DLL idiosyncrasy
2008-05-24 Klaus TreichelAdd support for the param area for x86_64 and enable...
2008-05-23 Aleksey Demakovon win32 use VirtualAlloc and VirtualFree to allocate...
2008-05-23 Klaus TreichelFix build with MS cl on windows and some ANSI C issues.
2008-05-21 Aleksey Demakovadd missing argument
2008-05-21 Aleksey Demakovuse _JIT_ARCH_GET_NEXT_FRAME if defined; use gcc syntax...
2008-05-12 Klaus TreichelInclude jit/jit-common.h instead of jit-internal.h...
2008-05-08 Aleksey Demakovlet register allocator free unused values that result...
2008-05-04 Klaus TreichelEmit the check for null only if the value to check...
2008-05-04 Klaus TreichelFix a bug with outgoing registers.
2008-05-02 Aleksey Demakovcosmetic changes
2008-04-22 Aleksey Demakovignore autogenerated files
2008-04-22 Aleksey Demakovrename configure.in to configure.ac
2008-04-22 Aleksey Demakovupdate configure.in for modern autoconf
2008-04-22 Aleksey Demakovupdate TODO list
2008-04-20 Aleksey Demakovcode cleanup wrt unnecessary common_binary() use
2008-04-20 Klaus TreichelAdd more testcases.
2008-04-20 Aleksey Demakovfix LSIGN opcode and modify ISIGN opcode for symmetry
2008-04-19 Aleksey Demakovfix the type of dest value of jit_insn_sign
2008-04-13 Klaus TreichelAdd support for more opcodes on x86-64.
2008-04-13 Aleksey Demakovuse architecture-specific macros for x86-64 stack walki...
2008-03-31 Klaus TreichelFix the sign opcode on x86 for integers and the constan...
2008-03-30 Klaus TreichelFix the integer sign functions. Return 1 for values...
2008-03-30 Klaus TreichelAdd additional macros and opcodehandling for x86-64.
2008-03-29 Klaus TreichelFix signed division of a negative value by a positive...
2008-03-29 Aleksey DemakovKlaus' apply changes needed for x86-64
2008-03-25 Aleksey Demakovfix return code of interpreter version of jit_function_...
2008-03-24 Klaus TreichelAdd more X86_64 support.
2008-03-24 Klaus TreichelReset the epilog fixup list prior to restarting compila...
2008-03-04 Klaus TreichelFix make distcheck.
2008-03-03 Aleksey Demakovmodify cache algorithm to allow a method to occupy...
2008-03-02 Klaus TreichelFix two 64bit arch issues and add first (not pubic...
2008-02-29 Aleksey Demakovadd jump table support to jitplus interface
2008-02-27 Aleksey Demakovuse LGPL 2.1 for dpas, tools, tests, and doc
2008-02-06 Aleksey Demakovrestore auto_gen.sh
2008-02-06 Aleksey Demakovupdate license and copyright notice
2008-01-30 Klaus TreichelFix typo in jit/Makefile.am (and ChangeLog)
2008-01-29 Klaus TreichelAdd first set of codegeneration macros and closure...
2008-01-25 Aleksey Demakovremove auto_gen.sh, remove automatically generated...
2008-01-24 Aleksey Demakovuse LGPL 2.1 for libjit
2008-01-22 Aleksey Demakovadd LGPL v2.1 file
2008-01-22 Aleksey Demakovfix texinfo markup for parameters
2008-01-21 Aleksey Demakovadd missing file to the source list
2008-01-19 Aleksey Demakovupdate the COPYING file to the latest edition of GPLv2...
2008-01-16 Klaus TreichelFix bug in x86_memindex_emit with displacements outside...
2008-01-11 Aleksey Demakovadd TODO file
2008-01-04 Klaus TreichelAdd the nint argument to the return_small_struct and...
2008-01-03 Aleksey Demakovfix fixups for interpreter
2008-01-03 Klaus TreichelAdd the nint argument to the copy_struct opcode.
2007-12-31 Klaus TreichelFix the call to jit_memcpy in jit_builtin_apply.
2007-12-29 Aleksey Demakovfix date
2007-12-28 Aleksey Demakovfix interpreter JIT_OP_LCMP_UN opcode
2007-12-28 Klaus TreichelFix some opcodes in the interpreter backend.
2007-12-23 Aleksey Demakovadd x86 JIT_OP_NFLOAT_TO_INT and JIT_OP_NFLOAT_TO_LONG...
2007-12-21 Aleksey Demakovfix on-demand compilation for interpreter
2007-12-20 Aleksey Demakovupdate tutorial wrt recomplation
2007-12-20 Aleksey Demakovremove jit_function_recompile
2007-12-17 Klaus TreichelAdd missed ChangeLog entries.
2007-12-16 Klaus TreichelAdd support for multi os archs. Fix jit_builtin_apply...
2007-11-27 Aleksey Demakovfix compiler warnings
2007-11-17 Aleksey Demakovdo not start new basic block on the bytecode mark
2007-11-13 Aleksey Demakovadd missing header for macosx into distribution
2007-11-08 Aleksey Demakovfix a typo and add a wrapper for jit_function_reserve_l...
2007-10-07 Aleksey Demakovextend comments for jit_insn_jump_table
2007-10-07 Aleksey Demakovadd jit_function_reserve_label function
2007-10-07 Aleksey Demakovfix jump table code generation
2007-06-11 Aleksey Demakovreimplement optimization of relative instructions for...
2007-06-10 Aleksey Demakovdisable copy propagation if JIT_OP_COPY_INT is applied...
2007-06-09 Aleksey Demakovadd comments for readability of conversion tables in...
2007-05-28 Aleksey Demakovdo not use copy propagation for addressable and volatil...
2007-05-28 Aleksey Demakovimplement simple-minded copy propagation
2007-05-26 Klaus TreichelFix conversion from ulong to nfloat for values greater...
2007-05-26 Aleksey Demakovremove incorrect optimization in jit_insn_store()
2007-04-04 Aleksey Demakovfix compilation for archs without register stack
2007-03-04 Aleksey Demakovupdate working version to 0.1.1
2007-03-03 Aleksey Demakovadd doc scripts to EXTRA_DIST; add jit-arch.h to BUILT_...
2007-03-03 Aleksey DemakovUpdates for the 0.1.0 release
2007-02-24 Aleksey Demakovfix problem with ops that have x87 dest register and...
2007-02-15 Aleksey Demakovcompile_block() checks if code cache is full
2007-02-12 Aleksey Demakovfix texinfo comments
2007-02-12 Aleksey Demakovremove doc/texinfo.tex from the tree
2007-02-12 Aleksey Demakovchange conditions for local and frame patterns to accou...
next