Mike Pall
|
4dce22c40d
|
Add low-overhead profiler. Part 1: interpreter, low-level C API.
|
2013-09-02 01:49:19 +02:00 |
|
Mike Pall
|
73ef845fca
|
Add special bytecodes for builtins.
BC_ISTYPE, BC_ISNUM: fast type checks/coercions.
BC_TGETR, BC_TSETR: fast rawgeti/rawseti, no type checks for table/key.
|
2013-02-23 02:09:19 +01:00 |
|
Mike Pall
|
4a44c4ff69
|
Bump copyright date to 2013.
|
2013-02-11 12:54:48 +01:00 |
|
Mike Pall
|
89e4650bae
|
Add XBox 360 port.
Thanks to Eddie Edwards.
|
2013-01-21 16:43:49 +01:00 |
|
Mike Pall
|
f0a0a23533
|
Remove fictitious Solaris define.
|
2013-01-11 12:23:44 +01:00 |
|
Mike Pall
|
e434ab505e
|
Fix PS3 build.
|
2013-01-11 12:19:53 +01:00 |
|
Mike Pall
|
9827650582
|
ARM: Handle armv7s arch defines.
Thanks to Joey Liaw.
|
2012-12-10 09:55:14 +01:00 |
|
Mike Pall
|
2689f32453
|
Prevent erroneous x64 builds with non-native exception handling.
|
2012-11-14 22:16:10 +01:00 |
|
Mike Pall
|
e32cc2a0dc
|
Fix Android/x86 build.
|
2012-10-17 14:22:26 +02:00 |
|
Mike Pall
|
5ebe4990ba
|
Add LJ_TARGET_UNALIGNED.
|
2012-10-09 21:42:42 +02:00 |
|
Mike Pall
|
23932a6c8b
|
Use 0/1 macro for Lua 5.2 compatibility.
|
2012-09-12 11:20:47 +02:00 |
|
Mike Pall
|
d3699997fa
|
Add check for unsupported MIPS soft-float targets.
|
2012-08-30 10:31:26 +02:00 |
|
Mike Pall
|
85a02f9ae8
|
ARM: Enable VFP and hard-float ABI support.
|
2012-08-09 13:13:39 +02:00 |
|
Mike Pall
|
4dc9e22def
|
ARM: Add VFP and hard-float ABI variants to JIT compiler.
|
2012-08-09 13:13:11 +02:00 |
|
Mike Pall
|
e84c2a9e9a
|
Handle cross-compiles with FPU/no-FPU or hard-fp/soft-fp ABI mismatch.
|
2012-07-29 12:22:18 +02:00 |
|
Mike Pall
|
2f844fc87b
|
Fix build issues on Cygwin and MinGW with optional MSys.
|
2012-06-22 11:36:58 +02:00 |
|
Mike Pall
|
ca6bf2d9a4
|
CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter.
PS3 build command: make HOST_CC="gcc -m32" CROSS=ppu-lv2-
|
2012-06-13 02:32:24 +02:00 |
|
Mike Pall
|
d5a915ccf5
|
CONSOLE: Minor PS3 build fixes.
|
2012-06-10 16:34:18 +02:00 |
|
Mike Pall
|
b8f5727ab4
|
CONSOLE: Fix PS3 build.
|
2012-06-10 02:01:25 +02:00 |
|
Mike Pall
|
9f443e8b89
|
ARM/PPC: Detect more target arch variants. Detect console OS.
|
2012-06-09 20:53:22 +02:00 |
|
Mike Pall
|
1c8ed534b3
|
Fix check for minimum GCC version.
|
2012-06-09 17:29:54 +02:00 |
|
Mike Pall
|
fad5382d21
|
Rearrange OSX vs. iOS defines. Disable callbacks on iOS.
|
2012-06-08 11:59:23 +02:00 |
|
Mike Pall
|
bcd459aa0e
|
MIPS: Integrate and enable JIT compiler.
|
2012-03-30 01:36:55 +02:00 |
|
Mike Pall
|
10ef109eef
|
Bump copyright date to 2012.
|
2012-01-23 22:42:42 +01:00 |
|
Mike Pall
|
5bed11e6b4
|
MIPS: Add interpreter. Enable MIPS build rules.
|
2012-01-23 22:24:11 +01:00 |
|
Mike Pall
|
b330b468b3
|
MIPS: Add build rules (non-functional, yet).
|
2011-12-15 20:39:30 +01:00 |
|
Mike Pall
|
2d8f3d75df
|
ARM: Error out for attempt to compile with hard-float ABI.
|
2011-12-10 17:15:38 +01:00 |
|
Mike Pall
|
0cf8c20be8
|
PPC: Integrate and enable JIT compiler.
|
2011-10-24 16:43:51 +02:00 |
|
Mike Pall
|
fa9ade356b
|
Allow selection of single-number vs. dual-number mode in Makefile.
|
2011-10-24 16:35:17 +02:00 |
|
Mike Pall
|
e80478c44b
|
Rearrange defines for workarounds to embedded operating systems.
|
2011-10-19 18:14:46 +02:00 |
|
Mike Pall
|
4008b351f4
|
PPC: Add machine-specific part of FFI.
|
2011-08-01 18:59:16 +02:00 |
|
Mike Pall
|
551f09cebd
|
PPC: Add dual-number mode interpreter. Enable by default.
|
2011-07-25 00:18:20 +02:00 |
|
Mike Pall
|
ca8dadb328
|
PPC: Add dual-number mode interpreter.
|
2011-07-13 21:36:17 +02:00 |
|
Mike Pall
|
9687472454
|
Cleanup single-number vs. dual-number mode selection.
|
2011-07-13 21:25:31 +02:00 |
|
Mike Pall
|
0239a56d37
|
PPC: Add build rules for PPC interpreter (non-functional, yet).
|
2011-07-03 15:19:34 +02:00 |
|
Mike Pall
|
8addfefb33
|
PPC: Untangle PPC vs. PPCSPE target defines.
|
2011-07-02 00:45:38 +02:00 |
|
Mike Pall
|
3d1563524f
|
More fixes for the Solaris/x86 build. Thanks to Will Metcalf.
|
2011-06-14 16:44:20 +02:00 |
|
Mike Pall
|
84e33332a7
|
ARM: Enable JIT compiler (except for iOS).
|
2011-06-02 03:19:23 +02:00 |
|
Mike Pall
|
185554b682
|
ARM: Unify rotates to simplify assembler backend.
|
2011-05-23 20:20:34 +02:00 |
|
Mike Pall
|
fb46370e56
|
Cleanup of target dependencies.
|
2011-05-16 19:32:47 +02:00 |
|
Mike Pall
|
1ac71f1fa8
|
ARM: Add LJ_SOFTFP define. Add support for soft-float slot handling.
|
2011-05-16 02:38:07 +02:00 |
|
Mike Pall
|
0ba34ffe50
|
ARM: Fix ABI and build issues for iOS. Now works on iOS 3.0+.
|
2011-04-28 19:41:34 +02:00 |
|
Mike Pall
|
0b606061db
|
ARM: Use own lj_bswap(). Reduce min. req. version of GCC to 4.2.
|
2011-04-28 12:33:31 +02:00 |
|
Mike Pall
|
4fbacaf887
|
ARM: Allow compilation in thumb mode (CCOPT_ARM=-mthumb).
|
2011-04-18 23:44:06 +02:00 |
|
Mike Pall
|
a1ffb6114f
|
ARM: Add missing FFI functionality. Enable FFI for ARM.
|
2011-04-18 21:24:47 +02:00 |
|
Mike Pall
|
54994ef7be
|
ARM: Enable ARM port.
|
2011-04-17 02:36:10 +02:00 |
|
Mike Pall
|
d636a3decd
|
ARM: Add partial support for FFI.
|
2011-04-16 23:28:51 +02:00 |
|
Mike Pall
|
963f05c7e1
|
DUALNUM: Add build infrastructure.
Note: DUALNUM is disabled by default and won't work yet.
|
2011-02-17 00:42:57 +01:00 |
|
Mike Pall
|
4117a61620
|
PPC: Disable FFI due to NYI: comparisons and calls.
|
2011-02-14 23:25:18 +01:00 |
|
Mike Pall
|
ed6c895ae5
|
ARM: Add ARM target architecture selection (disabled).
|
2011-01-25 18:50:24 +01:00 |
|