]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/shortlog
francis/libjit.git
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...
2007-02-11 Aleksey Demakovmore correctly handle compilation restart
2007-02-11 Aleksey Demakovflush the output stream upon dumping the function
2007-02-10 Klaus Treichel2007-02-10 Klaus Treichel <ktreichel@web.de>
2007-02-04 Aleksey Demakovprovide for user defined on-demand compilation drivers
2007-01-28 Aleksey Demakovfix bug with input register thrashing introduced 2006...
2007-01-28 Aleksey Demakovfix bug loading registers for ternary ops
2007-01-25 Aleksey Demakovtweak gcc version of the _JIT_ARCH_GET_CURRENT_FRAME...
2007-01-25 Aleksey Demakovremove stack frame set up and restore instructions...
2007-01-23 Aleksey Demakovremove the closure_entry field from jit_function_t
2007-01-17 Aleksey Demakovcomplete regalloc support for x87
2007-01-12 Klaus TreichelAdd ChangeLog entry for the typo fix.
2007-01-12 Heiko Weissfixed a typo
2007-01-04 Thomas CortRemoved FIXED registers from the alpha register class...
2007-01-04 Thomas Cortadd register classes for alpha.
2007-01-02 Aleksey Demakovhandle early_clobber flag for dest value;
2006-12-29 Aleksey Demakovadd support for register classes, clean up rule syntax...
2006-12-29 Aleksey Demakovadd jit-reg-class.[ch] files to Makefile.am
2006-12-29 Aleksey Demakovadd register classes
2006-12-19 Aleksey Demakovmake sure that backend initialization is done only...
2006-12-17 Klaus Treichel2006-12-17 Klaus Treichel <ktreichel@web.de>
2006-11-28 Aleksey Demakovfix bug freeing stack register that is not on the stack top
2006-11-28 Aleksey Demakovapplied patch #5503 with some modifications
2006-11-26 Aleksey Demakovadd POSITION_INDEPENDENT context option
2006-11-26 Aleksey Demakovpatch #5278
2006-11-26 Aleksey Demakovfix global register use cost computation;
2006-11-25 Aleksey Demakovfix JIT_OP_LSIGN
2006-11-25 Aleksey Demakovadd JIT_OP_ISIGN and JIT_OP_LSIGN, optimize JIT_OP_LNEG;
2006-11-10 Aleksey Demakovadd JIT_OP_IABS and JIT_OP_LABS rules
2006-11-04 Aleksey Demakovmake comparison opcodes use three-address patterns
2006-11-01 Aleksey Demakovfixed a bug with coalescing values on x87-register...
2006-10-22 Aleksey Demakovremove excessive and buggy patterns from JIT_OP_EXPAND_...
2006-10-18 Aleksey Demakovenable coalescing of the destination and source values...
2006-10-16 Aleksey Demakovfix interpreter's struct handling;
2006-10-14 Aleksey Demakovfix uninitialized value use in create_value_entry();
2006-10-02 Klaus Treichel2006-10-02 Klaus Treichel <ktreichel@web.de>
2006-09-25 Aleksey Demakovadd jit-arch-generic.h and jit-arch-x86.h files
2006-09-24 Aleksey Demakovresolve stack-walking problem with gcc 4.1 and introduc...
2006-09-15 Aleksey Demakovadd jit_insn_mark_breakpoint_variable() function.
2006-09-14 Aleksey Demakovremove jit-rules-x86.sel
2006-09-14 Aleksey Demakovremove --enable-new-reg-alloc option
2006-09-14 Aleksey Demakovremove "old" register allocator;
2006-09-09 Aleksey Demakovadd _JIT_REGS_CLOBBER_STACK flag to be used for "only...
2006-09-02 Aleksey Demakovremove last traces of register allocation from the...
2006-08-31 Klaus TreichelCommit configure.in which i missed the last time ;)
2006-08-30 Klaus Treichel2006-08-31 Klaus Treichel <ktreichel@web.de>
2006-08-30 Aleksey Demakovdo not use jit-rules-x86.sel anymore
2006-08-30 Aleksey Demakovadd "frame" keyword to .ins file syntax
2006-08-30 Aleksey Demakovreplace interpreter stack with 3 dedicated pseudo-registers
2006-08-29 Aleksey Demakovdelete extra popping of setjmp context for interpreter
2006-08-29 Aleksey Demakovadd _jit_gen_move_top() to take part of the _jit_gen_ex...
2006-08-28 Aleksey Demakovdump jump tables
2006-08-28 Klaus Treichel2006-08-28 Klaus Treichel <ktreichel@web.de>
2006-08-28 Aleksey Demakovfix is_unsigned usage typo
2006-08-22 Thomas Cort* jit/jit-apply-alpha.c jit/jit-apply-alpha.h: Fix...
2006-08-22 Aleksey Demakovadd kudos to krokas
2006-08-22 Aleksey Demakovallocate redirector and indirector buffers in the execu...
2006-08-22 Klaus Treichel2006-08-22 Klaus treichel <ktreichel@web.de>
2006-08-22 Aleksey Demakovimprove handling of three-address instructions
2006-08-21 Thomas CortAdd macros for int to fp and fp to int conversions...
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...
next