Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize build process. | Mike Pall | 2012-06-09 | 1 | -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 Pall | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | MIPS: Add build rules (non-functional, yet). | Mike Pall | 2011-12-15 | 1 | -0/+3 |
| | |||||
* | FFI: Add callback support (for x86/x64). | Mike Pall | 2011-11-14 | 1 | -0/+1 |
| | |||||
* | Generate a portable vmdef.lua. | Mike Pall | 2011-09-20 | 1 | -1/+1 |
| | |||||
* | PPC: Add build rules for PPC interpreter (non-functional, yet). | Mike Pall | 2011-07-03 | 1 | -0/+3 |
| | |||||
* | Move IR_CALL* definitions to lj_ircall.h. | Mike Pall | 2011-05-22 | 1 | -0/+1 |
| | |||||
* | ARM: Fix ABI and build issues for iOS. Now works on iOS 3.0+. | Mike Pall | 2011-04-28 | 1 | -1/+1 |
| | |||||
* | Clean up DynASM glue macros. Thanks to Josh Haberman. | Mike Pall | 2011-03-28 | 1 | -14/+0 |
| | |||||
* | ARM: Add ARM target architecture selection (disabled). | Mike Pall | 2011-01-25 | 1 | -0/+3 |
| | |||||
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
| | |||||
* | FFI: Add support for calling C functions. | Mike Pall | 2011-01-06 | 1 | -0/+3 |
| | |||||
* | Copy destination type for CONV from ir->t to op2, too. | Mike Pall | 2010-12-31 | 1 | -0/+7 |
| | |||||
* | FFI: Parse complex and 64 bit integer literals. | Mike Pall | 2010-12-24 | 1 | -4/+4 |
| | |||||
* | Cleanup architecture, ABI and OS definitions. | Mike Pall | 2010-11-16 | 1 | -5/+6 |
| | |||||
* | Fix broken MSVC build. | Mike Pall | 2010-09-12 | 1 | -5/+5 |
| | |||||
* | PPC: Add build rules and preprocessed skeleton for PPCSPE target. | Mike Pall | 2010-08-27 | 1 | -0/+3 |
| | |||||
* | Always enable check mode for DynASM (only used at build-time). | Mike Pall | 2010-08-27 | 1 | -0/+1 |
| | |||||
* | PPC: Add PowerPC target architecture selection. | Mike Pall | 2010-08-25 | 1 | -5/+8 |
| | |||||
* | Clean up some more DynASM target dependencies. | Mike Pall | 2010-08-08 | 1 | -5/+1 |
| | |||||
* | Untangle some target dependencies. | Mike Pall | 2010-08-03 | 1 | -1/+0 |
| | |||||
* | Refactor buildvm symbol generation. | Mike Pall | 2010-04-14 | 1 | -29/+68 |
| | | | | Fixes Windows and OSX builds with LUAJIT_DISABLE_JIT. | ||||
* | Major redesign of function call handling. | Mike Pall | 2010-02-13 | 1 | -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 Pall | 2010-02-08 | 1 | -4/+4 |
| | |||||
* | Move bytecode offsets from lj_vm.* to generated header. | Mike Pall | 2010-02-05 | 1 | -0/+16 |
| | |||||
* | Add build infrastructure for x64 interpreter. | Mike Pall | 2010-01-14 | 1 | -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 Pall | 2010-01-09 | 1 | -1/+1 |
| | |||||
* | Remove asm auto-detection due to cross-compilation issues. | Mike Pall | 2009-12-08 | 1 | -10/+0 |
| | |||||
* | Fast forward to sync public repo. | Mike Pall | 2009-12-08 | 1 | -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-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+438 |