aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-16Clean up TODOs in asm_fuseahuref and call sitesaarch64-v2.1-newCharles Baylis
2016-06-15Remove unneeded TODO comments.Charles Baylis
2016-06-13Merge pull request #2 from sindrom91/aarch64-v2.1-newcbaylis
2016-06-13Added disassembler for ARM64.Djordje
2016-06-13Merge pull request #1 from sindrom91/aarch64-v2.1-newcbaylis
2016-06-13Support for IR_MUL(OV).Stefan Pejic
2016-06-09Cleanup for ahuvloadCharles Baylis
2016-06-08Fix corruption of stack frame on trace exit.Charles Baylis
2016-06-08Test program works, but segfaults on exitCharles Baylis
2016-06-08Fix vm_exit_interp assuming 4 byte pointers in dispatch tableCharles Baylis
2016-06-08A bunch of fixes, first trace runs to completion.Charles Baylis
2016-06-08Support various constant generation operations.Charles Baylis
2016-06-08LDR instruction selection fixCharles Baylis
2016-06-08vm_exit_interp implemented (not audited for w/x registers)Charles Baylis
2016-06-08more vm_exit_handler fixes, now hits NYI at endCharles Baylis
2016-06-08WIP trace exit.Charles Baylis
2016-06-08Start of vm_exit_handlerCharles Baylis
2016-06-08Cleanup/fixes for load/store offsetsCharles Baylis
2016-06-08Correct some branch issues with emit_branch and asm_guardccCharles Baylis
2016-06-08fix up some branch encoding mistakesCharles Baylis
2016-06-08tries to run JITed code. Dies with SIGILL.Charles Baylis
2016-06-08More stuffCharles Baylis
2016-06-08ARM: minor cleanupCharles Baylis
2016-06-08WIPCharles Baylis
2016-06-08WIPCharles Baylis
2016-06-08stub out the stuff to enable the JIT for ARM64Charles Baylis
2016-06-08MIPS: Support MIPS16 interlinking.v2.1Mike Pall
2016-06-05x64/LJ_GC64: Fix code generation for IR_KNULL call argument.Mike Pall
2016-06-05Merge branch 'master' into v2.1Mike Pall
2016-06-05Fix PHI remarking in SINK pass.Mike Pall
2016-06-03LJ_GC64: Set correct nil value when clearing a cdata finalizer.Mike Pall
2016-06-03LJ_GC64: Ensure all IR slot fields are initialized.Mike Pall
2016-06-03LJ_GC64: Allow optional use of the system memory allocator.Mike Pall
2016-06-03Merge branch 'master' into v2.1Mike Pall
2016-06-03Fix Valgrind suppressions.Mike Pall
2016-06-03Merge branch 'master' into v2.1Mike Pall
2016-06-03Don't try to record outermost pcall() return to lower frame.Mike Pall
2016-05-29MIPS: Fix build failures and warnings.Mike Pall
2016-05-28Proper fix for LJ_GC64 changes to asm_href().Mike Pall
2016-05-28MIPS64, part 1: Add MIPS64 support to interpreter.Mike Pall
2016-05-28DynASM/MIPS: Add missing MIPS64 instructions.Mike Pall
2016-05-28Fix compiler warning.Mike Pall
2016-05-28x64/LJ_GC64: Fix __call metamethod for tailcall.Mike Pall
2016-05-28Fix collateral damage from LJ_GC64 changes to asm_href().Mike Pall
2016-05-26Cleanup install docs.Mike Pall
2016-05-23Use MAP_TRYFIXED for the probing memory allocator, if available.Mike Pall
2016-05-23Merge branch 'master' into v2.1Mike Pall
2016-05-23x86: Don't spill an explicit REF_BASE in the IR.Mike Pall
2016-05-23x64/LJ_GC64: Add missing backend support and enable JIT compilation.Mike Pall
2016-05-23LJ_FR2: Add support for trace recording and snapshots.Mike Pall