]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/shortlog
francis/libjit.git
2006-08-20 Thomas CortRemove unnecessary code from the prolog, epilog, redire...
2006-08-18 Aleksey Demakovfix a problem with the clobber flag being ignored
2006-08-15 Thomas CortAdd a TODO() macro to print unimplemented warnings...
2006-08-14 Aleksey Demakovadd --enable-signals option and some support for signals
2006-08-12 Thomas CortProperly handle fixups on alpha. Implement JIT_OP_CALL_...
2006-07-29 Aleksey DemakovFix bugs revealed by Heiko's test.
2006-07-23 Thomas CortImplement the redirector for alpha. Continue to impleme...
2006-07-16 Thomas CortFix a typo in jit/jit-apply-alpha.c
2006-07-16 Thomas CortImplement closure for alpha. Use jsr instead of bsr...
2006-07-13 Thomas CortAdded trap barrier macro alpha_trapb. Implemented _jit_...
2006-07-12 Aleksey Demakovfix problem with moving blocks that go just after init_...
2006-07-12 Thomas CortInitial commit of the alpha port.
2006-07-06 Aleksey Demakovfix division by power of two
2006-07-04 Aleksey Demakovfix problem with destroying the end register of a long...
2006-07-02 Aleksey Demakovmore native x86 instruction selection rules
2006-06-29 Aleksey Demakovuse $1 instead of $0 for dest register
2006-06-28 Aleksey Demakovuse $1 instead of $0 for dest register
2006-06-27 Aleksey Demakovfix problem with relative instructions
2006-06-16 Aleksey Demakovmissed from the previous commit
2006-06-16 Aleksey DemakovExtend register allocator to allow separate specificati...
2006-06-16 Aleksey DemakovFix JIT_OP_IDIV and JIT_OP_IREM rules for the divisor...
2006-06-08 Aleksey Demakovfix problem with long constants introduced by previous...
2006-06-08 Aleksey Demakovrewrite some manual rules to use regular pattern syntax
2006-06-07 Aleksey Demakovadd *.inc files to cvsignore
2006-06-03 Aleksey Demakovfix problem with push float freeing wrong register;
2006-05-28 Aleksey DemakovAt the end of initialize setjmp block add a label that...
2006-05-27 Aleksey Demakovfree global values from local registers; tune spill...
2006-05-25 Aleksey Demakovfix spill cost calcualtion for global registers
2006-05-24 Aleksey Demakovfix spill cost calculation problem
2006-05-21 Aleksey Demakovextend instruction selector syntax to allow independent...
2006-05-20 Aleksey Demakovfix computation of stack register index
2006-05-19 Aleksey DemakovSave input values beforehand. Clean up and refactor...
2006-05-10 Aleksey Demakova few fixes for new register allocator
2006-05-08 Aleksey Demakovremove extra spills and add missing jit_cache_end_output()
2006-05-05 Aleksey Demakovfix spilling and many problems with stack registers
2006-05-04 Aleksey Demakovmake dump work for any stream not just stdout and stderr
2006-05-01 Aleksey DemakovFix JIT_OP_ADDRESS_OF rule
2006-05-01 Aleksey Demakovfix JIT_OP_ADDRESS_OF rule
2006-04-23 Aleksey Demakovrewrite block ops using new register allocator
2006-04-23 Aleksey Demakovregister allocator now supports register set constraints
2006-04-20 Aleksey Demakovfix generation of `if' pattern code
2006-04-19 Aleksey Demakovfix warning in jit/jit-rules-x86.c;
2006-04-18 Aleksey Demakovadd instruction selection rules for new register allocator;
2006-04-14 Aleksey Demakovadd _jit_gen_exch_top and _jit_gen_spill_top functions...
2006-04-14 Aleksey Demakovnew register allocator is improved and extended to...
2006-04-10 Aleksey Demakovinitialize thrown_exception value
2006-04-08 Aleksey Demakovadd jump table into jit_opcodes array
2006-04-08 Aleksey DemakovExtended selection rules syntax.
2006-04-06 Aleksey DemakovAdded function entry point indirector. Fixed tail call...
2006-04-03 Aleksey DemakovAdd `reversible', `x87arith', `copy' keywords and fix...
2006-03-23 Klaus Treichel2006-03-23 Klaus Treichel <ktreichel@web.de>
2006-03-22 Aleksey Demakovadded gen-rules tool
2006-03-12 Klaus Treichel2006-03-12 Klaus Treichel <ktreichel@web.de>
2006-02-27 Aleksey Demakovfixed int to uint and uint to int conversion
2006-02-26 Aleksey Demakovfixed JIT_OP_STORE_RELATIVE_LONG
2006-02-26 Aleksey Demakovcorrected opcode in x86_pop_mem and x86_pop_membase
2006-02-23 Aleksey Demakovfixed jit_insn_address_of_label()
2006-02-20 Aleksey Demakov_jit_create_call_return_insns returns 1 (success) if...
2006-02-18 Aleksey DemakovNew local register allocator.
2006-02-13 Aleksey DemakovAdded index field to jit_value struct. Included CFG...
2006-02-12 Aleksey DemakovFixed JIT_OP_CALL_FINALLY
2006-02-10 Aleksey Demakovbuild control flow graph and do liveness analyses on it
2006-02-03 Aleksey Demakovfixed typo in JIT_OP_JUMP_TABLE
2006-01-30 Aleksey Demakovoptimize _jit_gen_load_value and allow to move a value...
2006-01-17 Aleksey DemakovNamed proper dpas arrays author.
2006-01-15 Rhys WeatherleyUpdating working version to "0.0.7".
2006-01-15 Rhys WeatherleyUpdate version for the "0.0.6" release. r.0.0.6
2006-01-13 Aleksey Demakovfix register allocation for long values
2006-01-13 Aleksey Demakovfixed object file name
2006-01-13 Aleksey DemakovFixed return type of inrinsic function that return...
2006-01-11 Aleksey Demakovimplement JIT_OP_JUMP_TABLE in interpreter
2006-01-10 Aleksey Demakovadded jit_insn_jump_table
2006-01-10 Aleksey Demakovadded fixup_absolute_list field to _jit_block struct
2006-01-10 Aleksey Demakovadded x86_jump_memindex
2006-01-08 Aleksey Demakovchange jit_builtin_return_int to use leal instead of...
2005-12-28 Aleksey Demakovimplement JIT_OP_MEMMOVE
2005-12-24 Aleksey Demakovremove cache_start
2005-12-24 Aleksey Demakovadd jit_cache_get_start_method() and remove jit_functio...
2005-12-23 Aleksey Demakovimplement array expressions
2005-12-22 Aleksey Demakovimplemented JIT_OP_MEMCPY for x86
2005-12-21 Aleksey Demakovimplemented JIT_OP_MEMSET for x86
2005-12-19 Aleksey DemakovFloating point element load and store optimization...
2005-12-18 Aleksey DemakovImplemented jit_stack_trace_get_offset()
2005-12-15 Aleksey Demakovjit_insn_address_of() returns 0 for constant values
2005-12-15 Gopal Vadd reviewer for constant patch
2005-12-15 Gopal VUse temporaries for address_of constants
2005-12-13 Aleksey Demakovfloating point changes
2005-12-13 Aleksey DemakovMake dump_object_code() work on cygwin.
2005-12-10 Aleksey DemakovMore selection rules for x86.
2005-12-10 Aleksey DemakovMerged with the latest version of x86-codegen.h from...
2005-11-19 Klaus Treichel2005-11-19 Klaus Treichel <ktreichel@web.de>
2004-11-18 Rhys WeatherleyImplement tail calls properly.
2004-11-05 Rhys Weatherleyjit_insn_store: use the destination type to determine...
2004-11-02 Rhys WeatherleyReturn 0 when a sub-function throws an exception, not 1.
2004-11-02 Rhys Weatherleyjit_function_compile: clear block addresses and fixup...
2004-10-31 Rhys WeatherleyHandle the special case of constant destination pointers in
2004-10-29 Gopal Vfix ChangeLog entry
2004-10-29 Gopal Vfix manpage formatting - patch to bug #10779
2004-10-28 Rhys WeatherleyImplement some of the locking code for the debugging...
2004-10-13 Rhys WeatherleyTest case for the long-form backward branch bug.
next