| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Generate BMI2 shifts and rotates, if available. | Mike Pall | 2016-03-28 | 1 | -1/+4 |
* | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
|\ |
|
| * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
* | | Generalize LJ_SOFTFP dependencies in lj_asm.c. | Mike Pall | 2016-02-09 | 1 | -4/+11 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
* | | Add LJ_FR2 mode: Two-slot frame info. | Mike Pall | 2015-01-03 | 1 | -1/+1 |
* | | x86: Fix stack slot reservation for FP math functions. | Mike Pall | 2014-12-16 | 1 | -23/+27 |
* | | x86/x64: Drop internal x87 math functions. Use libm functions. | Mike Pall | 2014-12-08 | 1 | -4/+0 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-11-28 | 1 | -0/+5 |
|\| |
|
| * | Fix snapshot #0 handling for traces with a stack check on entry. | Mike Pall | 2014-11-28 | 1 | -0/+5 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-10-08 | 1 | -0/+1 |
|\| |
|
| * | Fix fused constant loads under high register pressure. | Mike Pall | 2014-10-08 | 1 | -0/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-03-06 | 1 | -9/+11 |
|\| |
|
| * | Don't access dangling reference to reallocated IR. | Mike Pall | 2014-03-06 | 1 | -9/+11 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-16 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
* | | x86: Fix stack slot counting for IR_CALLA (affects table.new). | Mike Pall | 2013-12-26 | 1 | -1/+1 |
* | | Compile getfenv(0). | Mike Pall | 2013-10-09 | 1 | -1/+12 |
* | | Add table.new(). | Mike Pall | 2013-10-09 | 1 | -0/+3 |
* | | Low-overhead profiler, part 4: JIT compiler support. | Mike Pall | 2013-09-08 | 1 | -0/+1 |
* | | Save currently executing lua_State in g->cur_L. | Mike Pall | 2013-08-30 | 1 | -1/+1 |
* | | FFI: Compile VLA/VLS and large cdata allocs with default initialization. | Mike Pall | 2013-05-24 | 1 | -1/+10 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-05-16 | 1 | -1/+1 |
|\| |
|
| * | Handle calls with max. args in backends even after SPLIT. | Mike Pall | 2013-05-16 | 1 | -1/+1 |
* | | Refactor CCallInfo representation for split arguments. | Mike Pall | 2013-05-13 | 1 | -1/+1 |
* | | Big renaming of string buffer/formatting/conversion functions. | Mike Pall | 2013-05-13 | 1 | -6/+6 |
* | | Optimize BUFHDR code generation. | Mike Pall | 2013-04-27 | 1 | -1/+13 |
* | | Change semantics of buffer ops to simplify CSE and DCE. | Mike Pall | 2013-04-26 | 1 | -13/+10 |
* | | Use explicit conversion type for IR_TOSTR. Add char conversion. | Mike Pall | 2013-04-23 | 1 | -13/+19 |
* | | Fuse string creation into concats. Optimize single-char concats. | Mike Pall | 2013-04-23 | 1 | -6/+23 |
* | | Always emit TOSTR for non-string CAT operands. Fuse in backend. | Mike Pall | 2013-04-23 | 1 | -13/+17 |
* | | Combine IR instruction dispatch for all assembler backends. | Mike Pall | 2013-04-22 | 1 | -0/+118 |
* | | Reorganize generic operations common to all assembler backends. | Mike Pall | 2013-04-22 | 1 | -50/+159 |
* | | Compile string concatenations (BC_CAT). | Mike Pall | 2013-04-21 | 1 | -0/+65 |
* | | Add generic load/store with offset to assembler backends. | Mike Pall | 2013-04-21 | 1 | -0/+6 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-04-04 | 1 | -2/+28 |
|\| |
|
| * | Fix spurious red zone overflows in machine code generation. | Mike Pall | 2013-04-04 | 1 | -2/+28 |
* | | x86: Remove x87 support from interpreter. | Mike Pall | 2013-02-21 | 1 | -1/+1 |
|/ |
|
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
* | Fix CONV.num.int sinking. | Mike Pall | 2012-11-06 | 1 | -3/+12 |
* | FFI: Fix code generation for replay of sunk float fields. | Mike Pall | 2012-10-29 | 1 | -1/+1 |
* | x86: Fix register allocation for calls returning register pair. | Mike Pall | 2012-09-27 | 1 | -1/+5 |
* | ARM, PPC, MIPS: Improve XLOAD operand fusion and register hinting. | Mike Pall | 2012-08-27 | 1 | -1/+5 |
* | Fix compilation with FFI disabled. | Mike Pall | 2012-08-26 | 1 | -2/+2 |
* | ARM: Fix base register coalescing. | Mike Pall | 2012-08-25 | 1 | -0/+1 |
* | ARM, MIPS, PPC: Rematerialize FPR invariants first. | Mike Pall | 2012-08-19 | 1 | -2/+11 |
* | ARM: Add VFP and hard-float ABI variants to JIT compiler. | Mike Pall | 2012-08-09 | 1 | -1/+2 |
* | Limit number of parent links handled by backend. | Mike Pall | 2012-07-11 | 1 | -0/+2 |
* | Use an explicit flag to signal SINK tags for a trace. | Mike Pall | 2012-07-11 | 1 | -4/+3 |