Mike Pall
|
723574d08c
|
Optimize BUFHDR code generation.
Rematerialize const buffer pointer instead of spilling.
|
2013-04-27 00:17:59 +02:00 |
|
Mike Pall
|
47fa9a8d8f
|
Change semantics of buffer ops to simplify CSE and DCE.
|
2013-04-26 13:47:41 +02:00 |
|
Mike Pall
|
255326afb6
|
Use explicit conversion type for IR_TOSTR. Add char conversion.
|
2013-04-23 02:20:03 +02:00 |
|
Mike Pall
|
557391c3b7
|
Fuse string creation into concats. Optimize single-char concats.
|
2013-04-23 00:56:03 +02:00 |
|
Mike Pall
|
2cdf90f068
|
Always emit TOSTR for non-string CAT operands. Fuse in backend.
|
2013-04-23 00:10:01 +02:00 |
|
Mike Pall
|
a2c78810ca
|
Combine IR instruction dispatch for all assembler backends.
|
2013-04-22 22:32:41 +02:00 |
|
Mike Pall
|
988e183965
|
Reorganize generic operations common to all assembler backends.
|
2013-04-22 17:34:36 +02:00 |
|
Mike Pall
|
5f1781a127
|
Compile string concatenations (BC_CAT).
|
2013-04-21 01:01:33 +02:00 |
|
Mike Pall
|
9ead735159
|
Add generic load/store with offset to assembler backends.
|
2013-04-21 00:58:32 +02:00 |
|
Mike Pall
|
ac14d88030
|
Merge branch 'master' into v2.1
|
2013-04-04 18:20:58 +02:00 |
|
Mike Pall
|
389822d606
|
Fix spurious red zone overflows in machine code generation.
|
2013-04-04 17:19:31 +02:00 |
|
Mike Pall
|
57768cd588
|
x86: Remove x87 support from interpreter.
SSE2 required from now on.
|
2013-02-21 16:56:59 +01:00 |
|
Mike Pall
|
4a44c4ff69
|
Bump copyright date to 2013.
|
2013-02-11 12:54:48 +01:00 |
|
Mike Pall
|
ae1987d535
|
Fix CONV.num.int sinking.
|
2012-11-06 16:57:50 +01:00 |
|
Mike Pall
|
b0dde5b2b1
|
FFI: Fix code generation for replay of sunk float fields.
|
2012-10-29 17:21:44 +01:00 |
|
Mike Pall
|
0ecdff43e8
|
x86: Fix register allocation for calls returning register pair.
|
2012-09-27 14:16:18 +02:00 |
|
Mike Pall
|
30f458fb4d
|
ARM, PPC, MIPS: Improve XLOAD operand fusion and register hinting.
|
2012-08-27 20:25:54 +02:00 |
|
Mike Pall
|
cf3a263044
|
Fix compilation with FFI disabled.
|
2012-08-26 14:36:00 +02:00 |
|
Mike Pall
|
52ca2cc8ba
|
ARM: Fix base register coalescing.
|
2012-08-25 18:38:30 +02:00 |
|
Mike Pall
|
1481263aaa
|
ARM, MIPS, PPC: Rematerialize FPR invariants first.
|
2012-08-19 18:42:08 +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
|
53e28d7678
|
Limit number of parent links handled by backend.
|
2012-07-11 16:48:52 +02:00 |
|
Mike Pall
|
24fa85760c
|
Use an explicit flag to signal SINK tags for a trace.
|
2012-07-11 16:45:15 +02:00 |
|
Mike Pall
|
79ecb231ce
|
Don't allocate constants for sunk stores.
|
2012-07-09 16:22:08 +02:00 |
|
Mike Pall
|
7c056488d9
|
Drop range limit for sunk stores relative to sunk allocation.
|
2012-07-04 21:16:06 +02:00 |
|
Mike Pall
|
80d0acc7c1
|
Fix compiler warnings.
|
2012-07-03 13:22:30 +02:00 |
|
Mike Pall
|
0af3f47ba0
|
Add allocation sinking and store sinking optimization.
|
2012-07-02 23:47:12 +02:00 |
|
Mike Pall
|
0688de5483
|
Add IR_PVAL instruction for non-slot parent links.
|
2012-07-02 22:47:20 +02:00 |
|
Mike Pall
|
5d0115ef8d
|
Add explicit IR_GCSTEP instruction.
|
2012-07-02 22:42:40 +02:00 |
|
Mike Pall
|
cda3630565
|
Clean up RegSP handling for parent link instructions.
|
2012-07-01 22:44:54 +02:00 |
|
Mike Pall
|
0d824b7d14
|
Fix PHI stack slot syncing.
|
2012-05-07 23:16:19 +02:00 |
|
Mike Pall
|
bcd459aa0e
|
MIPS: Integrate and enable JIT compiler.
|
2012-03-30 01:36:55 +02:00 |
|
Mike Pall
|
6670a13bbf
|
Add missing mcode limit check in assembler backend.
|
2012-03-12 00:51:25 +01:00 |
|
Mike Pall
|
10ef109eef
|
Bump copyright date to 2012.
|
2012-01-23 22:42:42 +01:00 |
|
Mike Pall
|
10474987bd
|
Move helper for syncing data/instruction cache to lj_mcode.c.
Sync caches after dynamic code generation for FFI callbacks.
|
2011-12-12 23:10:46 +01:00 |
|
Mike Pall
|
f8a4769fb2
|
Keep maximum frame extent in snap->topslot.
|
2011-11-20 17:56:47 +01:00 |
|
Mike Pall
|
87456f73f5
|
Fix hint-based register allocation in ra_dest().
|
2011-11-14 23:52:26 +01:00 |
|
Mike Pall
|
fa1675baad
|
ARM: Fix IR splitting for softfp XLOAD.
|
2011-11-11 01:07:34 +01:00 |
|
Mike Pall
|
2dc574d06b
|
FFI: Compile calls to stdcall, fastcall and vararg functions.
|
2011-10-27 01:57:30 +02:00 |
|
Mike Pall
|
0cf8c20be8
|
PPC: Integrate and enable JIT compiler.
|
2011-10-24 16:43:51 +02:00 |
|
Mike Pall
|
167f638f91
|
PPC: Generalize rematerialization handling.
|
2011-10-24 16:21:11 +02:00 |
|
Mike Pall
|
3591609dad
|
PPC: Add Linux/PPC cache flush mechanism.
GCC's __clear_cache() does nothing on PPC. Duh.
|
2011-10-24 16:18:02 +02:00 |
|
Mike Pall
|
8fc9bc1724
|
Make sure to flush/sync the D/I-cache for all generated code.
|
2011-10-24 16:16:14 +02:00 |
|
Mike Pall
|
a0d7827554
|
Generalize handling of stack checks indicated by highest exit + 1.
|
2011-10-24 16:11:38 +02:00 |
|
Mike Pall
|
c01aaad890
|
Fix register hints for arithmetic helper functions.
|
2011-10-22 02:00:15 +02:00 |
|
Mike Pall
|
c805a49d30
|
Separate/rename NUM/FLOAT <-> I64/U64 conversion functions.
|
2011-10-22 01:59:10 +02:00 |
|
Mike Pall
|
ff7f7a7180
|
Cleanup various endianess issues in assembler backend.
|
2011-10-22 01:35:57 +02:00 |
|
Mike Pall
|
1b949dc60a
|
Use some register allocator helpers for multiple architectures.
|
2011-09-05 20:23:20 +02:00 |
|
Mike Pall
|
eb92daad0a
|
ARM: Don't evict ASMREF_L in ra_evictk().
|
2011-07-12 15:59:07 +02:00 |
|
Mike Pall
|
deeb8196c4
|
Reorganize trace linking and track link types.
|
2011-06-28 23:23:34 +02:00 |
|