| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | x64: Add LJ_GC64 mode interpreter. | Mike Pall | 2015-05-04 | 1 | -0/+3 |
* | | 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 |
* | | 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 |
* | | 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 |
* | | 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 |
* | | 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 |
|/ |
|
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Rearrange OSX vs. iOS defines. Disable callbacks on iOS. | Mike Pall | 2012-06-08 | 1 | -7/+11 |
* | MIPS: Integrate and enable JIT compiler. | Mike Pall | 2012-03-30 | 1 | -1/+0 |