aboutsummaryrefslogtreecommitdiff
path: root/src/lj_arch.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2025-01-131-1/+1
|
* Improve architecture detection error messages.Mike Pall2023-09-091-7/+15
|
* Bump copyright date.Mike Pall2023-08-201-1/+1
|
* Bump copyright date.Mike Pall2022-01-151-1/+1
|
* Bump copyright date.Mike Pall2021-01-021-1/+1
|
* Bump copyright date.Mike Pall2020-01-201-1/+1
|
* PPC/NetBSD: Fix endianess check.Mike Pall2018-06-051-1/+1
| | | | Thanks to he32 and daurnimator.
* MIPS: Backport workaround for compact unwind tables.Mike Pall2017-02-201-0/+5
|
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
|
* Cygwin: Allow cross-builds to non-Cygwin targets.Mike Pall2016-04-031-3/+6
|
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
|
* iOS: Disable os.execute() when building for iOS >= 8.0.Mike Pall2015-10-241-0/+3
| | | | Thanks to Vyacheslav Egorov.
* Fix Cygwin support. Note: this is not a supported target.Mike Pall2015-09-201-1/+5
| | | | Contributed by Yaakov Selkowitz.
* x64: Allow building without external unwinder.Mike Pall2015-06-091-1/+1
| | | | Required for PS4 SDK 2.5. Thanks to James Park.
* ARM: Handle more arch defines.Mike Pall2015-02-251-1/+3
|
* Properly fail unsupported cross-compile to MIPS64.Mike Pall2015-02-251-0/+3
|
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
|
* Fix DragonFly build (unsupported).Mike Pall2014-10-071-1/+2
| | | | Thanks to Robin Hahling, Alex Hornung and Joris Giovannangeli.
* Add PS Vita port.Mike Pall2014-04-271-0/+5
| | | | Thanks to Anton Stenmark.
* Add PS4 port.Mike Pall2014-02-261-2/+9
| | | | Thanks to Eddie Edwards.
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
|
* 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
|
* 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
| | | | PS3 build command: make HOST_CC="gcc -m32" CROSS=ppu-lv2-
* 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
|
* Rearrange OSX vs. iOS defines. Disable callbacks on iOS.Mike Pall2012-06-081-7/+11
|
* MIPS: Integrate and enable JIT compiler.Mike Pall2012-03-301-1/+0
|
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* MIPS: Add interpreter. Enable MIPS build rules.Mike Pall2012-01-231-3/+3
|
* MIPS: Add build rules (non-functional, yet).Mike Pall2011-12-151-0/+24
|
* ARM: Error out for attempt to compile with hard-float ABI.Mike Pall2011-12-101-0/+3
|
* PPC: Integrate and enable JIT compiler.Mike Pall2011-10-241-1/+0
|
* Allow selection of single-number vs. dual-number mode in Makefile.Mike Pall2011-10-241-0/+4
|
* Rearrange defines for workarounds to embedded operating systems.Mike Pall2011-10-191-0/+12
|
* PPC: Add machine-specific part of FFI.Mike Pall2011-08-011-1/+0
|