Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | OP_CONCAT does not move its result (to simplify its execution) | Roberto Ierusalimschy | 2018-01-27 | 1 | -2/+2 |
* | keep more opcode arguments byte-aligned | Roberto Ierusalimschy | 2018-01-09 | 1 | -16/+20 |
* | new macros 'isOT'/'isIT' | Roberto Ierusalimschy | 2017-12-22 | 1 | -5/+15 |
* | new opcodes 'FORLOOP1'/'FORPREP1' for "basic for" (integer variable | Roberto Ierusalimschy | 2017-12-18 | 1 | -1/+5 |
* | some cleaning on signed opcode parameters | Roberto Ierusalimschy | 2017-12-15 | 1 | -13/+16 |
* | (1 << 31) with signed integer has undefined behavior in C | Roberto Ierusalimschy | 2017-12-15 | 1 | -2/+2 |
* | new opcodes BANDK/BORK/BXORK. (They do not use immediate operands | Roberto Ierusalimschy | 2017-12-13 | 1 | -1/+5 |
* | new opcodes OP_SHLI/OP_SHRI | Roberto Ierusalimschy | 2017-12-04 | 1 | -1/+4 |
* | details (comments) | Roberto Ierusalimschy | 2017-11-30 | 1 | -5/+10 |
* | detail (spacing) | Roberto Ierusalimschy | 2017-11-30 | 1 | -3/+3 |
* | new opcodes OP_RETURN0/OP_RETURN1 | Roberto Ierusalimschy | 2017-11-29 | 1 | -1/+4 |