Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize build process. | Mike Pall | 2012-06-09 | 1 | -9797/+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. | ||||
* | ARM/PPC/MIPS: Fix tailcall from fast function (esp. tostring). | Mike Pall | 2012-05-10 | 1 | -404/+405 |
| | |||||
* | PPC: Use builtin D-Cache/I-Cache sync code. | Mike Pall | 2012-03-29 | 1 | -403/+427 |
| | |||||
* | PPC: Avoid pointless arg clearing in BC_IFUNCF. Remove dead code. | Mike Pall | 2012-01-23 | 1 | -559/+527 |
| | |||||
* | FFI: Add callback support for PPC. | Mike Pall | 2011-12-12 | 1 | -1165/+1384 |
| | |||||
* | FFI: Add unwind definitions for lj_vm_ffi_call. | Mike Pall | 2011-11-12 | 1 | -389/+437 |
| | | | | | Adds exception interoperability for C/C++ functions called via FFI from the interpreter. | ||||
* | PPC: Fix write barrier in USETV/USETS. | Mike Pall | 2011-10-25 | 1 | -4/+4 |
| | |||||
* | PPC: Fix/improve interpreter/JIT integration. | Mike Pall | 2011-10-24 | 1 | -399/+421 |
| | | | | | Switch to per-trace exit stubs. Drop register holding current trace number. | ||||
* | PPC: Fix GC barrier for TSETM. | Mike Pall | 2011-09-14 | 1 | -3/+3 |
| | |||||
* | PPC: Interpreter/JIT integration. | Mike Pall | 2011-09-05 | 1 | -482/+780 |
| | |||||
* | PPC: Save/restore cr2, cr3 and cr4 when entering/leaving VM. | Mike Pall | 2011-08-10 | 1 | -928/+983 |
| | |||||
* | PPC: Add machine-specific part of FFI. | Mike Pall | 2011-08-01 | 1 | -368/+512 |
| | |||||
* | PPC: Fix floor/ceil for dual-number mode. | Mike Pall | 2011-07-25 | 1 | -478/+480 |
| | |||||
* | PPC: Add dual-number mode interpreter. Enable by default. | Mike Pall | 2011-07-25 | 1 | -777/+3107 |
| | |||||
* | PPC: Add dual-number mode interpreter. | Mike Pall | 2011-07-13 | 1 | -1/+6686 |
| | |||||
* | PPC: Add build rules for PPC interpreter (non-functional, yet). | Mike Pall | 2011-07-03 | 1 | -0/+1 |