Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Detail | Roberto Ierusalimschy | 2022-01-03 | 1 | -1/+1 |
* | Changes in cache for function constants | Roberto Ierusalimschy | 2021-03-30 | 1 | -8/+26 |
* | Don't use tointegerns when luaV_tointegerns will do | Roberto Ierusalimschy | 2021-02-24 | 1 | -1/+2 |
* | Optimization/simplification of 'getbaseline' | Roberto Ierusalimschy | 2021-02-02 | 1 | -2/+2 |
* | Optimizations for line hook | Roberto Ierusalimschy | 2021-01-28 | 1 | -9/+0 |
* | Changes in the API of 'luaH_set' and related functions | Roberto Ierusalimschy | 2020-12-04 | 1 | -2/+6 |
* | Details | Roberto Ierusalimschy | 2020-12-02 | 1 | -3/+3 |
* | Details | Roberto Ierusalimschy | 2020-10-30 | 1 | -5/+9 |
* | Fixed "conceptual" bug in 'luaK_setreturns' | Roberto Ierusalimschy | 2020-03-02 | 1 | -4/+3 |
* | Details | Roberto Ierusalimschy | 2020-02-27 | 1 | -10/+5 |
* | OP_LOADFALSE broken in two instructions | Roberto Ierusalimschy | 2020-02-11 | 1 | -4/+4 |
* | Clearer distinction between types and tags | Roberto Ierusalimschy | 2020-01-31 | 1 | -6/+6 |
* | Changed internal representation of booleans | Roberto Ierusalimschy | 2020-01-06 | 1 | -15/+35 |
* | Comments (mosty typos) | Roberto Ierusalimschy | 2019-12-30 | 1 | -1/+1 |
* | Using an enumeration for float->integer coercion modes | Roberto Ierusalimschy | 2019-12-05 | 1 | -2/+2 |
* | Fixed warnings from Keil compiler | Roberto Ierusalimschy | 2019-10-25 | 1 | -1/+1 |
* | Fixed a warning and other minor issues | Roberto Ierusalimschy | 2019-10-04 | 1 | -2/+2 |
* | Janitorial work | Roberto Ierusalimschy | 2019-10-01 | 1 | -32/+29 |
* | Subtraction of small constant integers optimized with OP_ADDI | Roberto Ierusalimschy | 2019-09-24 | 1 | -27/+41 |
* | Janitorial work in 'lcode.c' | Roberto Ierusalimschy | 2019-09-19 | 1 | -33/+25 |
* | Simplification in the call to 'constfolding' | Roberto Ierusalimschy | 2019-09-11 | 1 | -15/+11 |
* | Removed arithmetic opcodes with immediate operand | Roberto Ierusalimschy | 2019-09-10 | 1 | -8/+8 |
* | Use of 'MMBIN' opcodes extended to shift operators | Roberto Ierusalimschy | 2019-08-28 | 1 | -11/+15 |
* | First version of OP_MMBIN opcodes | Roberto Ierusalimschy | 2019-08-27 | 1 | -19/+27 |
* | Fixed small issue with constant propagation | Roberto Ierusalimschy | 2019-07-17 | 1 | -3/+15 |
* | New kind of expression VKSTR | Roberto Ierusalimschy | 2019-07-17 | 1 | -10/+25 |
* | Micro optimization in OP_RETURN and OP_TAILCALL | Roberto Ierusalimschy | 2019-07-16 | 1 | -4/+4 |
* | Unification of size representation in OP_NEWTABLE and OP_SETLIST | Roberto Ierusalimschy | 2019-07-15 | 1 | -12/+28 |
* | OP_NEWTABLE keeps exact size of arrays | Roberto Ierusalimschy | 2019-07-12 | 1 | -3/+3 |
* | First implementation of constant propagation | Roberto Ierusalimschy | 2019-07-12 | 1 | -1/+55 |
* | Towards constant propagation | Roberto Ierusalimschy | 2019-07-10 | 1 | -2/+2 |
* | New implementation for constants | Roberto Ierusalimschy | 2019-07-09 | 1 | -47/+13 |
* | First take on constant propagation | Roberto Ierusalimschy | 2019-07-01 | 1 | -14/+48 |
* | First implementation for 'const' variables | Roberto Ierusalimschy | 2019-05-17 | 1 | -15/+21 |
* | Keep correct type for immediate operands in comparisons | Roberto Ierusalimschy | 2019-03-22 | 1 | -19/+23 |
* | Added opcodes for arithmetic with K operands | Roberto Ierusalimschy | 2018-11-23 | 1 | -53/+73 |
* | Big revamp in the implmentation of labels/gotos | Roberto Ierusalimschy | 2018-10-29 | 1 | -34/+0 |
* | Towards "to closed" local variables | Roberto Ierusalimschy | 2018-10-08 | 1 | -2/+2 |
* | Fixed bug in line info. when using 'not' operator | Roberto Ierusalimschy | 2018-07-11 | 1 | -23/+53 |
* | no more nil-in-table | Roberto Ierusalimschy | 2018-04-04 | 1 | -52/+3 |
* | FALLTHROUGH comment must be last "statement" | Roberto Ierusalimschy | 2018-03-16 | 1 | -3/+2 |
* | new experimental syntax using reserved word 'undef' | Roberto Ierusalimschy | 2018-03-07 | 1 | -3/+60 |
* | better names for macros for tags and types. | Roberto Ierusalimschy | 2018-02-26 | 1 | -2/+2 |
* | new opcodes OP_GTI/OP_GEI | Roberto Ierusalimschy | 2018-02-21 | 1 | -18/+12 |
* | small reorganization of 'luaV_flttointeger'/'luaV_tointeger' | Roberto Ierusalimschy | 2018-02-21 | 1 | -4/+2 |
* | correct way to check stack space for vararg functions | Roberto Ierusalimschy | 2018-02-17 | 1 | -2/+2 |
* | some simplifications/optimizations in returns from Lua functions | Roberto Ierusalimschy | 2018-02-15 | 1 | -14/+18 |
* | vararg back to '...' (but with another implementation) | Roberto Ierusalimschy | 2018-02-09 | 1 | -13/+13 |
* | janitor work on casts | Roberto Ierusalimschy | 2018-01-28 | 1 | -2/+2 |
* | OP_CONCAT does not move its result (to simplify its execution) | Roberto Ierusalimschy | 2018-01-27 | 1 | -32/+52 |