| Commit message (Expand) | Author | Files | Lines |
2013-01-14 | x86/x64: Always mark ref for shift count as non-weak. | Mike Pall | 1 | -3/+2 |
2013-01-14 | Another fix for PS3 build. | Mike Pall | 1 | -1/+6 |
2013-01-11 | PPC/e500: Remove assembler code for lj_vm_foldarith(). | Mike Pall | 1 | -32/+0 |
2013-01-11 | Remove redundant code in jit/*.lua. | Mike Pall | 2 | -2/+0 |
2013-01-11 | Remove fictitious Solaris define. | Mike Pall | 4 | -5/+4 |
2013-01-11 | Fix PS3 build. | Mike Pall | 2 | -3/+9 |
2013-01-11 | Fix discharge order of comparisons in Lua parser. | Mike Pall | 1 | -0/+1 |
2013-01-03 | Allow using MSVC intrinsics with older versions. | Mike Pall | 1 | -0/+2 |
2013-01-02 | FFI: Fix code generation for bool call result check on x86/x64. | Mike Pall | 1 | -2/+17 |
2012-12-10 | ARM: Handle armv7s arch defines. | Mike Pall | 1 | -1/+1 |
2012-12-06 | Leave hook when resume catches error thrown from hook. | Mike Pall | 1 | -0/+1 |
2012-12-02 | ARM: Fix code generation for integer math.min/math.max. | Mike Pall | 1 | -2/+2 |
2012-12-02 | ARM: Fix armhf call argument handling. | Mike Pall | 1 | -1/+1 |
2012-11-26 | FFI: Add debug define to check for unanchored CTypes. | Mike Pall | 1 | -0/+13 |
2012-11-16 | Add missing GC steps for template table creation. | Mike Pall | 1 | -0/+1 |
2012-11-15 | FFI: Change priority of table initializer variants for structs. | Mike Pall | 2 | -9/+10 |
2012-11-14 | Prevent erroneous x64 builds with non-native exception handling. | Mike Pall | 1 | -1/+5 |
2012-11-14 | Don't clear frame for out-of-memory error. | Mike Pall | 1 | -1/+0 |
2012-11-14 | Fix assertion. | Mike Pall | 1 | -1/+1 |
2012-11-13 | Mention -Osink in docs. | Mike Pall | 1 | -0/+2 |
2012-11-13 | x64: Don't fuse implicitly 32-to-64 extended operands. | Mike Pall | 1 | -6/+18 |
2012-11-08 | RELEASE LuaJIT-2.0.0-rc3v2.0.0-rc3v2.0.0 | Mike Pall | 1 | -4/+6 |
2012-11-07 | FFI: Clarify callback docs. | Mike Pall | 1 | -6/+7 |
2012-11-07 | Improve iOS install docs. | Mike Pall | 1 | -2/+2 |
2012-11-07 | FFI: Mention __thiscall attribute in docs. | Mike Pall | 1 | -3/+3 |
2012-11-07 | ARM: Fix ordered comparisons for number <=> non-number. | Mike Pall | 1 | -0/+2 |
2012-11-07 | FFI: Fix stack-adjustment for __thiscall callbacks. | Mike Pall | 1 | -5/+2 |
2012-11-06 | RELEASE LuaJIT-2.0.0-rc2v2.0.0-rc2 | Mike Pall | 1 | -1/+6 |
2012-11-06 | FFI: Fix recording of bool call result check on x86/x64. | Mike Pall | 3 | -2/+9 |
2012-11-06 | FFI: Fix signedness of bool. | Mike Pall | 1 | -1/+1 |
2012-11-06 | Don't propagate implicitly widened number to index metamethods. | Mike Pall | 1 | -1/+1 |
2012-11-06 | Fix CONV.num.int sinking. | Mike Pall | 1 | -3/+12 |
2012-11-06 | Don't create unneeded array part for template tables. | Mike Pall | 1 | -1/+1 |
2012-10-31 | RELEASE LuaJIT-2.0.0-rc1v2.0.0-rc1 | Mike Pall | 5 | -9/+8 |
2012-10-31 | Update docs for release candidate. | Mike Pall | 5 | -41/+9 |
2012-10-31 | Update changelog. | Mike Pall | 1 | -4/+16 |
2012-10-31 | Install bin/luajit symlink for non-beta releases. | Mike Pall | 1 | -9/+3 |
2012-10-29 | FFI: Fix code generation for replay of sunk float fields. | Mike Pall | 1 | -1/+1 |
2012-10-28 | Document tonumber() enhancements. | Mike Pall | 1 | -1/+12 |
2012-10-24 | Fix builtin string to number conversion for INT_MIN. | Mike Pall | 1 | -11/+10 |
2012-10-24 | Remove strict.lua. | Mike Pall | 1 | -41/+0 |
2012-10-24 | Release planning update. | Mike Pall | 1 | -3/+4 |
2012-10-21 | Replace error with PANIC for callbacks from JIT-compiled code. | Mike Pall | 2 | -3/+23 |
2012-10-21 | Fix detection of immutable upvalues. | Mike Pall | 2 | -60/+67 |
2012-10-19 | Fix recording of equality comparisons with __eq metamethods. | Mike Pall | 1 | -5/+3 |
2012-10-17 | Extended Android build instructions. | Mike Pall | 1 | -4/+33 |
2012-10-17 | Fix Android/x86 build. | Mike Pall | 1 | -1/+1 |
2012-10-16 | RELEASE LuaJIT-2.0.0-beta11v2.0.0-beta11 | Mike Pall | 10 | -30/+21 |
2012-10-16 | Update changelog. | Mike Pall | 1 | -0/+100 |
2012-10-15 | MIPS: Compile math.sqrt() to sqrt.d instruction. | Mike Pall | 2 | -0/+3 |