]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/shortlog
francis/libjit.git
2012-10-19 Aleksey DemakovKeep function start and end with memory manager again... upstream/cache-refactoring
2012-10-17 Aleksey DemakovAdd m4 dir and ar check in configure.ac.
2012-10-16 Aleksey DemakovAdd plugable memory manager interface.
2012-10-12 Aleksey DemakovRemove jit_malloc_exec() and friends from public API.
2012-10-12 Aleksey DemakovMove jit-string.c content to jit-util.c.
2012-10-12 Aleksey DemakovRename jit-memory.c to jit-util.c
2012-10-12 Aleksey DemakovRemove jit/jit-memory.h
2012-10-12 Aleksey DemakovMake _jit_cache_create() figure cache parameters from...
2012-10-09 Aleksey DemakovIfdef out _jit_cache_alloc_no_method().
2012-10-08 Aleksey DemakovAdd functions to alloc and free trampoline and closure...
2012-10-07 Aleksey DemakovAllocate jit_functions within cache.
2012-10-03 Aleksey DemakovMinor reformatting in jit-apply.c.
2012-10-03 Aleksey Demakovtweak code cache API
2012-10-02 Aleksey DemakovSlight reformatting.
2012-07-29 Aleksey DemakovRename _jit_cache_get_method() to _jit_cache_get_function()
2012-07-29 Aleksey DemakovRefactor function cache allocation API.
2012-02-11 Aleksey DemakovA little bit more jit-cache cleanup
2012-01-22 Klaus TreichelMove declaration of obsolete opcodes to a separate...
2012-01-21 Aleksey Demakovmove part of the jit cache functionality elsewhere...
2011-12-18 Aleksey Demakovadd jit-varint.[hc] files with refactored int compression
2011-09-30 Aleksey Demakovremove CountMethods(), FillMethodList() functions
2011-09-30 Aleksey Demakovremoved _jit_cache_new_region() function
2011-09-03 Aleksey Demakovremove _jit_cache_get_method_list() function
2011-07-27 Aleksey Demakovadded virtual memory routines
2011-07-09 Aleksey Demakovfix problem with shift opcodes on x86
2011-07-01 Aleksey Demakovamend debug info in compile_block()
2010-11-28 Klaus TreichelDump the destination value for the address_of_label...
2010-11-07 Klaus TreichelFix comment for _jit_cache_get_end_method.
2010-10-24 Klaus TreichelSet in_global_register on global register assignment...
2010-10-04 Klaus TreichelAdd missing typedef in the declaration of the _jit_intr...
2010-09-21 Klaus TreichelFix build on 32bit archs.
2010-09-21 Klaus TreichelAdd support for applying an opcode to one or two consta...
2010-09-12 Klaus TreichelFix a typo.
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
next