Mike Pall
|
f50d8986d8
|
Fix data-flow analysis for BC_UCLO.
|
2011-06-07 11:51:04 +02:00 |
|
Mike Pall
|
22946f268b
|
FFI: Change tonumber(cdata) semantics. Return nil for non-numbers.
|
2011-06-06 19:56:55 +02:00 |
|
Mike Pall
|
a48058a791
|
ARM: Add fast assembler implementation of floor/ceil/trunc.
|
2011-06-05 23:38:23 +02:00 |
|
Mike Pall
|
a175754ab7
|
PPC: Add lj_vm_floor which is callable from C.
|
2011-06-05 23:36:49 +02:00 |
|
Mike Pall
|
7ad4908a48
|
ARM: Fuse XLOAD/XSTORE operands.
|
2011-06-05 18:59:35 +02:00 |
|
Mike Pall
|
b88eaa11f3
|
Add stdint.h replacement for Symbian. Sigh.
|
2011-06-03 20:21:10 +02:00 |
|
Mike Pall
|
8c5935000d
|
Add narrowing of modulo operator.
|
2011-06-03 18:48:02 +02:00 |
|
Mike Pall
|
eec28aa9fd
|
Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian.
|
2011-06-03 17:15:44 +02:00 |
|
Mike Pall
|
77bb8de93d
|
ARM: Disable C++ exception catching on Symbian.
|
2011-06-03 12:23:43 +02:00 |
|
Mike Pall
|
84e33332a7
|
ARM: Enable JIT compiler (except for iOS).
|
2011-06-02 03:19:23 +02:00 |
|
Mike Pall
|
5d82cfd091
|
ARM: Add ARM-specific assembler backend.
|
2011-06-02 03:18:26 +02:00 |
|
Mike Pall
|
fff2fb31f9
|
ARM: Don't generate unaligned XLOADs.
|
2011-06-02 01:46:23 +02:00 |
|
Mike Pall
|
a770bf3741
|
Many soft-float-related fixes to SPLIT pass and assembler backend.
|
2011-06-02 01:24:36 +02:00 |
|
Mike Pall
|
9e153003b4
|
ARM: Catch C++ exceptions in interpreter frames.
|
2011-06-02 01:21:32 +02:00 |
|
Mike Pall
|
8dd09d5041
|
DUALNUM: Fix missing type check for loop index slot.
|
2011-06-01 00:49:29 +02:00 |
|
Mike Pall
|
2d0b32500e
|
ARM: Tune rematerialization scheduler.
|
2011-05-31 21:50:14 +02:00 |
|
Mike Pall
|
865ec114a7
|
FFI: Fix recording of casts from 32 bit pointers to integers.
|
2011-05-31 21:39:37 +02:00 |
|
Mike Pall
|
a522087371
|
x86/x64: Minor cleanup in assembler backend.
|
2011-05-31 21:39:09 +02:00 |
|
Mike Pall
|
496d3753f5
|
ARM: Optimize hash algorithm for 3-operand CPUs.
|
2011-05-31 21:38:16 +02:00 |
|
Mike Pall
|
514ccfceb8
|
ARM: Fix __newindex metamethod handling for BC_TSETB.
|
2011-05-31 21:37:44 +02:00 |
|
Mike Pall
|
0764c615fd
|
ARM: Fix string.sub() argument checks.
|
2011-05-31 21:35:03 +02:00 |
|
Mike Pall
|
03b5c8c935
|
Clean up memory allocator initialization and catch early OOM.
|
2011-05-30 01:32:50 +02:00 |
|
Mike Pall
|
638f968978
|
FFI: Avoid unused functions if FFI is disabled.
|
2011-05-27 02:15:55 +02:00 |
|
Mike Pall
|
12dc697eae
|
ARM: Interpreter/JIT integration, part #2.
|
2011-05-27 02:06:05 +02:00 |
|
Mike Pall
|
7683f39786
|
ARM: Fix math.ldexp() recording and folding.
|
2011-05-27 02:03:02 +02:00 |
|
Mike Pall
|
7bad42a3ba
|
Fix compiler warning.
|
2011-05-27 02:01:36 +02:00 |
|
Mike Pall
|
46955be1e2
|
Fix handling of number constants in snapshots in SPLIT pass.
|
2011-05-27 01:56:25 +02:00 |
|
Mike Pall
|
840a067d4e
|
ARM: Fix rematerialization scheduler.
|
2011-05-26 18:05:19 +02:00 |
|
Mike Pall
|
8d4400331d
|
ARM: Flush instruction cache in assembler backend.
|
2011-05-26 18:04:01 +02:00 |
|
Mike Pall
|
4057620bf5
|
Treat extra exit from stack check like a parent exit.
|
2011-05-26 18:02:42 +02:00 |
|
Mike Pall
|
625ef8626f
|
Simplify helper routines for soft-float targets. Add POW rejoin.
|
2011-05-26 18:01:55 +02:00 |
|
Mike Pall
|
ae3179926a
|
ARM: Add CPU detection.
|
2011-05-26 17:58:29 +02:00 |
|
Mike Pall
|
185554b682
|
ARM: Unify rotates to simplify assembler backend.
|
2011-05-23 20:20:34 +02:00 |
|
Mike Pall
|
7b21a660a8
|
FFI: Fix __gc for VLA/VLS cdata objects.
|
2011-05-23 02:43:36 +02:00 |
|
Mike Pall
|
288085afbe
|
Get register maps for jit.dump from target disassembler.
|
2011-05-22 18:33:33 +02:00 |
|
Mike Pall
|
c156c8a101
|
ARM: Add ARM disassembler.
|
2011-05-22 18:11:08 +02:00 |
|
Mike Pall
|
afad72af25
|
ARM: Add ARM-specific tuning to generic assembler backend.
|
2011-05-22 17:54:28 +02:00 |
|
Mike Pall
|
aaba681056
|
ARM: Add rematerialization scheduler for constants to backend.
|
2011-05-22 17:50:36 +02:00 |
|
Mike Pall
|
138f54352a
|
Split up FP IR instructions with SPLIT pass for soft-float targets.
|
2011-05-22 17:44:58 +02:00 |
|
Mike Pall
|
d0115c65f5
|
More portability cleanups for assembler backend.
|
2011-05-22 17:13:16 +02:00 |
|
Mike Pall
|
919ba5fd74
|
Add missing guard to for loop argument conversion.
|
2011-05-22 16:47:55 +02:00 |
|
Mike Pall
|
effdfda673
|
Move IR_CALL* definitions to lj_ircall.h.
|
2011-05-22 16:28:43 +02:00 |
|
Mike Pall
|
3a942d6cea
|
Portability cleanups for assembler backend.
|
2011-05-17 21:26:00 +02:00 |
|
Mike Pall
|
3168d9aa59
|
Clarify docs wrt. table initializer handling for VLA/VLS.
|
2011-05-17 17:58:26 +02:00 |
|
Mike Pall
|
fb46370e56
|
Cleanup of target dependencies.
|
2011-05-16 19:32:47 +02:00 |
|
Mike Pall
|
dab4bcafba
|
Add target-specific macro for stack alignment in assembler backend.
|
2011-05-16 02:43:14 +02:00 |
|
Mike Pall
|
6cb123bb99
|
Fix compiler warning.
|
2011-05-16 02:41:47 +02:00 |
|
Mike Pall
|
a251a28bd5
|
ARM: Add support for GDB JIT API.
|
2011-05-16 02:40:59 +02:00 |
|
Mike Pall
|
f0a7293e58
|
ARM: Remove redundant parse_gpr() in DynASM.
|
2011-05-16 02:39:26 +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 |
|