| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Revert "OSX: Switch to Clang as the default compiler." | Mike Pall | 2016-07-31 | 1 | -4/+0 | |
| | | | | | | | | | | | It breaks cross-compilation to Android. And host "gcc" aliases to "clang", anyway. | |||||
| * | | LJ_GC64: Allow optional use of the system memory allocator. | Mike Pall | 2016-06-03 | 1 | -2/+2 | |
| | | | ||||||
| * | | MIPS64, part 1: Add MIPS64 support to interpreter. | Mike Pall | 2016-05-28 | 1 | -1/+5 | |
| | | | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 | |
| |\| | ||||||
| | * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Use internal implementation for converting FP numbers to strings. | Mike Pall | 2016-02-26 | 1 | -1/+1 | |
| | | | | | | | | | Contributed by Peter Cawley. | |||||
| * | | MIPS: Switch to dual-number mode. Fix soft-float interpreter. | Mike Pall | 2016-01-29 | 1 | -0/+5 | |
| | | | ||||||
| * | | Add proper DynASM dependency. | Mike Pall | 2016-01-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2015-10-24 | 1 | -18/+28 | |
| |\| | ||||||
| | * | OSX: Switch to Clang as the default compiler. | Mike Pall | 2015-10-24 | 1 | -18/+28 | |
| | | | ||||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2015-06-09 | 1 | -3/+4 | |
| |\| | ||||||
| | * | x64: Allow building without external unwinder. | Mike Pall | 2015-06-09 | 1 | -3/+4 | |
| | | | | | | | | | Required for PS4 SDK 2.5. Thanks to James Park. | |||||
| | * | RELEASE LuaJIT-2.0.4v2.0.4 | Mike Pall | 2015-05-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | PPC: Fix cross-endian builds. | Mike Pall | 2015-04-12 | 1 | -0/+5 | |
| | | | ||||||
| * | | PPC64: Add build infrastructure. | Mike Pall | 2015-03-06 | 1 | -1/+4 | |
| | | | ||||||
| * | | iOS/ARM64: The frame pointer is required. | Mike Pall | 2015-01-07 | 1 | -0/+3 | |
| | | | ||||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 | |
| |\| | ||||||
| | * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | PPC/e500: Drop support for this architecture. | Mike Pall | 2015-01-04 | 1 | -5/+0 | |
| | | | ||||||
| * | | ARM64: Add build infrastructure and initial port of interpreter. | Mike Pall | 2015-01-03 | 1 | -1/+8 | |
| | | | ||||||
| * | | Disable debug info for generated *.S to avoid confusing gdb. | Mike Pall | 2014-12-16 | 1 | -3/+5 | |
| | | | ||||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2014-12-08 | 1 | -7/+3 | |
| |\| | ||||||
| | * | Avoid error messages when building with Clang. | Mike Pall | 2014-12-08 | 1 | -7/+3 | |
| | | | ||||||
| * | | x86/x64: Call external symbols directly from interpreter code. | Mike Pall | 2014-12-08 | 1 | -2/+2 | |
| | | | | | | | | | Except for ELF/x86 PIC, where it's easier to use wrappers. | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2014-04-22 | 1 | -2/+4 | |
| |\| | ||||||
| | * | x64: Allow building with LUAJIT_USE_SYSMALLOC and LUAJIT_USE_VALGRIND. | Mike Pall | 2014-04-21 | 1 | -2/+4 | |
| | | | | | | | | | | | | | Valgrind 3.9 killed MAP_32BIT support. Ugh. So now we have to rely on undocumented behavior where Valgrind always allocates from the bottom of memory. Alas, such a binary won't run properly without Valgrind. | |||||
| | * | RELEASE LuaJIT-2.0.3v2.0.3 | Mike Pall | 2014-03-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-20 | 1 | -1/+3 | |
| |\| | ||||||
| | * | Fix OSX build issue. | Mike Pall | 2014-01-20 | 1 | -1/+3 | |
| | | | ||||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-16 | 1 | -1/+1 | |
| |\| | ||||||
| | * | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Low-overhead profiler, part 7: console ports. | Mike Pall | 2013-09-10 | 1 | -0/+1 | |
| | | | ||||||
| * | | Add low-overhead profiler. Part 1: interpreter, low-level C API. | Mike Pall | 2013-09-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2013-07-09 | 1 | -3/+10 | |
| |\| | ||||||
| | * | Add support for multilib distro builds. | Mike Pall | 2013-07-09 | 1 | -3/+10 | |
| | | | ||||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2013-06-03 | 1 | -1/+1 | |
| |\| | ||||||
| | * | RELEASE LuaJIT-2.0.2v2.0.2 | Mike Pall | 2013-06-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2013-05-16 | 1 | -1/+2 | |
| |\| | ||||||
| | * | Add partial support for building with MingW64 GCC 4.8-SEH. | Mike Pall | 2013-05-15 | 1 | -1/+2 | |
| | | | | | | | | | | | Error handling works, C++ interoperability generally works. C++ destructors in libs compiled with G++ cause trouble (ok with MSVC). | |||||
| * | | Refactor string.format(). | Mike Pall | 2013-05-12 | 1 | -1/+2 | |
| | | | ||||||
| * | | String buffer refactoring, part 1. | Mike Pall | 2013-02-27 | 1 | -1/+1 | |
| | | | | | | | | | | | Move string buffer handling to lj_buf.*. Use common buffer resizing function. | |||||
| * | | Don't modify generated libbc header if unchanged. | Mike Pall | 2013-02-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add support for embedding LuaJIT bytecode for builtins. | Mike Pall | 2013-02-22 | 1 | -1/+5 | |
| | | | ||||||
| * | | x86: Remove x87 support from interpreter. | Mike Pall | 2013-02-21 | 1 | -10/+1 | |
| |/ | | | | SSE2 required from now on. | |||||
| * | Clarify comments in Makefile on -DLUAJIT_ENABLE_LUA52COMPAT. | Mike Pall | 2012-10-04 | 1 | -3/+4 | |
| | | ||||||
| * | Move load/dump functions to lj_load.c. Add load modes. | Mike Pall | 2012-09-21 | 1 | -1/+1 | |
| | | ||||||
| * | Remove old Makefile rules. | Mike Pall | 2012-08-26 | 1 | -5/+1 | |
| | | ||||||
| * | Replace strtod() with builtin string to number conversion. | Mike Pall | 2012-08-25 | 1 | -2/+2 | |
| | | ||||||
| * | Handle cross-compiles with FPU/no-FPU or hard-fp/soft-fp ABI mismatch. | Mike Pall | 2012-07-29 | 1 | -1/+7 | |
| | | ||||||
| * | Change DynASM bit operations to use Lua BitOp. | Mike Pall | 2012-07-08 | 1 | -1/+1 | |
| | | ||||||
