Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | LJ_FR2: Add support for trace recording and snapshots. | Mike Pall | 2016-05-23 | 1 | -1/+1 | |
| | | | | | | | | Contributed by Peter Cawley. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-04-03 | 1 | -3/+6 | |
|\| | ||||||
| * | Cygwin: Allow cross-builds to non-Cygwin targets. | Mike Pall | 2016-04-03 | 1 | -3/+6 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 | |
|\| | ||||||
| * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 | |
| | | ||||||
* | | Fix Android/x86 build. | Mike Pall | 2016-03-03 | 1 | -1/+1 | |
| | | ||||||
* | | MIPS: Add soft-float support to JIT compiler backend. | Mike Pall | 2016-02-10 | 1 | -3/+0 | |
| | | ||||||
* | | MIPS: Switch to dual-number mode. Fix soft-float interpreter. | Mike Pall | 2016-01-29 | 1 | -8/+26 | |
| | | ||||||
* | | MIPS soft-float, part 1: Add soft-float support to interpreter. | Mike Pall | 2015-12-17 | 1 | -3/+7 | |
| | | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-10-24 | 1 | -0/+3 | |
|\| | ||||||
| * | iOS: Disable os.execute() when building for iOS >= 8.0. | Mike Pall | 2015-10-24 | 1 | -0/+3 | |
| | | | | | | | | Thanks to Vyacheslav Egorov. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-09-20 | 1 | -1/+5 | |
|\| | ||||||
| * | Fix Cygwin support. Note: this is not a supported target. | Mike Pall | 2015-09-20 | 1 | -1/+5 | |
| | | | | | | | | Contributed by Yaakov Selkowitz. | |||||
* | | 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 | |
| |