aboutsummaryrefslogtreecommitdiff
path: root/doc (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-07Fix doc link.Mike Pall1-1/+1
2011-07-06FFI: Fix comment parsing.Mike Pall1-1/+5
2011-07-04ARM: Install dis_arm.lua.Mike Pall1-1/+2
2011-07-03Fix install_name and versioning on OSX.Mike Pall1-9/+6
2011-07-03PPC: Add build rules for PPC interpreter (non-functional, yet).Mike Pall6-75/+87
2011-07-03PPC: Separate PPC vs. PPCSPE interpreter source files.Mike Pall3-13/+3715
2011-07-02PPC: Untangle PPC vs. PPCSPE target defines.Mike Pall4-5/+4
2011-07-02PPC: Fix range check for scaled immediates in DynASM.Mike Pall1-1/+4
2011-06-29Add debug option to msvcbuild.bat and improve error handling.Mike Pall1-1/+33
2011-06-29Don't use thread-safe exceptions on OSX. Complain to Apple, not me.Mike Pall1-0/+5
2011-06-29Return to lower frame via interpreter for unhandled cases.Mike Pall1-3/+30
2011-06-29Prefer recording loops over calls.Mike Pall10-141/+151
2011-06-28Reorganize trace linking and track link types.Mike Pall9-31/+63
2011-06-28Clean up temporary bytecode patching.Mike Pall1-3/+8
2011-06-27Fix forced unwinding triggered by external unwinder.Mike Pall1-2/+4
2011-06-27Use thread-safe exceptions for external unwinding on x64/GCC.Mike Pall1-2/+1
2011-06-27Fix iOS build.Mike Pall4-8/+22
2011-06-27Fix data-flow analysis for BC_ITERL.Mike Pall1-1/+1
2011-06-24FFI: Clarify docs wrt. string initializers for byte arrays.Mike Pall1-2/+6
2011-06-23RELEASE LuaJIT-2.0.0-beta8 (fixed)v2.0.0-beta8-fixedMike Pall1-2/+2
2011-06-23Fix documentation for -b command line option.Mike Pall1-6/+6
2011-06-23RELEASE LuaJIT-2.0.0-beta8v2.0.0-beta8Mike Pall9-17/+17
2011-06-23Update changelog.Mike Pall1-0/+41
2011-06-23Misc. updates to docs.Mike Pall4-10/+17
2011-06-22Fix assertion.Mike Pall1-1/+2
2011-06-22x86/x64: Don't evict BASE in ra_evictk().Mike Pall1-1/+1
2011-06-22x86/x64: Fix register allocation for variable shifts.Mike Pall1-7/+9
2011-06-22x86/x64: Fix fusion of comparisons with u8/u16 XLOAD.Mike Pall1-0/+2
2011-06-22Avoid pointless calls for std file handles on __gc.Mike Pall1-1/+1
2011-06-20Fix recording of loops with instable directions in side traces.Mike Pall1-6/+7
2011-06-20From Lua 5.2: __len for tables. Needs -DLUAJIT_ENABLE_LUA52COMPAT.Mike Pall11-4947/+5188
2011-06-15Update man page for -b command line option.Mike Pall1-0/+3
2011-06-14More fixes for the Solaris/x86 build. Thanks to Will Metcalf.Mike Pall8-7/+15
2011-06-14Fix bytecode loading on Windows.Mike Pall1-1/+1
2011-06-14Add more docs for bytecode load/save feature.Mike Pall2-0/+24
2011-06-13Fix dumping of already stripped functions with debug info.Mike Pall1-1/+2
2011-06-13Add -b command line option to save/list bytecode.Mike Pall4-16/+198
2011-06-13Add support for bytecode loading/saving.Mike Pall16-48/+1019
2011-06-12Add recursive dump option to jit.bc.dump().Mike Pall2-1/+10
2011-06-12No need for L argument to lj_str_initbuf().Mike Pall4-4/+4
2011-06-11FFI: Support __tostring metamethod for pointers to structs, too.Mike Pall1-9/+14
2011-06-11Make .eh_frame section read-write on Solaris.Mike Pall4-0/+16
2011-06-10Fix check for missing arguments in string.format().Mike Pall1-2/+3
2011-06-09Cleanup prototype flags.Mike Pall6-25/+33
2011-06-09Remove bogus assertion for GC estimate vs. threshold.Mike Pall1-1/+0
2011-06-09Flatten and compress in-memory debug info (saves ~70%).Mike Pall14-165/+344
2011-06-07Move debugging/introspection functionality to lj_debug.c.Mike Pall13-457/+521
2011-06-07Fix compiler warning.Mike Pall1-3/+3
2011-06-07FFI: Print NULL pointers as "cdata<... *>: NULL".Mike Pall1-0/+4
2011-06-07FFI: Show address pointed to for tostring(pointer).Mike Pall2-4/+9