]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/shortlog
francis/libjit.git
2010-09-12 Klaus TreichelRemove the *eq_inv and *ne_inv float compare and branch...
2010-08-10 Klaus TreichelFix arg1 for the address_of opcode.
2010-08-09 Klaus TreichelAdd support for some of the new opcodes for x86_64.
2010-08-08 Klaus TreichelAdd support for some of the new opcodes for x86.
2010-08-07 Klaus TreichelAdd opcodes for direct conversions from and to 32-bit...
2010-08-06 Klaus TreichelAdd jitplus support for the new trunc insn.
2010-08-06 Klaus TreichelRefine comments for the rounding functions.
2010-08-06 Klaus TreichelAdd new trunc insn for rounding float values towards...
2010-08-06 Klaus TreichelAdd new wounding intrinsics for rounding float values...
2010-08-04 Klaus TreichelAdd jit-arch.h to the ignore list.
2010-08-04 Klaus TreichelBreak the circular build dependency between the include...
2010-08-03 Klaus TreichelAdd new built files to the ignore list.
2010-08-03 Klaus TreichelAdd gen-ops tool for generation all opcode defintions...
2010-05-31 Aleksey DemakovAllow empty block branch optimization for address-of...
2010-05-21 Aleksey DemakovMacOS X x86-64 build fix
2010-05-15 Klaus TreichelFix strict-alias-rules in return struct tests.
2010-05-15 Klaus TreichelFix comment for texinfo generation.
2010-05-15 Klaus TreichelAdd intrinsics for direct conversion from float32 and...
2010-05-08 Klaus TreichelDon't merge an empty block if the address of the block...
2010-01-24 Klaus TreichelFix accesses to possibly freed memory.
2009-12-09 Aleksey DemakovBail out on previously assigned label
2009-12-09 Aleksey Demakovfix block clean problems
2009-11-01 Aleksey Demakovimplement the "combine" part of the clean algorithm
2009-10-31 Klaus TreichelAdd support for the alloca opcode on X86_64.
2009-10-31 Klaus TreichelFix compiler warnings where sizeof(int) != sizeof(void *)
2009-10-30 Aleksey Demakovadd jit_function_labels_equal() function
2009-10-30 Aleksey Demakovclean outgoing registers after calls
2009-10-29 Aleksey Demakovhandle codegen errors with internal exceptions
2009-10-29 Aleksey Demakovuse internal exception to handle the cache full conditions
2009-10-29 Aleksey DemakovAdd JIT_RESULT_CACHE_FULL internal exception;
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...
next