aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Increase max. fusion distance.Mike Pall2010-03-191-1/+1
* Reorder various structs to reduce padding (thanks to /usr/bin/pahole).Mike Pall2010-03-157-15/+15
* Fix TSETM on x64/SSE builds when table is resized.Mike Pall2010-03-155-448/+426
* Add static target to msvcbuild.bat.Mike Pall2010-03-151-0/+6
* Update changelog.Mike Pall2010-03-152-1/+19
* Add array bounds check elimination (-Oabc, on by default).Mike Pall2010-03-155-20/+101
* Reorganize scalar evolution analysis.Mike Pall2010-03-152-7/+32
* Fix folding of (comparison x x).Mike Pall2010-03-141-1/+1
* Restore MULTRES for snapshots pointing to CALLM etc. bytecodes.Mike Pall2010-03-133-3/+49
* Fix potential hang in UCLO redirection handling in hooks.Mike Pall2010-03-101-9/+7
* Fix handling of bad argument types in recorder.Mike Pall2010-03-091-2/+3
* Fix recording of getmetatable() for non-tables.Mike Pall2010-03-091-3/+5
* Avoid tracing the nil return case of tonumber().Mike Pall2010-03-091-1/+5
* Add WinSDK v7.0 requirement for building on Windows/x64.Mike Pall2010-03-091-2/+2
* Do not fuse SLOAD across RETF.Mike Pall2010-03-081-1/+2
* RELEASE LuaJIT-2.0.0-beta3v2.0.0-beta3Mike Pall2010-03-078-23/+20
* Fix tracebacks for failed coroutines.Mike Pall2010-03-071-0/+4
* Add OS/CPU/CC compatibility matrix to docs. Fix spelling.Mike Pall2010-03-074-10/+59
* Rebase dynamic library on OSX/x64.Mike Pall2010-03-071-0/+1
* Improve placement of dynamically generated code on x64.Mike Pall2010-03-071-1/+1
* Fix assertion in rec_check_slots.Mike Pall2010-03-071-1/+1
* Generate indirect calls for out-of-range distances on x64.Mike Pall2010-03-072-0/+14
* Fix unwind info for assembler part for OSX.Mike Pall2010-03-074-144/+244
* Fix disassembly of call/jmp ModRM.Mike Pall2010-03-071-2/+2
* Fix generated 64 bit Mach-O assembler output.Mike Pall2010-03-054-0/+32
* Document jit.status().Mike Pall2010-03-041-0/+8
* Update docs: native build default, cross-compilation, embedding.Mike Pall2010-03-044-34/+65
* Allocate 32 bit memory on OSX/x64 with mmap() hinting.Mike Pall2010-03-042-5/+43
* Build as a native 32 or 64 bit binary by default.Mike Pall2010-03-041-10/+21
* Improve performance of HREF/HREFK on x64.Mike Pall2010-03-032-4/+43
* Fix 64 bit conversion warning.Mike Pall2010-03-031-1/+1
* Improve register allocation on x64.Mike Pall2010-03-021-0/+5
* Fix comments about 64 bit FreeBSD mmap() behavior.Mike Pall2010-03-021-1/+2
* Add compile errors for 64 bit OS without an equivalent of MAP_32BIT.Mike Pall2010-03-021-4/+17
* Add support for recursion to changelog.Mike Pall2010-03-021-0/+1
* Fix amalgamated build.Mike Pall2010-03-021-1/+1
* Enable tracing of recursion.Mike Pall2010-03-015-74/+75
* Implement down-recursion.Mike Pall2010-03-017-13/+114
* Fix pc to line number translation for GDB JIT API.Mike Pall2010-03-011-1/+4
* Resize stack up to the true limit.Mike Pall2010-03-011-2/+11
* Fix error message generation for OOM error.Mike Pall2010-02-282-2/+3
* Conditionally compile functions that are unused with JIT disabled.Mike Pall2010-02-288-0/+18
* Enable JIT compiler for x64.Mike Pall2010-02-287-31/+25
* Add frame info for x64 GDB JIT API.Mike Pall2010-02-282-3/+12
* Save/restore remaining callee-save regs on trace<->interp transitions.Mike Pall2010-02-276-1447/+1511
* Correctly align and free allocated machine code areas.Mike Pall2010-02-274-12/+15
* Place dynamically generated code near static code on x64.Mike Pall2010-02-263-12/+59
* Make penalty PRNG available for general use by compiler.Mike Pall2010-02-262-10/+10
* Add x64 call argument setup. More 32/64 bit cleanups in assembler.Mike Pall2010-02-252-47/+79
* Move SIMD constants to jit_State to keep them in the low 4GB.Mike Pall2010-02-246-18/+41