summaryrefslogtreecommitdiff
path: root/src/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
|
* RELEASE LuaJIT-2.0.0-beta8 (fixed)v2.0.0-beta8-fixedMike Pall2011-06-231-2/+2
|
* RELEASE LuaJIT-2.0.0-beta8v2.0.0-beta8Mike Pall2011-06-231-2/+2
|
* More fixes for the Solaris/x86 build. Thanks to Will Metcalf.Mike Pall2011-06-141-1/+6
|
* Add support for bytecode loading/saving.Mike Pall2011-06-131-1/+1
|
* Move debugging/introspection functionality to lj_debug.c.Mike Pall2011-06-071-1/+1
|
* Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian.Mike Pall2011-06-031-1/+1
|
* Move x86/x64 parts of JIT assembler backend to extra files.Mike Pall2011-05-121-1/+3
|
* Improve target OS selection for buildvm.Mike Pall2011-04-291-4/+20
|
* ARM: Fix ABI and build issues for iOS. Now works on iOS 3.0+.Mike Pall2011-04-281-0/+18
|
* Add common TARGET_FLAGS option to Makefile.Mike Pall2011-04-171-4/+4
|
* ARM: Enable ARM port.Mike Pall2011-04-171-2/+2
|
* ARM: Add build rules (still disabled).Mike Pall2011-04-071-0/+7
|
* Add SPLIT pass to split 64 bit IR instructions for 32 bit CPUs.Mike Pall2011-02-021-1/+1
| | | | | | | Add generic HIOP instruction for extra backend functionality. Add support for HIOP to x86 backend. Use POWI for 64 bit integer x^k, too. POWI is lowered to a call by SPLIT or the x64 backend.
* FFI: Move code for cdata arithmetic to lj_carith.c.Mike Pall2011-01-261-1/+2
|
* ARM: Add ARM target architecture selection (disabled).Mike Pall2011-01-251-0/+6
|
* FFI: Add ffi.load() and ffi.C default namespace.Mike Pall2011-01-101-1/+1
|
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
|
* FFI: Add support for calling C functions.Mike Pall2011-01-061-1/+1
|
* FFI: Record cdata index operations (preliminary, lots of NYI cases).Mike Pall2010-12-081-1/+1
|
* Split off fast function recording to lj_ffrecord.c.Mike Pall2010-12-051-1/+2
|
* FFI: Add ffi.* library.Mike Pall2010-12-051-1/+1
|
* FFI: Add C declaration parser.Mike Pall2010-12-051-1/+1
|
* FFI: Add C data handling and C type conversions.Mike Pall2010-12-051-1/+1
|
* FFI: Add C type management.Mike Pall2010-12-051-0/+1
|
* FFI: Add define to disable the FFI library.Mike Pall2010-11-301-0/+6
|
* Rearrange src/Makefile. Split features and debugging support.Mike Pall2010-11-301-36/+56
|
* Disable Lua 5.2 features by default. See -DLUAJIT_ENABLE_LUA52COMPAT.Mike Pall2010-11-191-0/+5
|
* Cleanup architecture, ABI and OS definitions.Mike Pall2010-11-161-1/+1
|
* Rename character type handling from lj_ctype* to lj_char*.Mike Pall2010-11-091-1/+1
|
* Update docs for PPC port. Clarify and extend install instructions.Mike Pall2010-10-051-0/+2
|
* Workaround for missing fseeko/ftello prototypes on ancient glibc.Mike Pall2010-09-231-1/+1
|
* PPC: Add stack frame layout for PPCSPE target.Mike Pall2010-08-271-2/+3
| | | | | | PPCSPE target compiles now, but will trap for any NYI parts. Cross-compilation instructions: make HOST_CC="gcc -m32" CROSS=powerpc-e500v2-linux-gnuspe- TARGET=ppcspe
* Improve target architecture detection in src/Makefile.Mike Pall2010-08-271-3/+14
|
* PPC: Add build rules and preprocessed skeleton for PPCSPE target.Mike Pall2010-08-271-20/+16
|
* Untangle some target dependencies.Mike Pall2010-08-031-2/+5
|
* Rebase dynamic library on OSX/x64.Mike Pall2010-03-071-0/+1
|
* Allocate 32 bit memory on OSX/x64 with mmap() hinting.Mike Pall2010-03-041-0/+3
| | | | Must set -pagezero_size, otherwise the lower 4GB are blocked.