Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use 0/1 macro for Lua 5.2 compatibility. | Mike Pall | 2012-09-12 | 1 | -5/+5 | |
| | ||||||
* | Do not use DWARF unwinder on Windows. | Mike Pall | 2012-08-11 | 1 | -45/+0 | |
| | ||||||
* | x64: Fix DynASM defines. | Mike Pall | 2012-06-12 | 1 | -2/+3 | |
| | ||||||
* | x86/x64: More interpreter cleanups. | Mike Pall | 2012-06-11 | 1 | -6/+6 | |
| | ||||||
* | x86/x64: Clean up interpreter. | Mike Pall | 2012-06-10 | 1 | -1156/+1070 | |
| | | | | | 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 Pall | 2012-06-10 | 1 | -0/+7 | |
| | ||||||
* | Reorganize build process. | Mike Pall | 2012-06-09 | 1 | -0/+6458 | |
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. |