aboutsummaryrefslogtreecommitdiff
path: root/src/buildvm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize build process.Mike Pall2012-06-091-513/+0
| | | | | | | | | 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.
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* MIPS: Add build rules (non-functional, yet).Mike Pall2011-12-151-0/+3
|
* FFI: Add callback support (for x86/x64).Mike Pall2011-11-141-0/+1
|
* Generate a portable vmdef.lua.Mike Pall2011-09-201-1/+1
|
* PPC: Add build rules for PPC interpreter (non-functional, yet).Mike Pall2011-07-031-0/+3
|
* Move IR_CALL* definitions to lj_ircall.h.Mike Pall2011-05-221-0/+1
|
* ARM: Fix ABI and build issues for iOS. Now works on iOS 3.0+.Mike Pall2011-04-281-1/+1
|
* Clean up DynASM glue macros. Thanks to Josh Haberman.Mike Pall2011-03-281-14/+0
|
* ARM: Add ARM target architecture selection (disabled).Mike Pall2011-01-251-0/+3
|
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
|
* FFI: Add support for calling C functions.Mike Pall2011-01-061-0/+3
|
* Copy destination type for CONV from ir->t to op2, too.Mike Pall2010-12-311-0/+7
|
* FFI: Parse complex and 64 bit integer literals.Mike Pall2010-12-241-4/+4
|
* Cleanup architecture, ABI and OS definitions.Mike Pall2010-11-161-5/+6
|
* Fix broken MSVC build.Mike Pall2010-09-121-5/+5
|
* PPC: Add build rules and preprocessed skeleton for PPCSPE target.Mike Pall2010-08-271-0/+3
|
* Always enable check mode for DynASM (only used at build-time).Mike Pall2010-08-271-0/+1
|
* PPC: Add PowerPC target architecture selection.Mike Pall2010-08-251-5/+8
|
* Clean up some more DynASM target dependencies.Mike Pall2010-08-081-5/+1
|
* Untangle some target dependencies.Mike Pall2010-08-031-1/+0
|
* Refactor buildvm symbol generation.Mike Pall2010-04-141-29/+68
| | | | Fixes Windows and OSX builds with LUAJIT_DISABLE_JIT.
* Major redesign of function call handling.Mike Pall2010-02-131-5/+7
| | | | | | | | | | | Drop call gates. Use function headers, dispatched like bytecodes. Emit BC_FUNCF/BC_FUNCV bytecode at PC 0 for all Lua functions. C functions and ASM fast functions get extra bytecodes. Modify internal calling convention: new base in BASE (formerly in RA). Can now use better C function wrapper semantics (dynamic on/off). Prerequisite for call hooks with zero-overhead if disabled. Prerequisite for compiling recursive calls. Prerequisite for efficient 32/64 bit prototype guards.
* Reduce whitespace in lj_bcdef.h.Mike Pall2010-02-081-4/+4
|
* Move bytecode offsets from lj_vm.* to generated header.Mike Pall2010-02-051-0/+16
|
* Add build infrastructure for x64 interpreter.Mike Pall2010-01-141-1/+7
| | | | | Must be explicitly enabled with: make clean && make "CC=gcc -m64" Only works on Linux/x64. Does not work on WIN64 or OSX/x64 (yet).
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
|
* Remove asm auto-detection due to cross-compilation issues.Mike Pall2009-12-081-10/+0
|
* Fast forward to sync public repo.Mike Pall2009-12-081-1/+13
| | | | | | | | Compile math.sinh(), math.cosh(), math.tanh() and math.random(). Compile various io.*() functions. Drive the GC forward on string allocations in the parser. Improve KNUM fuse vs. load heuristics. Add abstract C call handling to IR.
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+438