aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'master' into v2.1Mike Pall2017-06-121-1/+2
|\|
| * Modify fix for warning from 'ar'.Mike Pall2017-06-121-1/+2
| |
| * RELEASE LuaJIT-2.0.5v2.0.5Mike Pall2017-05-011-1/+1
| |
* | ARM64: Add big-endian support.Mike Pall2017-03-301-0/+3
| | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* | Merge branch 'master' into v2.1Mike Pall2017-03-081-3/+1
|\|
| * Fix annoying warning, due to deterministic binutils configuration.Mike Pall2017-03-081-3/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
| |
* | LJ_GC64: Add build options and install instructions.Mike Pall2017-01-171-0/+3
| |
* | Merge branch 'master' into v2.1Mike Pall2016-07-311-4/+0
|\|
| * Revert "OSX: Switch to Clang as the default compiler."Mike Pall2016-07-311-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 Pall2016-06-031-2/+2
| |
* | MIPS64, part 1: Add MIPS64 support to interpreter.Mike Pall2016-05-281-1/+5
| | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | Use internal implementation for converting FP numbers to strings.Mike Pall2016-02-261-1/+1
| | | | | | | | Contributed by Peter Cawley.
* | MIPS: Switch to dual-number mode. Fix soft-float interpreter.Mike Pall2016-01-291-0/+5
| |
* | Add proper DynASM dependency.Mike Pall2016-01-181-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2015-10-241-18/+28
|\|
| * OSX: Switch to Clang as the default compiler.Mike Pall2015-10-241-18/+28
| |
* | Merge branch 'master' into v2.1Mike Pall2015-06-091-3/+4
|\|
| * x64: Allow building without external unwinder.Mike Pall2015-06-091-3/+4
| | | | | | | | Required for PS4 SDK 2.5. Thanks to James Park.
| * RELEASE LuaJIT-2.0.4v2.0.4Mike Pall2015-05-141-1/+1
| |
* | PPC: Fix cross-endian builds.Mike Pall2015-04-121-0/+5
| |
* | PPC64: Add build infrastructure.Mike Pall2015-03-061-1/+4
| |
* | iOS/ARM64: The frame pointer is required.Mike Pall2015-01-071-0/+3
| |
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
| |
* | PPC/e500: Drop support for this architecture.Mike Pall2015-01-041-5/+0
| |
* | ARM64: Add build infrastructure and initial port of interpreter.Mike Pall2015-01-031-1/+8
| |
* | Disable debug info for generated *.S to avoid confusing gdb.Mike Pall2014-12-161-3/+5
| |
* | Merge branch 'master' into v2.1Mike Pall2014-12-081-7/+3
|\|
| * Avoid error messages when building with Clang.Mike Pall2014-12-081-7/+3
| |
* | x86/x64: Call external symbols directly from interpreter code.Mike Pall2014-12-081-2/+2
| | | | | | | | Except for ELF/x86 PIC, where it's easier to use wrappers.
* | Merge branch 'master' into v2.1Mike Pall2014-04-221-2/+4
|\|
| * x64: Allow building with LUAJIT_USE_SYSMALLOC and LUAJIT_USE_VALGRIND.Mike Pall2014-04-211-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.3Mike Pall2014-03-121-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2014-01-201-1/+3
|\|
| * Fix OSX build issue.Mike Pall2014-01-201-1/+3
| |
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
| |
* | Low-overhead profiler, part 7: console ports.Mike Pall2013-09-101-0/+1
| |
* | Add low-overhead profiler. Part 1: interpreter, low-level C API.Mike Pall2013-09-021-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2013-07-091-3/+10
|\|
| * Add support for multilib distro builds.Mike Pall2013-07-091-3/+10
| |
* | Merge branch 'master' into v2.1Mike Pall2013-06-031-1/+1
|\|
| * RELEASE LuaJIT-2.0.2v2.0.2Mike Pall2013-06-031-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2013-05-161-1/+2
|\|
| * Add partial support for building with MingW64 GCC 4.8-SEH.Mike Pall2013-05-151-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 Pall2013-05-121-1/+2
| |