Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-05-17 | 1 | -0/+2 | |
|\| | ||||||
| * | Add missing LJ_MAX_JSLOTS check. | Mike Pall | 2017-05-17 | 1 | -0/+2 | |
| | | | | | | | | Thanks to Yichun Zhang. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-05-09 | 1 | -2/+2 | |
|\| | ||||||
| * | Fix LJ_MAX_JSLOTS assertion in rec_check_slots(). | Mike Pall | 2017-05-09 | 1 | -2/+2 | |
| | | | | | | | | Thanks to Yichun Zhang. | |||||
* | | 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 | |
| | | ||||||
* | | LJ_GC64: Various followup fixes. | Mike Pall | 2016-10-20 | 1 | -0/+2 | |
| | | | | | | | | Contributed by Peter Cawley. | |||||
* | | LJ_FR2: Fix slot 1 handling. | Mike Pall | 2016-10-16 | 1 | -2/+2 | |
| | | | | | | | | Contributed by Peter Cawley. | |||||
* | | LJ_GC64: Various fixes. | Mike Pall | 2016-10-12 | 1 | -0/+2 | |
| | | | | | | | | Contributed by Peter Cawley. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-06-03 | 1 | -1/+1 | |
|\| | ||||||
| * | Don't try to record outermost pcall() return to lower frame. | Mike Pall | 2016-06-03 | 1 | -1/+1 | |
| | | ||||||
* | | x64/LJ_GC64: Add missing backend support and enable JIT compilation. | Mike Pall | 2016-05-23 | 1 | -0/+6 | |
| | | | | | | | | Contributed by Peter Cawley. | |||||
* | | LJ_FR2: Add support for trace recording and snapshots. | Mike Pall | 2016-05-23 | 1 | -82/+149 | |
| | | | | | | | | Contributed by Peter Cawley. | |||||
* | | Embed 64 bit constants directly in the IR, using two slots. | Mike Pall | 2016-05-23 | 1 | -1/+4 | |
| | | | | | | | | Contributed by Peter Cawley. | |||||
* | | Always walk IR constants in ascending order. | Mike Pall | 2016-05-22 | 1 | -1/+1 | |
| | | | | | | | | | | Prerequisite for embedding 64 bit constants directly in the IR. Contributed by Peter Cawley. | |||||
* | | LJ_GC64: Introduce IRT_PGC. | Mike Pall | 2016-05-20 | 1 | -28/+28 | |
| | | | | | | | | Contributed by Peter Cawley. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-05-20 | 1 | -2/+8 | |
|\| | ||||||
| * | Add guard for obscure aliasing between open upvalues and SSA slots. | Mike Pall | 2016-05-20 | 1 | -2/+8 | |
| | | | | | | | | Thanks to Peter Cawley. | |||||
* | | Constrain value range of lj_ir_kptr() to unsigned 32 bit pointers. | Mike Pall | 2016-04-24 | 1 | -6/+1 | |
| | | | | | | | | Thanks to Peter Cawley. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-04-21 | 1 | -2/+2 | |
|\| | ||||||
| * | Fix handling of non-numeric strings in arithmetic coercions. | Mike Pall | 2016-04-21 | 1 | -2/+2 | |
| | | | | | | | | Thanks to Vyacheslav Egorov. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-04-03 | 1 | -1/+4 | |
|\| | ||||||
| * | Fix recording of select(n, ...) with off-trace varargs | Mike Pall | 2016-04-03 | 1 | -1/+4 | |
| | | | | | | | | Thanks to Peter Cawley. | |||||
* | | 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 | |
| | | ||||||
* | | Rollback due to HREFK + load fwd must restore guardemit state. | Mike Pall | 2016-01-18 | 1 | -4/+12 | |
| | | | | | | | | Thanks to Vyacheslav Egorov. | |||||
* | | Disable table allocation bump optimization (for now). | Mike Pall | 2015-06-13 | 1 | -0/+14 | |
| | | ||||||
* | | Fix table allocation bump optimization (sigh). | Mike Pall | 2015-06-10 | 1 | -1/+9 | |
| | | ||||||
* | | Fix table allocation bump optimization (again). | Mike Pall | 2015-06-09 | 1 | -1/+2 | |
| | | ||||||
* | | Fix table allocation bump optimization. | Mike Pall | 2015-05-21 | 1 | -1/+3 | |
| | | ||||||
* | | Fix for last commit. | Mike Pall | 2015-05-19 | 1 | -0/+1 | |
| | | ||||||
* | | Bump table allocations retroactively if they grow later on. | Mike Pall | 2015-05-19 | 1 | -2/+74 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-17 | 1 | -0/+2 | |
|\| | ||||||
| * | Don't compile IR_RETF after CALLT to ff with-side effects. | Mike Pall | 2015-01-17 | 1 | -0/+2 | |
| | | ||||||
* | | 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 | -9/+16 | |
| | | ||||||
* | | Cleanup of TValue setters. No functional changes. | Mike Pall | 2014-12-20 | 1 | -1/+1 | |
| | | ||||||
* | | Avoid dependency on frame layout for LJ_POST_FIXCOMP. | Mike Pall | 2014-12-15 | 1 | -1/+1 | |
| | | | | | | | | The auxiliary value in u32.lo wasn't used, anyway. | |||||
* | | Cleanup of frame handling. No functional changes. | Mike Pall | 2014-12-15 | 1 | -1/+2 | |
| | | ||||||
* | | Eliminate hmask guard for forwarded HREFK. | Mike Pall | 2014-09-17 | 1 | -4/+11 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-07-01 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix ABC elimination. | Mike Pall | 2014-07-01 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-04-01 | 1 | -1/+1 | |
|\| | ||||||
| * | Correct fix for reuse of SCEV results in FORL. | Mike Pall | 2014-04-01 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-03-27 | 1 | -1/+3 | |
|\| | ||||||
| * | Fix check for reuse of SCEV results in FORL. | Mike Pall | 2014-03-27 | 1 | -1/+3 | |
| | | ||||||
* | | Specialize to ffid for non-monomorphic builtins. | Mike Pall | 2014-03-04 | 1 | -1/+4 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-02-28 | 1 | -4/+2 | |
|\| | ||||||
| * | Fix recording of BC_VARG. | Mike Pall | 2014-02-28 | 1 | -4/+2 | |
| | |