aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* PPC: Add dual-number mode interpreter.Mike Pall2011-07-134-839/+7579
* PPCSPE: Fix dispatch for binop metamethods.Mike Pall2011-07-132-216/+218
* Cleanup single-number vs. dual-number mode selection.Mike Pall2011-07-131-8/+14
* ARM: Don't evict ASMREF_L in ra_evictk().Mike Pall2011-07-121-1/+1
* Fix doc link.Mike Pall2011-07-071-1/+1
* FFI: Fix comment parsing.Mike Pall2011-07-061-1/+5
* ARM: Install dis_arm.lua.Mike Pall2011-07-041-1/+2
* Fix install_name and versioning on OSX.Mike Pall2011-07-031-9/+6
* PPC: Add build rules for PPC interpreter (non-functional, yet).Mike Pall2011-07-036-75/+87
* PPC: Separate PPC vs. PPCSPE interpreter source files.Mike Pall2011-07-033-13/+3715
* PPC: Untangle PPC vs. PPCSPE target defines.Mike Pall2011-07-024-5/+4
* PPC: Fix range check for scaled immediates in DynASM.Mike Pall2011-07-021-1/+4
* Add debug option to msvcbuild.bat and improve error handling.Mike Pall2011-06-291-1/+33
* Don't use thread-safe exceptions on OSX. Complain to Apple, not me.Mike Pall2011-06-291-0/+5
* Return to lower frame via interpreter for unhandled cases.Mike Pall2011-06-291-3/+30
* Prefer recording loops over calls.Mike Pall2011-06-2910-141/+151
* Reorganize trace linking and track link types.Mike Pall2011-06-289-31/+63
* Clean up temporary bytecode patching.Mike Pall2011-06-281-3/+8
* Fix forced unwinding triggered by external unwinder.Mike Pall2011-06-271-2/+4
* Use thread-safe exceptions for external unwinding on x64/GCC.Mike Pall2011-06-271-2/+1
* Fix iOS build.Mike Pall2011-06-274-8/+22
* Fix data-flow analysis for BC_ITERL.Mike Pall2011-06-271-1/+1
* FFI: Clarify docs wrt. string initializers for byte arrays.Mike Pall2011-06-241-2/+6
* RELEASE LuaJIT-2.0.0-beta8 (fixed)v2.0.0-beta8-fixedMike Pall2011-06-231-2/+2
* Fix documentation for -b command line option.Mike Pall2011-06-231-6/+6
* RELEASE LuaJIT-2.0.0-beta8v2.0.0-beta8Mike Pall2011-06-239-17/+17
* Update changelog.Mike Pall2011-06-231-0/+41
* Misc. updates to docs.Mike Pall2011-06-234-10/+17
* Fix assertion.Mike Pall2011-06-221-1/+2
* x86/x64: Don't evict BASE in ra_evictk().Mike Pall2011-06-221-1/+1
* x86/x64: Fix register allocation for variable shifts.Mike Pall2011-06-221-7/+9
* x86/x64: Fix fusion of comparisons with u8/u16 XLOAD.Mike Pall2011-06-221-0/+2
* Avoid pointless calls for std file handles on __gc.Mike Pall2011-06-221-1/+1
* Fix recording of loops with instable directions in side traces.Mike Pall2011-06-201-6/+7
* From Lua 5.2: __len for tables. Needs -DLUAJIT_ENABLE_LUA52COMPAT.Mike Pall2011-06-2011-4947/+5188
* Update man page for -b command line option.Mike Pall2011-06-151-0/+3
* More fixes for the Solaris/x86 build. Thanks to Will Metcalf.Mike Pall2011-06-148-7/+15
* Fix bytecode loading on Windows.Mike Pall2011-06-141-1/+1
* Add more docs for bytecode load/save feature.Mike Pall2011-06-142-0/+24
* Fix dumping of already stripped functions with debug info.Mike Pall2011-06-131-1/+2
* Add -b command line option to save/list bytecode.Mike Pall2011-06-134-16/+198
* Add support for bytecode loading/saving.Mike Pall2011-06-1316-48/+1019
* Add recursive dump option to jit.bc.dump().Mike Pall2011-06-122-1/+10
* No need for L argument to lj_str_initbuf().Mike Pall2011-06-124-4/+4
* FFI: Support __tostring metamethod for pointers to structs, too.Mike Pall2011-06-111-9/+14
* Make .eh_frame section read-write on Solaris.Mike Pall2011-06-114-0/+16
* Fix check for missing arguments in string.format().Mike Pall2011-06-101-2/+3
* Cleanup prototype flags.Mike Pall2011-06-096-25/+33
* Remove bogus assertion for GC estimate vs. threshold.Mike Pall2011-06-091-1/+0
* Flatten and compress in-memory debug info (saves ~70%).Mike Pall2011-06-0914-165/+344