Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-05-04 | 1 | -3/+7 | |
|\| | ||||||
| * | x86/x64: Fix argument check for bit shifts. | Mike Pall | 2015-05-04 | 1 | -3/+7 | |
| | | ||||||
* | | x64: Add LJ_GC64 mode interpreter. | Mike Pall | 2015-05-04 | 8 | -5/+4906 | |
| | | | | | | | | Enable this mode with: make XCFLAGS=-DLUAJIT_ENABLE_GC64 | |||||
* | | Fix broken Windows build. | Mike Pall | 2015-04-29 | 1 | -2/+2 | |
| | | ||||||
* | | Disable trace stitching (for now) due to a design mistake. | Mike Pall | 2015-04-28 | 2 | -0/+34 | |
| | | | | | | | | | | Thanks to Elias Hogstvedt for finding a test case for a well known, but hard to track down issue with trace stitching. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-04-28 | 1 | -3/+11 | |
|\| | ||||||
| * | Fix stack check in narrowing optimization. | Mike Pall | 2015-04-28 | 1 | -3/+11 | |
| | | | | | | | | Thanks to Robert Nix. | |||||
* | | ARM64: Fix math.floor/math.ceil for string args. | Mike Pall | 2015-04-15 | 1 | -0/+1 | |
| | | ||||||
* | | DynASM/PPC: Add sub/shift/rotate/clear instruction aliases. | Mike Pall | 2015-04-12 | 2 | -12/+88 | |
| | | ||||||
* | | DynASM/PPC: Add support for parameterized shifts/masks. | Mike Pall | 2015-04-12 | 2 | -6/+14 | |
| | | ||||||
* | | PPC: Fix cross-endian builds. | Mike Pall | 2015-04-12 | 2 | -0/+7 | |
| | | ||||||
* | | PPC: Fix write barrier in BC_TSETR. | Mike Pall | 2015-04-09 | 1 | -2/+2 | |
| | | | | | | | | Thanks to Gustavo Serra Scalet. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-03-11 | 1 | -11/+2 | |
|\| | ||||||
| * | Doc cleanup. | Mike Pall | 2015-03-11 | 1 | -11/+2 | |
| | | ||||||
* | | PPC64: Add build infrastructure. | Mike Pall | 2015-03-06 | 8 | -18/+50 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-03-05 | 1 | -3/+17 | |
|\| | ||||||
| * | Fix Lua/C API typecheck error for special indexes. | Mike Pall | 2015-03-05 | 1 | -3/+17 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-03-02 | 1 | -3/+8 | |
|\| | ||||||
| * | FFI: Fix FOLD rule for TOBIT + CONV num.u32. | Mike Pall | 2015-03-02 | 1 | -3/+8 | |
| | | | | | | | | Thanks to Jiale Zhi. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-02-25 | 1 | -1/+6 | |
|\| | ||||||
| * | ARM: Handle more arch defines. | Mike Pall | 2015-02-25 | 1 | -1/+3 | |
| | | ||||||
| * | Properly fail unsupported cross-compile to MIPS64. | Mike Pall | 2015-02-25 | 1 | -0/+3 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-02-22 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix string to number conversion. | Mike Pall | 2015-02-22 | 1 | -1/+1 | |
| | | | | | | | | Thanks to Lesley De Cruz. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-02-21 | 1 | -2/+6 | |
|\| | ||||||
| * | x86/x64: Fix code generation for fused test/arith ops. | Mike Pall | 2015-02-21 | 1 | -2/+6 | |
| | | | | | | | | Thanks to Alexander Nasonov and AFL. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-02-18 | 1 | -0/+1 | |
|\| | ||||||
| * | FFI: Prevent DSE across ffi.string(). | Mike Pall | 2015-02-18 | 1 | -0/+1 | |
| | | ||||||
* | | LJ_FR2: Fix bytecode generation for method lookups. | Mike Pall | 2015-02-08 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-02-02 | 1 | -0/+1 | |
|\| | ||||||
| * | Fix lexer error for chunks without tokens. | Mike Pall | 2015-02-02 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-17 | 2 | -2/+17 | |
|\| | ||||||
| * | Don't compile IR_RETF after CALLT to ff with-side effects. | Mike Pall | 2015-01-17 | 1 | -0/+2 | |
| | | ||||||
| * | OpenBSD/x86: Better executable memory allocation for W^X mode. | Mike Pall | 2015-01-17 | 1 | -2/+15 | |
| | | ||||||
* | | DynASM/PPC: Add missing PPC64 instructions and various extensions. | Mike Pall | 2015-01-14 | 2 | -6/+592 | |
| | | | | | | | | Contributed by Caio Souza Oliveira. | |||||
* | | iOS/ARM64: Fix target OS detection. | Mike Pall | 2015-01-08 | 1 | -1/+1 | |
| | | ||||||
* | | LJ_GC64: Return true for ffi.abi("gc64"). | Mike Pall | 2015-01-07 | 2 | -0/+5 | |
| | | ||||||
* | | ARM64: Add FFI support. | Mike Pall | 2015-01-07 | 7 | -20/+412 | |
| | | ||||||
* | | iOS/ARM64: The frame pointer is required. | Mike Pall | 2015-01-07 | 1 | -0/+3 | |
| | | ||||||
* | | LJ_FR2: Fix lua_settable() and lua_setfield(). | Mike Pall | 2015-01-07 | 1 | -2/+2 | |
| | | ||||||
* | | DynASM/ARM64: Fix checks for scaled immediates. | Mike Pall | 2015-01-07 | 1 | -2/+3 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 189 | -208/+208 | |
|\| | ||||||
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 177 | -195/+195 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-05 | 1 | -2/+4 | |
|\| | ||||||
| * | Fix BC_UCLO/BC_JMP join optimization in Lua parser. | Mike Pall | 2015-01-05 | 1 | -2/+4 | |
| | | ||||||
* | | Fix MSVC build. | Mike Pall | 2015-01-05 | 1 | -3/+8 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-05 | 2 | -6/+4 | |
|\| | ||||||
| * | ARM: Minor interpreter optimization. | Mike Pall | 2015-01-05 | 1 | -3/+2 | |
| | | ||||||
| * | x86: Minor interpreter optimization. | Mike Pall | 2015-01-05 | 1 | -2/+1 | |
| | | ||||||
* | | ARM64: Update docs. | Mike Pall | 2015-01-04 | 2 | -2/+12 | |
| | |