2012-10-17 |
Mike Pall | Extended Android build instructions. |
commit | commitdiff | tree |
2012-10-17 |
Mike Pall | Fix Android/x86 build. |
commit | commitdiff | tree |
2012-10-16 |
Mike Pall | RELEASE LuaJIT-2.0.0-beta11 v2.0.0-beta11 |
commit | commitdiff | tree |
2012-10-16 |
Mike Pall | Update changelog. |
commit | commitdiff | tree |
2012-10-15 |
Mike Pall | MIPS: Compile math.sqrt() to sqrt.d instruction. |
commit | commitdiff | tree |
2012-10-15 |
Mike Pall | PPC: Compile math.sqrt() to fsqrt instruction. |
commit | commitdiff | tree |
2012-10-15 |
Mike Pall | ARM: Drop hard-fp variants of floor/ceil/trunc. |
commit | commitdiff | tree |
2012-10-15 |
Mike Pall | DynASM/ARM: Fix conditional VFP instruction encoding. |
commit | commitdiff | tree |
2012-10-15 |
Mike Pall | ARM, MIPS: Fix workaround for argument GPRs vs. FPR... |
commit | commitdiff | tree |
2012-10-14 |
Mike Pall | Workaround for broken Android sprintf("%g", -0.0). |
commit | commitdiff | tree |
2012-10-14 |
Mike Pall | Update Android install docs. |
commit | commitdiff | tree |
2012-10-14 |
Mike Pall | Add note to recalcitrant distro maintainers. |
commit | commitdiff | tree |
2012-10-14 |
Mike Pall | Documentation cleanup and reorganization. |
commit | commitdiff | tree |
2012-10-13 |
Mike Pall | Documentation layout changes. |
commit | commitdiff | tree |
2012-10-12 |
Mike Pall | From Lua 5.2: Add package.loadlib(libname, "*"). |
commit | commitdiff | tree |
2012-10-12 |
Mike Pall | From Lua 5.2: Add format options to io.lines(). |
commit | commitdiff | tree |
2012-10-11 |
Mike Pall | Fix assertion. |
commit | commitdiff | tree |
2012-10-10 |
Mike Pall | FFI: Update docs on FFI semantics. |
commit | commitdiff | tree |
2012-10-10 |
Mike Pall | FFI: Compile ffi.gc(). |
commit | commitdiff | tree |
2012-10-10 |
Mike Pall | FFI: Compile ffi.sizeof(), ffi.alignof() and ffi.offset... |
commit | commitdiff | tree |
2012-10-09 |
Mike Pall | FFI: Compile array/struct copies. |
commit | commitdiff | tree |
2012-10-09 |
Mike Pall | FFI: Optimize ffi.copy() and ffi.fill(). |
commit | commitdiff | tree |
2012-10-09 |
Mike Pall | Add LJ_TARGET_UNALIGNED. |
commit | commitdiff | tree |
2012-10-09 |
Mike Pall | Add FOLD rules for CONV.int.i8/u8/i16/u16 of KINT. |
commit | commitdiff | tree |
2012-10-09 |
Mike Pall | Don't use stack unwinding for lua_yield(). |
commit | commitdiff | tree |
2012-10-08 |
Mike Pall | FFI: Add support for copy constructors. |
commit | commitdiff | tree |
2012-10-07 |
Mike Pall | PPC: Fix string.sub() range check. |
commit | commitdiff | tree |
2012-10-07 |
Mike Pall | From Lua 5.2: Add string.rep(s, n, sep). |
commit | commitdiff | tree |
2012-10-07 |
Mike Pall | From Lua 5.2: Add math.log(x, base). |
commit | commitdiff | tree |
2012-10-04 |
Mike Pall | Clarify comments in Makefile on -DLUAJIT_ENABLE_LUA52CO... |
commit | commitdiff | tree |
2012-10-03 |
Mike Pall | Fix scope for resolving break labels. |
commit | commitdiff | tree |
2012-10-02 |
Mike Pall | Fix x64 build. |
commit | commitdiff | tree |
2012-10-02 |
Mike Pall | From Lua 5.2: '%s' option to string.format() behaves... |
commit | commitdiff | tree |
2012-10-02 |
Mike Pall | From Lua 5.2: Return nil for bad position in string... |
commit | commitdiff | tree |
2012-10-02 |
Mike Pall | Move a GC macro. |
commit | commitdiff | tree |
2012-10-01 |
Mike Pall | From Lua 5.2: Add luaL_traceback(). |
commit | commitdiff | tree |
2012-09-28 |
Mike Pall | Update dependencies. |
commit | commitdiff | tree |
2012-09-28 |
Mike Pall | From Lua 5.2: Allow mixed metamethods for ordered compa... |
commit | commitdiff | tree |
2012-09-28 |
Mike Pall | From Lua 5.2: Remove error for ambiguous function call... |
commit | commitdiff | tree |
2012-09-28 |
Mike Pall | From Lua 5.2: Return file object for io.write() and... |
commit | commitdiff | tree |
2012-09-28 |
Mike Pall | From Lua 5.2: Add table.pack(). Needs -DLUAJIT_ENABLE_L... |
commit | commitdiff | tree |
2012-09-27 |
Mike Pall | FFI: ctypeid of ctype object is immutable. |
commit | commitdiff | tree |
2012-09-27 |
Mike Pall | Fold KPTR + offset in SPLIT pass. |
commit | commitdiff | tree |
2012-09-27 |
Mike Pall | x86: Fix register allocation for calls returning regist... |
commit | commitdiff | tree |
2012-09-24 |
Mike Pall | From Lua 5.2: Extended results from os.execute() and... |
commit | commitdiff | tree |
2012-09-24 |
Mike Pall | From Lua 5.2: Add debug.getuservalue() and debug.setuse... |
commit | commitdiff | tree |
2012-09-24 |
Mike Pall | From Lua 5.2: Add rawlen(). Needs -DLUAJIT_ENABLE_LUA52... |
commit | commitdiff | tree |
2012-09-24 |
Mike Pall | Rearrange library functions to get a fixed FF_next. |
commit | commitdiff | tree |
2012-09-24 |
Mike Pall | Remove some library functions for no-JIT/no-FFI builds. |
commit | commitdiff | tree |
2012-09-24 |
Mike Pall | Allow conditional inclusion of builtin library functions. |
commit | commitdiff | tree |
2012-09-21 |
Mike Pall | From Lua 5.2: Add mode and env arguments to load*(). |
commit | commitdiff | tree |
2012-09-21 |
Mike Pall | Move load/dump functions to lj_load.c. Add load modes. |
commit | commitdiff | tree |
2012-09-21 |
Mike Pall | Fix package.searchpath(). |
commit | commitdiff | tree |
2012-09-20 |
Mike Pall | Fix last commit. |
commit | commitdiff | tree |
2012-09-20 |
Mike Pall | From Lua 5.2: Add debug.upvalueid() and debug.upvaluejo... |
commit | commitdiff | tree |
2012-09-20 |
Mike Pall | From Lua 5.2: debug.getinfo(..., "u") returns nparams... |
commit | commitdiff | tree |
2012-09-20 |
Mike Pall | Fix 'f' and 'L' options for debug.getinfo() and lua_get... |
commit | commitdiff | tree |
2012-09-19 |
Mike Pall | Disable LUA_COMPAT_GFIND and LUA_COMPAT_MOD in Lua... |
commit | commitdiff | tree |
2012-09-19 |
Mike Pall | From Lua 5.2: debug.setmetatable() returns object. |
commit | commitdiff | tree |
2012-09-19 |
Mike Pall | From Lua 5.2: 'break' allowed anywhere. |
commit | commitdiff | tree |
2012-09-19 |
Mike Pall | From Lua 5.2: debug.getlocal() accepts function arg... |
commit | commitdiff | tree |
2012-09-19 |
Mike Pall | From Lua 5.2: debug.getlocal()/setlocal() treats slot... |
commit | commitdiff | tree |
2012-09-19 |
Mike Pall | From Lua 5.2: debug.getupvalue() returns "" for C funct... |
commit | commitdiff | tree |
2012-09-16 |
Mike Pall | From Lua 5.2: Add goto and ::label:: statements. |
commit | commitdiff | tree |
2012-09-12 |
Mike Pall | Fix despecialization of ITERN when already running. |
commit | commitdiff | tree |
2012-09-12 |
Mike Pall | Use 0/1 macro for Lua 5.2 compatibility. |
commit | commitdiff | tree |
2012-09-12 |
Mike Pall | Add more assertions for stack consistency during recording. |
commit | commitdiff | tree |
2012-09-10 |
Mike Pall | FFI: Correctly propagate alignment when interning neste... |
commit | commitdiff | tree |
2012-09-08 |
Mike Pall | FFI: Always resolve metamethods for pointers to structs. |
commit | commitdiff | tree |
2012-09-03 |
Mike Pall | FFI: Handle __pairs/__ipairs metamethods for cdata... |
commit | commitdiff | tree |
2012-09-03 |
Mike Pall | Fix recording of ctype() constructors for pointers. |
commit | commitdiff | tree |
2012-08-31 |
Mike Pall | Preserve snapshot #0 PC for all traces (potential gcste... |
commit | commitdiff | tree |
2012-08-30 |
Mike Pall | Add check for unsupported MIPS soft-float targets. |
commit | commitdiff | tree |
2012-08-28 |
Mike Pall | Limit recursion depth in string.match() et al. |
commit | commitdiff | tree |
2012-08-28 |
Mike Pall | Don't constify upvalues that may retain large amounts... |
commit | commitdiff | tree |
2012-08-27 |
Mike Pall | FFI: Detect type punning through unions. |
commit | commitdiff | tree |
2012-08-27 |
Mike Pall | Add table of IR type sizes. |
commit | commitdiff | tree |
2012-08-27 |
Mike Pall | ARM, PPC, MIPS: Improve XLOAD operand fusion and regist... |
commit | commitdiff | tree |
2012-08-27 |
Mike Pall | Fix underflow handling in builtin string to number... |
commit | commitdiff | tree |
2012-08-26 |
Mike Pall | Replace some trivial uses of fprintf() with fputs. |
commit | commitdiff | tree |
2012-08-26 |
Mike Pall | Replace divisions with simpler code. |
commit | commitdiff | tree |
2012-08-26 |
Mike Pall | Fix compilation with FFI disabled. |
commit | commitdiff | tree |
2012-08-26 |
Mike Pall | Remove old Makefile rules. |
commit | commitdiff | tree |
2012-08-25 |
Mike Pall | Replace strtod() with builtin string to number conversion. |
commit | commitdiff | tree |
2012-08-25 |
Mike Pall | Add support for '%a' and '%A' to string.format. |
commit | commitdiff | tree |
2012-08-25 |
Mike Pall | ARM: Fix base register coalescing. |
commit | commitdiff | tree |
2012-08-25 |
Mike Pall | ARM: Fix commit ceaa60c0. |
commit | commitdiff | tree |
2012-08-20 |
Mike Pall | Minor fixes to FOLD rules. |
commit | commitdiff | tree |
2012-08-19 |
Mike Pall | ARM: Fix hard-float lj_vm_trunc() (used by compiled... |
commit | commitdiff | tree |
2012-08-19 |
Mike Pall | MIPS: Don't use argument GPRs to rematerialize FPR... |
commit | commitdiff | tree |
2012-08-19 |
Mike Pall | ARM: Don't use argument GPRs to rematerialize FPR argum... |
commit | commitdiff | tree |
2012-08-19 |
Mike Pall | ARM, MIPS, PPC: Rematerialize FPR invariants first. |
commit | commitdiff | tree |
2012-08-19 |
Mike Pall | MIPS: Fix calls to floor/ceil/trunc. |
commit | commitdiff | tree |
2012-08-19 |
Mike Pall | ARM: Fix calls to hard-float floor/ceil/trunc. |
commit | commitdiff | tree |
2012-08-16 |
Mike Pall | Fix shrinking of direct mapped block in builtin allocator. |
commit | commitdiff | tree |
2012-08-15 |
Mike Pall | Fix last commit. |
commit | commitdiff | tree |
2012-08-15 |
Mike Pall | FOLD x / 2^k ==> x * 2^-k. |
commit | commitdiff | tree |
2012-08-14 |
Mike Pall | x86: Simplify error message for CPUs lacking CMOV. |
commit | commitdiff | tree |
2012-08-11 |
Mike Pall | FFI: Don't keep CType * across call. Callback may reall... |
commit | commitdiff | tree |
2012-08-11 |
Mike Pall | Do not use DWARF unwinder on Windows. |
commit | commitdiff | tree |
next |