aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into v2.1Mike Pall2013-11-222-2/+3
|\|
| * Follow-up fix for GC step threshold fix.Mike Pall2013-11-222-2/+3
* | Merge branch 'master' into v2.1Mike Pall2013-11-211-5/+5
|\|
| * Improve msvcbuild.bat static linking.Mike Pall2013-11-211-5/+5
* | Merge branch 'master' into v2.1Mike Pall2013-11-161-1/+3
|\|
| * FFI: Clarify ffi.cdef behavior.Mike Pall2013-11-161-1/+3
* | Merge branch 'master' into v2.1Mike Pall2013-11-071-4/+5
|\|
| * Fix type punning alias analysis for constified pointers.Mike Pall2013-11-071-4/+5
* | Merge branch 'master' into v2.1Mike Pall2013-11-052-2/+2
|\|
| * Fix for last commitMike Pall2013-11-052-2/+2
* | Merge branch 'master' into v2.1Mike Pall2013-11-052-3/+5
|\|
| * Fix GC steps threshold handling when called by JIT-compiled code.Mike Pall2013-11-052-3/+5
* | Merge branch 'master' into v2.1Mike Pall2013-10-261-16/+15
|\|
| * Fix handling of redundant PHIs.Mike Pall2013-10-261-16/+15
* | Merge branch 'master' into v2.1Mike Pall2013-10-243-13/+27
|\|
| * Check for failure to mark memory as executable (restricted kernels).Mike Pall2013-10-243-15/+29
* | FFI: Compile conversions from functions to function pointers.Mike Pall2013-10-161-1/+7
* | Merge branch 'master' into v2.1Mike Pall2013-10-151-1/+3
|\|
| * Fix line number for relocated bytecode after closure fixup.Mike Pall2013-10-151-1/+3
* | Merge branch 'master' into v2.1Mike Pall2013-10-144-1/+18
|\|
| * FFI: Rehash finalizer table after GC cycle, if needed.Mike Pall2013-10-144-1/+18
* | Merge branch 'master' into v2.1Mike Pall2013-10-101-1/+1
|\|
| * Check for MAP_32BIT presence instead of checking for Linux.Mike Pall2013-10-101-1/+1
* | Compile BC_TSETM, e.g. {1,2,3,f()}.Mike Pall2013-10-091-1/+20
* | Compile getfenv(0).Mike Pall2013-10-095-2/+31
* | FFI: Compile lightuserdata to void * conversion.Mike Pall2013-10-092-1/+7
* | Add table.new().Mike Pall2013-10-0911-6/+55
* | Properly fix loading of embedded bytecode.Mike Pall2013-09-201-1/+2
* | Fix loading of embedded bytecode.Mike Pall2013-09-191-2/+2
* | Fix profiler/hook interaction.Mike Pall2013-09-183-0/+40
* | Fix build with profiler but without JIT compiler.Mike Pall2013-09-182-4/+4
* | Protect g->hookmask with lock when using profiler thread.Mike Pall2013-09-164-29/+49
* | Merge branch 'master' into v2.1Mike Pall2013-09-141-1/+2
|\|
| * Fix ABC elimination.Mike Pall2013-09-141-1/+2
* | Merge branch 'master' into v2.1Mike Pall2013-09-131-3/+6
|\|
| * Fix snapshot restore for exit to function header.Mike Pall2013-09-131-3/+6
* | Merge branch 'master' into v2.1Mike Pall2013-09-121-1/+1
|\|
| * DynASM: Emit #line <n> <file> instead of #<n> <file>.Mike Pall2013-09-121-1/+1
* | Fix profiler stack dump for string chunks.Mike Pall2013-09-111-1/+1
* | Fix -jp=a mode.Mike Pall2013-09-101-2/+4
* | Low-overhead profiler, part 7: console ports.Mike Pall2013-09-103-3/+25
* | Fix non-FFI build.Mike Pall2013-09-103-6/+7
* | Fix PS3 build.Mike Pall2013-09-101-1/+1
* | Low-overhead profiler, part 6: documentation.Mike Pall2013-09-1015-1/+400
* | Add -jp=fl mode and minor fixes.Mike Pall2013-09-103-8/+19
* | Low-overhead profiler, part 5: add annotation mode for -jp.Mike Pall2013-09-091-7/+88
* | Switch from -jp=n<top_n> to -jp=m<min_pct> as a threshold.Mike Pall2013-09-091-7/+9
* | Merge branch 'master' into v2.1Mike Pall2013-09-081-2/+3
|\|
| * FFI/x64: Fix passing of vector arguments to calls.Mike Pall2013-09-081-2/+3
* | Merge branch 'master' into v2.1Mike Pall2013-09-082-2/+2
|\|