aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2014-03-061-9/+11
|\
| * Don't access dangling reference to reallocated IR.Mike Pall2014-03-061-9/+11
| |
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
| |
* | x86: Fix stack slot counting for IR_CALLA (affects table.new).Mike Pall2013-12-261-1/+1
| |
* | Compile getfenv(0).Mike Pall2013-10-091-1/+12
| |
* | Add table.new().Mike Pall2013-10-091-0/+3
| |
* | Low-overhead profiler, part 4: JIT compiler support.Mike Pall2013-09-081-0/+1
| |
* | Save currently executing lua_State in g->cur_L.Mike Pall2013-08-301-1/+1
| | | | | | | | | | | | This is only a good approximation due to deficiencies in the design of the Lua/C API. It indicates _some_ valid state that is/was executing. Also reorder L->cframe stores to achieve a synchronously consistent state.
* | FFI: Compile VLA/VLS and large cdata allocs with default initialization.Mike Pall2013-05-241-1/+10
| |
* | Merge branch 'master' into v2.1Mike Pall2013-05-161-1/+1
|\|
| * Handle calls with max. args in backends even after SPLIT.Mike Pall2013-05-161-1/+1
| |
* | Refactor CCallInfo representation for split arguments.Mike Pall2013-05-131-1/+1
| |
* | Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-6/+6
| |
* | Optimize BUFHDR code generation.Mike Pall2013-04-271-1/+13
| | | | | | | | Rematerialize const buffer pointer instead of spilling.
* | Change semantics of buffer ops to simplify CSE and DCE.Mike Pall2013-04-261-13/+10
| |
* | Use explicit conversion type for IR_TOSTR. Add char conversion.Mike Pall2013-04-231-13/+19
| |
* | Fuse string creation into concats. Optimize single-char concats.Mike Pall2013-04-231-6/+23
| |
* | Always emit TOSTR for non-string CAT operands. Fuse in backend.Mike Pall2013-04-231-13/+17
| |
* | Combine IR instruction dispatch for all assembler backends.Mike Pall2013-04-221-0/+118
| |
* | Reorganize generic operations common to all assembler backends.Mike Pall2013-04-221-50/+159
| |
* | Compile string concatenations (BC_CAT).Mike Pall2013-04-211-0/+65
| |
* | Add generic load/store with offset to assembler backends.Mike Pall2013-04-211-0/+6
| |
* | Merge branch 'master' into v2.1Mike Pall2013-04-041-2/+28
|\|
| * Fix spurious red zone overflows in machine code generation.Mike Pall2013-04-041-2/+28
| |
* | x86: Remove x87 support from interpreter.Mike Pall2013-02-211-1/+1
|/ | | | SSE2 required from now on.
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Fix CONV.num.int sinking.Mike Pall2012-11-061-3/+12
|
* FFI: Fix code generation for replay of sunk float fields.Mike Pall2012-10-291-1/+1
|
* x86: Fix register allocation for calls returning register pair.Mike Pall2012-09-271-1/+5
|
* ARM, PPC, MIPS: Improve XLOAD operand fusion and register hinting.Mike Pall2012-08-271-1/+5
|
* Fix compilation with FFI disabled.Mike Pall2012-08-261-2/+2
|
* ARM: Fix base register coalescing.Mike Pall2012-08-251-0/+1
|
* ARM, MIPS, PPC: Rematerialize FPR invariants first.Mike Pall2012-08-191-2/+11
|
* ARM: Add VFP and hard-float ABI variants to JIT compiler.Mike Pall2012-08-091-1/+2
|
* Limit number of parent links handled by backend.Mike Pall2012-07-111-0/+2
|
* Use an explicit flag to signal SINK tags for a trace.Mike Pall2012-07-111-4/+3
|
* Don't allocate constants for sunk stores.Mike Pall2012-07-091-1/+1
|
* Drop range limit for sunk stores relative to sunk allocation.Mike Pall2012-07-041-2/+19
|
* Fix compiler warnings.Mike Pall2012-07-031-1/+1
|
* Add allocation sinking and store sinking optimization.Mike Pall2012-07-021-15/+52
|
* Add IR_PVAL instruction for non-slot parent links.Mike Pall2012-07-021-1/+1
|
* Add explicit IR_GCSTEP instruction.Mike Pall2012-07-021-3/+18
|
* Clean up RegSP handling for parent link instructions.Mike Pall2012-07-011-71/+41
|
* Fix PHI stack slot syncing.Mike Pall2012-05-071-1/+64
|
* MIPS: Integrate and enable JIT compiler.Mike Pall2012-03-301-6/+18
|
* Add missing mcode limit check in assembler backend.Mike Pall2012-03-121-1/+3
|
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* Move helper for syncing data/instruction cache to lj_mcode.c.Mike Pall2011-12-121-44/+1
| | | | Sync caches after dynamic code generation for FFI callbacks.
* Keep maximum frame extent in snap->topslot.Mike Pall2011-11-201-27/+20
|