summaryrefslogtreecommitdiff
path: root/src/lj_arch.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | x64: Add LJ_GC64 mode interpreter.Mike Pall2015-05-041-0/+3
* | 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
* | 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
* | Merge branch 'master' into v2.1Mike Pall2014-04-271-0/+5
|\|
| * Add PS Vita port.Mike Pall2014-04-271-0/+5
* | Merge branch 'master' into v2.1Mike Pall2014-02-261-2/+9
|\|
| * Add PS4 port.Mike Pall2014-02-261-2/+9
* | 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
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* Add XBox 360 port.Mike Pall2013-01-211-1/+1
* 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
* Prevent erroneous x64 builds with non-native exception handling.Mike Pall2012-11-141-1/+5
* Fix Android/x86 build.Mike Pall2012-10-171-1/+1
* Add LJ_TARGET_UNALIGNED.Mike Pall2012-10-091-0/+6
* Use 0/1 macro for Lua 5.2 compatibility.Mike Pall2012-09-121-0/+7
* Add check for unsupported MIPS soft-float targets.Mike Pall2012-08-301-0/+4
* ARM: Enable VFP and hard-float ABI support.Mike Pall2012-08-091-5/+2
* ARM: Add VFP and hard-float ABI variants to JIT compiler.Mike Pall2012-08-091-0/+3
* Handle cross-compiles with FPU/no-FPU or hard-fp/soft-fp ABI mismatch.Mike Pall2012-07-291-5/+9
* Fix build issues on Cygwin and MinGW with optional MSys.Mike Pall2012-06-221-1/+5
* CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter.Mike Pall2012-06-131-0/+5
* CONSOLE: Minor PS3 build fixes.Mike Pall2012-06-101-1/+1
* CONSOLE: Fix PS3 build.Mike Pall2012-06-101-3/+3
* ARM/PPC: Detect more target arch variants. Detect console OS.Mike Pall2012-06-091-3/+62
* Fix check for minimum GCC version.Mike Pall2012-06-091-6/+6