summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2022-01-151-1/+1
|
* Bump copyright date.Mike Pall2021-01-021-1/+1
|
* Fix Makefile dependencies.Mike Pall2020-08-051-1/+1
| | | | Thanks to Stefanos Chaliasos.
* Fix Windows make clean.Mike Pall2020-04-281-1/+1
|
* Bump copyright date.Mike Pall2020-01-201-1/+1
|
* OSX: Don't set a default MACOSX_DEPLOYMENT_TARGET.Mike Pall2019-12-081-1/+1
|
* Build MinGW import library, too.Mike Pall2019-12-081-1/+2
| | | | Thanks to Tarnyko.
* Fix MinGW make clean.Mike Pall2019-12-081-1/+1
| | | | Reported by Shmuel Zeigerman.
* Fix MinGW build.Mike Pall2019-01-101-1/+1
| | | | Thanks to Victor Bombi.
* Better detection of MinGW build.Mike Pall2019-01-101-0/+4
|
* Modify fix for warning from 'ar'.Mike Pall2017-06-121-1/+2
|
* RELEASE LuaJIT-2.0.5v2.0.5Mike Pall2017-05-011-1/+1
|
* Fix annoying warning, due to deterministic binutils configuration.Mike Pall2017-03-081-3/+1
|
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
|
* 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.
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
|
* OSX: Switch to Clang as the default compiler.Mike Pall2015-10-241-18/+28
|
* 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
|
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
|
* Avoid error messages when building with Clang.Mike Pall2014-12-081-7/+3
|
* 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
|
* Fix OSX build issue.Mike Pall2014-01-201-1/+3
|
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
|
* Add support for multilib distro builds.Mike Pall2013-07-091-3/+10
|
* RELEASE LuaJIT-2.0.2v2.0.2Mike Pall2013-06-031-1/+1
|
* 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).
* 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
| | | | PS3 build command: make HOST_CC="gcc -m32" CROSS=ppu-lv2-
* 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
| | | | Use DynASM defines instead of C defines.
* x86/x64: Clean up interpreter.Mike Pall2012-06-101-17/+2
| | | | | Use DynASM defines instead of C defines. Remove support for ancient CPUs without CMOV (before Pentium Pro).
* 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
| | | | | | | | | Drop pre-translated buildvm_*.h. Rename buildvm_*.dasc to vm_*.dasc. Move buildvm* to host directory. Build minilua, unless HOST_LUA is set. Use HOST_LUA to run DynASM. Translate only vm_*.dasc for target architecture.
* 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
| | | | | Only set MACOSX_DEPLOYMENT_TARGET to 10.4 if not set. Always force -fno-stack-protector.
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* MIPS: Add interpreter. Enable MIPS build rules.Mike Pall2012-01-231-3/+2
|