Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Xbox One port. | Mike Pall | 2015-06-16 | 1 | -1/+0 |
| | |||||
* | Add Xbox One port. | Mike Pall | 2015-06-12 | 1 | -0/+7 |
| | |||||
* | Merge branch 'master' into v2.1 | Mike Pall | 2015-06-09 | 1 | -1/+1 |
|\ | |||||
| * | x64: Allow building without external unwinder. | Mike Pall | 2015-06-09 | 1 | -1/+1 |
| | | | | | | | | Required for PS4 SDK 2.5. Thanks to James Park. | ||||
* | | x64: Add LJ_GC64 mode interpreter. | Mike Pall | 2015-05-04 | 1 | -0/+3 |
| | | | | | | | | Enable this mode with: make XCFLAGS=-DLUAJIT_ENABLE_GC64 | ||||
* | | PPC: Fix cross-endian builds. | Mike Pall | 2015-04-12 | 1 | -0/+2 |
| | | |||||
* | | PPC64: Add build infrastructure. | Mike Pall | 2015-03-06 | 1 | -10/+26 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-02-25 | 1 | -1/+6 |
|\| | |||||
| * | ARM: Handle more arch defines. | Mike Pall | 2015-02-25 | 1 | -1/+3 |
| | | |||||
| * | Properly fail unsupported cross-compile to MIPS64. | Mike Pall | 2015-02-25 | 1 | -0/+3 |
| | | |||||
* | | iOS/ARM64: Fix target OS detection. | Mike Pall | 2015-01-08 | 1 | -1/+1 |
| | | |||||
* | | ARM64: Add FFI support. | Mike Pall | 2015-01-07 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | | |||||
* | | ARM64: Compatibility fixes for Clang. | Mike Pall | 2015-01-04 | 1 | -0/+10 |
| | | |||||
* | | PPC/e500: Drop support for this architecture. | Mike Pall | 2015-01-04 | 1 | -30/+7 |
| | | |||||
* | | ARM64: Add build infrastructure and initial port of interpreter. | Mike Pall | 2015-01-03 | 1 | -6/+35 |
| | | |||||
* | | Add LJ_GC64 mode: 64 bit GC object references. | Mike Pall | 2015-01-03 | 1 | -1/+12 |
| | | | | | | | | Actually NaN tagging with 47 bit pointers and 13+4 bit tags. | ||||
* | | Add LJ_FR2 mode: Two-slot frame info. | Mike Pall | 2015-01-03 | 1 | -1/+4 |
| | | |||||
* | | x86/x64: Drop internal x87 math functions. Use libm functions. | Mike Pall | 2014-12-08 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-10-07 | 1 | -1/+2 |
|\| | |||||
| * | Fix DragonFly build (unsupported). | Mike Pall | 2014-10-07 | 1 | -1/+2 |
| | | | | | | | | Thanks to Robin Hahling, Alex Hornung and Joris Giovannangeli. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-04-27 | 1 | -0/+5 |
|\| | |||||
| * | Add PS Vita port. | Mike Pall | 2014-04-27 | 1 | -0/+5 |
| | | | | | | | | Thanks to Anton Stenmark. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-02-26 | 1 | -2/+9 |
|\| | |||||
| * | Add PS4 port. | Mike Pall | 2014-02-26 | 1 | -2/+9 |
| | | | | | | | | Thanks to Eddie Edwards. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-16 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | | |||||
* | | Low-overhead profiler, part 7: console ports. | Mike Pall | 2013-09-10 | 1 | -1/+4 |
| | | |||||
* | | Add low-overhead profiler. Part 1: interpreter, low-level C API. | Mike Pall | 2013-09-02 | 1 | -0/+12 |
| | | |||||
* | | Add special bytecodes for builtins. | Mike Pall | 2013-02-23 | 1 | -0/+1 |
|/ | | | | | BC_ISTYPE, BC_ISNUM: fast type checks/coercions. BC_TGETR, BC_TSETR: fast rawgeti/rawseti, no type checks for table/key. | ||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Add XBox 360 port. | Mike Pall | 2013-01-21 | 1 | -1/+1 |
| | | | | Thanks to Eddie Edwards. | ||||
* | Remove fictitious Solaris define. | Mike Pall | 2013-01-11 | 1 | -2/+1 |
| | |||||
* | Fix PS3 build. | Mike Pall | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | ARM: Handle armv7s arch defines. | Mike Pall | 2012-12-10 | 1 | -1/+1 |
| | | | | Thanks to Joey Liaw. | ||||
* | Prevent erroneous x64 builds with non-native exception handling. | Mike Pall | 2012-11-14 | 1 | -1/+5 |
| | |||||
* | Fix Android/x86 build. | Mike Pall | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | Add LJ_TARGET_UNALIGNED. | Mike Pall | 2012-10-09 | 1 | -0/+6 |
| | |||||
* | Use 0/1 macro for Lua 5.2 compatibility. | Mike Pall | 2012-09-12 | 1 | -0/+7 |
| | |||||
* | Add check for unsupported MIPS soft-float targets. | Mike Pall | 2012-08-30 | 1 | -0/+4 |
| | |||||
* | ARM: Enable VFP and hard-float ABI support. | Mike Pall | 2012-08-09 | 1 | -5/+2 |
| | |||||
* | ARM: Add VFP and hard-float ABI variants to JIT compiler. | Mike Pall | 2012-08-09 | 1 | -0/+3 |
| | |||||
* | Handle cross-compiles with FPU/no-FPU or hard-fp/soft-fp ABI mismatch. | Mike Pall | 2012-07-29 | 1 | -5/+9 |
| | |||||
* | Fix build issues on Cygwin and MinGW with optional MSys. | Mike Pall | 2012-06-22 | 1 | -1/+5 |
| | |||||
* | CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter. | Mike Pall | 2012-06-13 | 1 | -0/+5 |
| | | | | PS3 build command: make HOST_CC="gcc -m32" CROSS=ppu-lv2- | ||||
* | CONSOLE: Minor PS3 build fixes. | Mike Pall | 2012-06-10 | 1 | -1/+1 |
| | |||||
* | CONSOLE: Fix PS3 build. | Mike Pall | 2012-06-10 | 1 | -3/+3 |
| | |||||
* | ARM/PPC: Detect more target arch variants. Detect console OS. | Mike Pall | 2012-06-09 | 1 | -3/+62 |
| | |||||
* | Fix check for minimum GCC version. | Mike Pall | 2012-06-09 | 1 | -6/+6 |
| |