]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/shortlog
francis/libjit.git
2009-10-13 Gopal Vredo the last patch to use branch instructions, but...
2009-10-08 Gopal Vupdate ChangeLog
2009-10-08 Gopal Vremove the premature optimization of compare & branch...
2009-08-04 Aleksey Demakovremove dead code
2009-08-03 Aleksey Demakovavoid jump tables while cleaning branches
2009-06-10 Aleksey Demakovadd JIT_OP_BR_LFALSE rule for x86
2009-06-09 Aleksey Demakovupdate .gitignore files
2009-06-09 Aleksey Demakovupdate .gitignore files
2009-06-09 Aleksey Demakovadd JIT_OP_BR_LTRUE opcode for x86
2009-06-06 Klaus Treichelrename .cvsimport to .gitimport
2009-06-05 Aleksey Demakovmove compile functions from jit-function.c to a new... upstream/origin before.move.to.git
2009-06-05 Aleksey Demakovadd JIT_OPTLEVEL_NONE and JIT_OPTLEVEL_NORMAL constants
2009-05-11 Aleksey Demakovincrease messages array size
2009-05-10 Aleksey Demakovadd JIT_RESULT_UNDEFINED_LABEL builtin error
2009-05-09 Aleksey Demakovallow multiple labels for single block
2009-05-08 Aleksey Demakovbasic block changes
2009-04-30 Aleksey Demakovcosmetic changes
2009-04-30 Aleksey Demakovindent
2009-04-29 Aleksey Demakovbuild CFG, optimize branches and remove unreachable...
2009-04-28 Aleksey Demakovremove jit-cfg.h and jit-cfg.c from the build, leave...
2009-04-28 Aleksey Demakovcreate a new block after call_finally
2009-04-28 Aleksey Demakovreturn jit_label_undefined instead of 0 from jit_block_...
2009-04-24 Aleksey DemakovARM backend fixes
2009-04-22 Aleksey Demakovfor function calls end basic block after the call rathe...
2009-04-21 Aleksey Demakovfix call_finally dump
2009-04-16 Aleksey DemakovARM backend fixes
2009-04-16 Aleksey Demakovregalloc bugfix
2009-04-07 Aleksey Demakovlet struct alignment be greater than alignment of fields
2009-03-28 Aleksey Demakovfix typos
2009-03-28 Aleksey Demakovcosmetic changes
2009-03-28 Aleksey Demakovmake register pair handling more flexible
2009-03-27 Aleksey Demakovremove _jit_regs_get_cpu function
2009-03-25 Aleksey Demakovarm fixes
2009-03-24 Aleksey Demakovuse jit_reg_other_reg
2009-03-24 Aleksey Demakovadd global jit_reg_other_reg macro to replace local...
2009-03-24 Aleksey Demakovarm idiv and memset opcodes
2009-03-24 Aleksey Demakovfix typo
2009-03-23 Aleksey Demakovcleanup arm rules
2009-03-23 Aleksey Demakovmore mikyt's ARM code
2009-03-23 Aleksey Demakovcosmetic changes
2009-03-22 Aleksey Demakovrestore ARM FPA rules
2009-03-22 Aleksey Demakovadd ARM codegen macros
2009-02-07 Aleksey Demakovfor each jit_apply_ macro add individual check if it...
2009-02-07 Aleksey Demakovsmall fix
2009-02-07 Aleksey Demakovintegrate mikyt's arm apply patch
2009-02-07 Aleksey Demakovremove obsolete gen-sel tool
2009-02-06 Klaus TreichelFix TEXTREL sections in the shared library on x86.
2009-02-05 Aleksey Demakovreplace ARM .sel file with .ins
2009-02-05 Aleksey Demakovadd jit-arch-arm.h
2009-02-05 Aleksey Demakovstart integrating mikyt's ARM patch
2009-01-30 Klaus TreichelWork around an optimizer bug in gcc 4.3 on x86.
2009-01-01 Klaus TreichelAdd support for JIT_OP_ISIGN and JIT_OP_LSIGN on x86_64...
2008-12-22 Aleksey Demakovdon't define undefined labels for dump
2008-12-19 Aleksey Demakovupdate 0.1.4 plans
2008-12-12 Aleksey Demakovadd Paul Brannan's ruby-libjit
2008-12-11 Aleksey Demakov*** empty log message ***
2008-12-10 Aleksey Demakovextend small int values returned from native calls
2008-12-10 Aleksey Demakovstart development version 0.1.3
2008-12-10 Aleksey Demakovbump version to 0.1.2
2008-12-10 Aleksey Demakov*** empty log message ***
2008-12-10 Klaus TreichelFix calls to variadic functions.
2008-12-10 Aleksey Demakovupdate NEWS file
2008-11-23 Aleksey DemakovMac OS X compatibility fixes
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
next