Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Document support for Lua 5.2 extension of loadfile(). | Mike Pall | 2013-04-09 | 1 | -2/+3 | |
| | | ||||||
| * | Inhibit DSE for implicit loads via calls. | Mike Pall | 2013-04-09 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-04-05 | 1 | -1/+2 | |
|\| | ||||||
| * | Fix jump-range constrained mcode allocation. | Mike Pall | 2013-04-05 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-04-04 | 4 | -8/+33 | |
|\| | ||||||
| * | Fix spurious red zone overflows in machine code generation. | Mike Pall | 2013-04-04 | 4 | -2/+31 | |
| | | ||||||
| * | FFI/x86: Fix register allocation for 64 bit comparisons. | Mike Pall | 2013-04-04 | 1 | -6/+2 | |
| | | ||||||
* | | Tune string concatenation. | Mike Pall | 2013-03-25 | 1 | -36/+22 | |
| | | ||||||
* | | Optimize and refactor printing of numbers to buffers. | Mike Pall | 2013-03-25 | 5 | -63/+70 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-03-23 | 1 | -19/+27 | |
|\| | ||||||
| * | FFI: Fix snapshot substitution in SPLIT pass. | Mike Pall | 2013-03-23 | 1 | -19/+27 | |
| | | ||||||
* | | Use string buffer for string.format(). | Mike Pall | 2013-03-21 | 3 | -104/+117 | |
| | | ||||||
* | | Use string buffer for string.dump(). | Mike Pall | 2013-03-20 | 1 | -6/+8 | |
| | | ||||||
* | | Use string buffer for os.date(). | Mike Pall | 2013-03-20 | 2 | -16/+21 | |
| | | ||||||
* | | Use string buffer for table.concat(). | Mike Pall | 2013-03-20 | 2 | -11/+18 | |
| | | ||||||
* | | Clean up TValue to buffer conversions. | Mike Pall | 2013-03-18 | 6 | -39/+43 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-03-17 | 4 | -4/+8 | |
|\| | ||||||
| * | DynASM: Improve validation of local backwards relocations. | Mike Pall | 2013-03-17 | 4 | -4/+8 | |
| | | ||||||
* | | FFI: Add 64 bit bitwise operations. | Mike Pall | 2013-03-14 | 12 | -60/+495 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-03-13 | 1 | -2/+2 | |
|\| | ||||||
| * | Fix rotate definitions for variable shifts. | Mike Pall | 2013-03-13 | 1 | -2/+2 | |
| | | ||||||
* | | ARM: Rearrange global_State to satisfy imm12 encoding constraints. | Mike Pall | 2013-03-13 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-03-04 | 1 | -0/+4 | |
|\| | ||||||
| * | Add missing GC steps for io.* functions. | Mike Pall | 2013-03-03 | 1 | -0/+4 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-02-28 | 2 | -0/+2 | |
|\| | ||||||
| * | MIPS: Fix cache flush/sync for JIT-compiled code jump area. | Mike Pall | 2013-02-28 | 1 | -0/+1 | |
| | | ||||||
| * | ARM: Fix cache flush/sync for exit stubs of JIT-compiled code. | Mike Pall | 2013-02-28 | 1 | -0/+1 | |
| | | ||||||
* | | String buffer refactoring, part 4. | Mike Pall | 2013-02-28 | 11 | -62/+68 | |
| | | | | | | | | Add lua_State pointer to SBuf for buffer resizing. | |||||
* | | String buffer refactoring, part 3. | Mike Pall | 2013-02-28 | 4 | -62/+50 | |
| | | | | | | | | Switch to pointers for start/end of buffer in lexer. | |||||
* | | Cleanup lexer source code. | Mike Pall | 2013-02-28 | 5 | -204/+218 | |
| | | ||||||
* | | String buffer refactoring, part 2. | Mike Pall | 2013-02-27 | 18 | -336/+334 | |
| | | | | | | | | | | Switch to pointers for start/pos/end of buffer. Abstract out some buffer writers. | |||||
* | | String buffer refactoring, part 1. | Mike Pall | 2013-02-27 | 22 | -184/+197 | |
| | | | | | | | | | | Move string buffer handling to lj_buf.*. Use common buffer resizing function. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-02-26 | 1 | -6/+8 | |
|\| | ||||||
| * | Allow changing *.dll/*.lib name in msvcbuild.bat. | Mike Pall | 2013-02-26 | 1 | -6/+8 | |
| | | ||||||
* | | Replace table.remove with bytecode builtin. | Mike Pall | 2013-02-24 | 3 | -55/+30 | |
| | | ||||||
* | | Fix genlibbc. | Mike Pall | 2013-02-24 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-02-24 | 1 | -3/+3 | |
|\| | ||||||
| * | Properly fix MSVC intrinsics for older versions. | Mike Pall | 2013-02-24 | 1 | -3/+3 | |
| | | ||||||
* | | Replace table.getn/foreach/foreachi with bytecode builtins. | Mike Pall | 2013-02-23 | 8 | -99/+37 | |
| | | ||||||
* | | Add special bytecodes for builtins. | Mike Pall | 2013-02-23 | 16 | -38/+614 | |
| | | | | | | | | | | BC_ISTYPE, BC_ISNUM: fast type checks/coercions. BC_TGETR, BC_TSETR: fast rawgeti/rawseti, no type checks for table/key. | |||||
* | | Remove obsolete non-truncating number to integer conversions. | Mike Pall | 2013-02-23 | 12 | -55/+31 | |
| | | ||||||
* | | Don't modify generated libbc header if unchanged. | Mike Pall | 2013-02-22 | 2 | -20/+57 | |
| | | ||||||
* | | Replace math.deg/math.rad with builtin Lua function. | Mike Pall | 2013-02-22 | 9 | -53/+8 | |
| | | ||||||
* | | Add support for embedding LuaJIT bytecode for builtins. | Mike Pall | 2013-02-22 | 12 | -31/+199 | |
| | | ||||||
* | | x86/x64: Drop xmm register/memory move tuning for K8. | Mike Pall | 2013-02-21 | 4 | -26/+14 | |
| | | ||||||
* | | x86: Remove x87 support from interpreter. | Mike Pall | 2013-02-21 | 7 | -645/+100 | |
| | | | | | | | | SSE2 required from now on. | |||||
* | | BRANCH LuaJIT-2.1 | Mike Pall | 2013-02-21 | 9 | -20/+27 | |
|/ | ||||||
* | Fix memory access check for fast string interning. | Mike Pall | 2013-02-21 | 1 | -2/+2 | |
| | ||||||
* | RELEASE LuaJIT-2.0.1 (fixed)v2.0.1-fixed | Mike Pall | 2013-02-19 | 4 | -4/+4 | |
| | ||||||
* | RELEASE LuaJIT-2.0.1v2.0.1 | Mike Pall | 2013-02-19 | 8 | -12/+12 | |
| |