| Commit message (Expand) | Author | Age | Files | Lines |
* | Use weak guards for on-trace allocations. | Mike Pall | 2021-03-23 | 1 | -5/+5 |
* | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -1/+1 |
|\ |
|
| * | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-10-12 | 1 | -0/+8 |
|\| |
|
| * | Ensure full init of IR_NOP instructions. | Mike Pall | 2020-10-12 | 1 | -0/+8 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-09-22 | 1 | -1/+1 |
|\| |
|
| * | Mark CONV as non-weak, to prevent elimination of its side-effect. | Mike Pall | 2020-09-22 | 1 | -1/+1 |
* | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -2/+3 |
* | | Optimize table length computation with hinting. | Mike Pall | 2020-05-27 | 1 | -0/+1 |
* | | Remove pow() splitting and cleanup backends. | Mike Pall | 2020-05-23 | 1 | -1/+1 |
* | | Cleanup math function compilation and fix inconsistencies. | Mike Pall | 2020-05-22 | 1 | -3/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
* | | Fix unsinking of 64 bit constants. | Mike Pall | 2019-08-30 | 1 | -6/+6 |
* | | LJ_GC64: Make ASMREF_L references 64 bit. | Mike Pall | 2017-10-02 | 1 | -1/+3 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
* | | x64/LJ_GC64: Add missing backend support and enable JIT compilation. | Mike Pall | 2016-05-23 | 1 | -2/+6 |
* | | LJ_FR2: Add support for trace recording and snapshots. | Mike Pall | 2016-05-23 | 1 | -1/+1 |
* | | LJ_GC64: Update IR type sizes. | Mike Pall | 2016-05-23 | 1 | -5/+8 |
* | | LJ_GC64: Add support for 64 bit GCobj constants in the IR. | Mike Pall | 2016-05-23 | 1 | -3/+3 |
* | | Embed 64 bit constants directly in the IR, using two slots. | Mike Pall | 2016-05-23 | 1 | -6/+9 |
* | | LJ_GC64: Introduce IRT_PGC. | Mike Pall | 2016-05-20 | 1 | -1/+2 |
* | | 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 |
* | | 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_GC64 mode: 64 bit GC object references. | Mike Pall | 2015-01-03 | 1 | -2/+9 |
* | | Specialize to ffid for non-monomorphic builtins. | Mike Pall | 2014-03-04 | 1 | -0/+1 |
* | | 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 |
* | | Compile getfenv(0). | Mike Pall | 2013-10-09 | 1 | -0/+2 |
* | | FFI: Compile lightuserdata to void * conversion. | Mike Pall | 2013-10-09 | 1 | -0/+1 |
* | | Add table.new(). | Mike Pall | 2013-10-09 | 1 | -0/+1 |
* | | Low-overhead profiler, part 4: JIT compiler support. | Mike Pall | 2013-09-08 | 1 | -0/+1 |
* | | Change semantics of buffer ops to simplify CSE and DCE. | Mike Pall | 2013-04-26 | 1 | -2/+2 |
* | | Use explicit conversion type for IR_TOSTR. Add char conversion. | Mike Pall | 2013-04-23 | 1 | -1/+6 |
* | | Compile string concatenations (BC_CAT). | Mike Pall | 2013-04-21 | 1 | -0/+9 |
* | | Remove obsolete non-truncating number to integer conversions. | Mike Pall | 2013-02-23 | 1 | -1/+0 |
|/ |
|
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
* | Add table of IR type sizes. | Mike Pall | 2012-08-27 | 1 | -5/+12 |
* | Don't treat all constified cdata content as constant. | Mike Pall | 2012-07-24 | 1 | -0/+1 |
* | Avoid pesky compiler warnings about C++ keywords (eh?). | Mike Pall | 2012-07-03 | 1 | -1/+1 |
* | Add IR_PVAL instruction for non-slot parent links. | Mike Pall | 2012-07-02 | 1 | -0/+1 |
* | Add explicit IR_GCSTEP instruction. | Mike Pall | 2012-07-02 | 1 | -0/+1 |
* | FFI: Use CNEWI/FLOAD to box/access ffi.new("int", x) (for varargs). | Mike Pall | 2012-06-04 | 1 | -0/+1 |
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
* | Specialize to prototype for non-monomorphic functions. | Mike Pall | 2011-11-20 | 1 | -0/+1 |
* | Cleanup various endianess issues in assembler backend. | Mike Pall | 2011-10-22 | 1 | -1/+1 |
* | FFI/ARM: Ensure invocation of SPLIT pass for float conversions. | Mike Pall | 2011-10-14 | 1 | -0/+1 |