Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OP_SELF restricted to constant short strings | Roberto Ierusalimschy | 2024-12-11 | 1 | -1/+1 |
* | Added gcc option '-Wconversion' | Roberto Ierusalimschy | 2024-07-27 | 1 | -2/+5 |
* | New instruction format for SETLIST/NEWTABLE | Roberto Ierusalimschy | 2024-06-28 | 1 | -6/+29 |
* | 'isIT'/'isOT' turned from macros to functions | Roberto Ierusalimschy | 2024-06-27 | 1 | -9/+3 |
* | Flexible limit for use of registers by constructors | Roberto Ierusalimschy | 2024-06-27 | 1 | -3/+0 |
* | Clearer code for controlling maximum registers | Roberto Ierusalimschy | 2024-06-26 | 1 | -5/+12 |
* | Cleaning of llimits.h | Roberto Ierusalimschy | 2024-06-20 | 1 | -3/+3 |
* | Details | Roberto Ierusalimschy | 2023-05-15 | 1 | -4/+4 |
* | Corrected support for 16-bit systems | Roberto Ierusalimschy | 2023-03-09 | 1 | -1/+1 |
* | Details | Roberto Ierusalimschy | 2021-03-29 | 1 | -4/+17 |
* | Details | Roberto Ierusalimschy | 2021-02-24 | 1 | -7/+7 |
* | Details | Roberto Ierusalimschy | 2020-10-12 | 1 | -2/+2 |
* | Several details about 5.4.0 rc1 | Roberto Ierusalimschy | 2020-04-23 | 1 | -10/+10 |
* | Added 'simplesect' sections to the manual | Roberto Ierusalimschy | 2020-04-13 | 1 | -1/+1 |
* | OP_LOADFALSE broken in two instructions | Roberto Ierusalimschy | 2020-02-11 | 1 | -1/+2 |
* | Clearer distinction between types and tags | Roberto Ierusalimschy | 2020-01-31 | 1 | -5/+5 |
* | Changed internal representation of booleans | Roberto Ierusalimschy | 2020-01-06 | 1 | -1/+2 |
* | Better comments about the use of 'k' in opcodes | Roberto Ierusalimschy | 2019-12-05 | 1 | -19/+23 |
* | Details | Roberto Ierusalimschy | 2019-11-18 | 1 | -2/+2 |
* | Comments in 'lopcodes.h' | Roberto Ierusalimschy | 2019-11-07 | 1 | -92/+92 |
* | Janitorial work | Roberto Ierusalimschy | 2019-10-01 | 1 | -4/+4 |
* | Janitorial work in 'lcode.c' | Roberto Ierusalimschy | 2019-09-19 | 1 | -5/+8 |
* | Removed arithmetic opcodes with immediate operand | Roberto Ierusalimschy | 2019-09-10 | 1 | -6/+0 |
* | Added macro 'testMMMode' | Roberto Ierusalimschy | 2019-09-06 | 1 | -1/+4 |
* | First version of OP_MMBIN opcodes | Roberto Ierusalimschy | 2019-08-27 | 1 | -0/+4 |
* | Micro optimization in OP_RETURN and OP_TAILCALL | Roberto Ierusalimschy | 2019-07-16 | 1 | -4/+3 |
* | Unification of size representation in OP_NEWTABLE and OP_SETLIST | Roberto Ierusalimschy | 2019-07-15 | 1 | -13/+10 |
* | OP_NEWTABLE keeps exact size of arrays | Roberto Ierusalimschy | 2019-07-12 | 1 | -1/+9 |
* | Details (typos in comments) | Roberto Ierusalimschy | 2019-07-05 | 1 | -3/+3 |
* | A few changes in tests about number of bits in integers | Roberto Ierusalimschy | 2019-05-13 | 1 | -5/+11 |
* | Keep correct type for immediate operands in comparisons | Roberto Ierusalimschy | 2019-03-22 | 1 | -1/+4 |
* | New semantics for the integer 'for' loop | Roberto Ierusalimschy | 2019-03-19 | 1 | -4/+0 |
* | Details | Roberto Ierusalimschy | 2019-03-13 | 1 | -8/+7 |
* | Added opcodes for arithmetic with K operands | Roberto Ierusalimschy | 2018-11-23 | 1 | -0/+10 |
* | To-be-closed variable in 'for' loop separated from the state | Roberto Ierusalimschy | 2018-11-07 | 1 | -3/+3 |
* | Big revamp in the implmentation of labels/gotos | Roberto Ierusalimschy | 2018-10-29 | 1 | -6/+3 |
* | More uniformity in code generation for 'for' loops | Roberto Ierusalimschy | 2018-10-26 | 1 | -0/+1 |
* | Towards "to closed" local variables | Roberto Ierusalimschy | 2018-10-08 | 1 | -0/+1 |
* | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 2018-08-23 | 1 | -1/+1 |
* | Opcode names moved to a new header file | Roberto Ierusalimschy | 2018-07-09 | 1 | -4/+1 |
* | change in 'LUAI_DDEC' to allow variables to be static in 'onelua' | Roberto Ierusalimschy | 2018-06-18 | 1 | -3/+3 |
* | detail in comment | Roberto Ierusalimschy | 2018-06-08 | 1 | -2/+2 |
* | no more nil-in-table | Roberto Ierusalimschy | 2018-04-04 | 1 | -4/+1 |
* | new experimental syntax using reserved word 'undef' | Roberto Ierusalimschy | 2018-03-07 | 1 | -1/+4 |
* | new opcodes OP_GTI/OP_GEI | Roberto Ierusalimschy | 2018-02-21 | 1 | -6/+3 |
* | some simplifications/optimizations in returns from Lua functions | Roberto Ierusalimschy | 2018-02-15 | 1 | -10/+12 |
* | vararg back to '...' (but with another implementation) | Roberto Ierusalimschy | 2018-02-09 | 1 | -4/+6 |
* | new opcode 'PREPVARARG' | Roberto Ierusalimschy | 2018-02-07 | 1 | -0/+2 |
* | detail | Roberto Ierusalimschy | 2018-02-07 | 1 | -6/+6 |
* | janitor work on casts | Roberto Ierusalimschy | 2018-01-28 | 1 | -6/+6 |