aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/x64: Call external symbols directly from interpreter code.Mike Pall2014-12-081-2/+2
* 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
| * 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
* | Refactor string.format().Mike Pall2013-05-121-1/+2
* | String buffer refactoring, part 1.Mike Pall2013-02-271-1/+1
* | Don't modify generated libbc header if unchanged.Mike Pall2013-02-221-1/+1
* | Add support for embedding LuaJIT bytecode for builtins.Mike Pall2013-02-221-1/+5
* | x86: Remove x87 support from interpreter.Mike Pall2013-02-211-10/+1
|/
* Clarify comments in Makefile on -DLUAJIT_ENABLE_LUA52COMPAT.Mike Pall2012-10-041-3/+4
* Move load/dump functions to lj_load.c. Add load modes.Mike Pall2012-09-211-1/+1
* Remove old Makefile rules.Mike Pall2012-08-261-5/+1
* Replace strtod() with builtin string to number conversion.Mike Pall2012-08-251-2/+2
* Handle cross-compiles with FPU/no-FPU or hard-fp/soft-fp ABI mismatch.Mike Pall2012-07-291-1/+7
* Change DynASM bit operations to use Lua BitOp.Mike Pall2012-07-081-1/+1
* Add allocation sinking and store sinking optimization.Mike Pall2012-07-021-1/+1
* Fix build issues on Cygwin and MinGW with optional MSys.Mike Pall2012-06-221-13/+23
* CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter.Mike Pall2012-06-131-1/+4
* x64: Fix DynASM defines.Mike Pall2012-06-121-1/+3
* OSX: Change dylib names to be consistent with other platforms.Mike Pall2012-06-111-1/+1
* ARM: Cleanup interpreter.Mike Pall2012-06-111-0/+6
* x86/x64: Clean up interpreter.Mike Pall2012-06-101-17/+2
* Pass various build, arch and OS flags to DynASM.Mike Pall2012-06-101-6/+39
* CONSOLE: Fix PS3 build.Mike Pall2012-06-101-3/+17
* Reorganize build process.Mike Pall2012-06-091-92/+75
* Move lib/* to src/jit/*.Mike Pall2012-06-081-1/+1
* Split-off large-file support flags to TARGET_LFSFLAGS.Mike Pall2012-06-051-1/+2
* Add more comparison variants to Valgrind suppressions file.Mike Pall2012-04-261-0/+1
* Fix OSX build issues. Bump minimum required OSX version to 10.4Mike Pall2012-03-281-5/+8
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* MIPS: Add interpreter. Enable MIPS build rules.Mike Pall2012-01-231-3/+2
* MIPS: Add build rules (non-functional, yet).Mike Pall2011-12-151-1/+17
* Auto-detect target arch via cross-compiler. Drop TARGET=arch.Mike Pall2011-12-151-4/+5
* FFI: Add callback support (for x86/x64).Mike Pall2011-11-141-2/+2
* Allow selection of single-number vs. dual-number mode in Makefile.Mike Pall2011-10-241-0/+6
* Fix install_name and versioning on OSX.Mike Pall2011-07-031-9/+6
* PPC: Add build rules for PPC interpreter (non-functional, yet).Mike Pall2011-07-031-1/+13
* PPC: Separate PPC vs. PPCSPE interpreter source files.Mike Pall2011-07-031-4/+4