aboutsummaryrefslogtreecommitdiff
path: root/src/lj_arch.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | LJ_FR2: Add support for trace recording and snapshots.Mike Pall2016-05-231-1/+1
| | | | | | | | Contributed by Peter Cawley.
* | Merge branch 'master' into v2.1Mike Pall2016-04-031-3/+6
|\|
| * Cygwin: Allow cross-builds to non-Cygwin targets.Mike Pall2016-04-031-3/+6
| |
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | Fix Android/x86 build.Mike Pall2016-03-031-1/+1
| |
* | MIPS: Add soft-float support to JIT compiler backend.Mike Pall2016-02-101-3/+0
| |
* | MIPS: Switch to dual-number mode. Fix soft-float interpreter.Mike Pall2016-01-291-8/+26
| |
* | MIPS soft-float, part 1: Add soft-float support to interpreter.Mike Pall2015-12-171-3/+7
| | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* | Merge branch 'master' into v2.1Mike Pall2015-10-241-0/+3
|\|
| * iOS: Disable os.execute() when building for iOS >= 8.0.Mike Pall2015-10-241-0/+3
| | | | | | | | Thanks to Vyacheslav Egorov.
* | Merge branch 'master' into v2.1Mike Pall2015-09-201-1/+5
|\|
| * Fix Cygwin support. Note: this is not a supported target.Mike Pall2015-09-201-1/+5
| | | | | | | | Contributed by Yaakov Selkowitz.
* | Fix Xbox One port.Mike Pall2015-06-161-1/+0
| |
* | Add Xbox One port.Mike Pall2015-06-121-0/+7
| |
* | Merge branch 'master' into v2.1Mike Pall2015-06-091-1/+1
|\|
| * x64: Allow building without external unwinder.Mike Pall2015-06-091-1/+1
| | | | | | | | Required for PS4 SDK 2.5. Thanks to James Park.
* | x64: Add LJ_GC64 mode interpreter.Mike Pall2015-05-041-0/+3
| | | | | | | | Enable this mode with: make XCFLAGS=-DLUAJIT_ENABLE_GC64
* | PPC: Fix cross-endian builds.Mike Pall2015-04-121-0/+2
| |
* | PPC64: Add build infrastructure.Mike Pall2015-03-061-10/+26
| |
* | Merge branch 'master' into v2.1Mike Pall2015-02-251-1/+6
|\|
| * ARM: Handle more arch defines.Mike Pall2015-02-251-1/+3
| |
| * Properly fail unsupported cross-compile to MIPS64.Mike Pall2015-02-251-0/+3
| |
* | iOS/ARM64: Fix target OS detection.Mike Pall2015-01-081-1/+1
| |
* | ARM64: Add FFI support.Mike Pall2015-01-071-1/+0
| |
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
| |
* | ARM64: Compatibility fixes for Clang.Mike Pall2015-01-041-0/+10
| |
* | PPC/e500: Drop support for this architecture.Mike Pall2015-01-041-30/+7
| |
* | ARM64: Add build infrastructure and initial port of interpreter.Mike Pall2015-01-031-6/+35
| |
* | Add LJ_GC64 mode: 64 bit GC object references.Mike Pall2015-01-031-1/+12
| | | | | | | | Actually NaN tagging with 47 bit pointers and 13+4 bit tags.
* | Add LJ_FR2 mode: Two-slot frame info.Mike Pall2015-01-031-1/+4
| |
* | x86/x64: Drop internal x87 math functions. Use libm functions.Mike Pall2014-12-081-3/+3
| |
* | Merge branch 'master' into v2.1Mike Pall2014-10-071-1/+2
|\|
| * Fix DragonFly build (unsupported).Mike Pall2014-10-071-1/+2
| | | | | | | | Thanks to Robin Hahling, Alex Hornung and Joris Giovannangeli.
* | Merge branch 'master' into v2.1Mike Pall2014-04-271-0/+5
|\|
| * Add PS Vita port.Mike Pall2014-04-271-0/+5
| | | | | | | | Thanks to Anton Stenmark.
* | Merge branch 'master' into v2.1Mike Pall2014-02-261-2/+9
|\|
| * Add PS4 port.Mike Pall2014-02-261-2/+9
| | | | | | | | Thanks to Eddie Edwards.
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
| |
* | Low-overhead profiler, part 7: console ports.Mike Pall2013-09-101-1/+4
| |
* | Add low-overhead profiler. Part 1: interpreter, low-level C API.Mike Pall2013-09-021-0/+12
| |
* | Add special bytecodes for builtins.Mike Pall2013-02-231-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 Pall2013-02-111-1/+1
|
* Add XBox 360 port.Mike Pall2013-01-211-1/+1
| | | | Thanks to Eddie Edwards.
* Remove fictitious Solaris define.Mike Pall2013-01-111-2/+1
|
* Fix PS3 build.Mike Pall2013-01-111-1/+1
|
* ARM: Handle armv7s arch defines.Mike Pall2012-12-101-1/+1
| | | | Thanks to Joey Liaw.
* Prevent erroneous x64 builds with non-native exception handling.Mike Pall2012-11-141-1/+5
|