Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another way to compile goto's | Roberto Ierusalimschy | 2025-01-10 | 1 | -2/+11 |
* | Flexible limit for use of registers by constructors | Roberto Ierusalimschy | 2024-06-27 | 1 | -0/+11 |
* | Clearer code for controlling maximum registers | Roberto Ierusalimschy | 2024-06-26 | 1 | -0/+15 |
* | Avoid excessive name pollution in test files | Roberto Ierusalimschy | 2022-12-28 | 1 | -3/+3 |
* | Changes in cache for function constants | Roberto Ierusalimschy | 2021-03-30 | 1 | -0/+14 |
* | Details (do not affect regular code) | Roberto Ierusalimschy | 2020-12-07 | 1 | -0/+14 |
* | Removed optimization for «if ... then goto» | Roberto Ierusalimschy | 2020-11-11 | 1 | -22/+0 |
* | Changed internal representation of booleans | Roberto Ierusalimschy | 2020-01-06 | 1 | -5/+5 |
* | Janitorial work | Roberto Ierusalimschy | 2019-10-01 | 1 | -2/+5 |
* | Subtraction of small constant integers optimized with OP_ADDI | Roberto Ierusalimschy | 2019-09-24 | 1 | -0/+1 |
* | Removed arithmetic opcodes with immediate operand | Roberto Ierusalimschy | 2019-09-10 | 1 | -9/+9 |
* | Use of 'MMBIN' opcodes extended to shift operators | Roberto Ierusalimschy | 2019-08-28 | 1 | -4/+4 |
* | First version of OP_MMBIN opcodes | Roberto Ierusalimschy | 2019-08-27 | 1 | -28/+35 |
* | Change in the syntax of attributes | Roberto Ierusalimschy | 2019-07-30 | 1 | -18/+18 |
* | Fixed small issue with constant propagation | Roberto Ierusalimschy | 2019-07-17 | 1 | -4/+6 |
* | New kind of expression VKSTR | Roberto Ierusalimschy | 2019-07-17 | 1 | -0/+17 |
* | OP_NEWTABLE keeps exact size of arrays | Roberto Ierusalimschy | 2019-07-12 | 1 | -2/+4 |
* | First implementation of constant propagation | Roberto Ierusalimschy | 2019-07-12 | 1 | -31/+58 |
* | New semantics for the integer 'for' loop | Roberto Ierusalimschy | 2019-03-19 | 1 | -2/+2 |
* | Added opcodes for arithmetic with K operands | Roberto Ierusalimschy | 2018-11-23 | 1 | -31/+51 |
* | Back with optimization for 'if cond then goto' | Roberto Ierusalimschy | 2018-10-30 | 1 | -1/+19 |
* | Big revamp in the implmentation of labels/gotos | Roberto Ierusalimschy | 2018-10-29 | 1 | -12/+7 |
* | Towards "to closed" local variables | Roberto Ierusalimschy | 2018-10-08 | 1 | -1/+5 |
* | Added directory to test file names in '$Id:' | Roberto Ierusalimschy | 2018-07-25 | 1 | -1/+1 |
* | In tests of opcodes, avoid coercion in bitwise operation | Roberto Ierusalimschy | 2018-07-10 | 1 | -1/+1 |
* | Added manual and tests for version 5.4-w2 | Roberto Ierusalimschy | 2018-07-09 | 1 | -0/+347 |