Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | details | Roberto Ierusalimschy | 2002-08-21 | 1 | -1/+6 |
* | new simetric format for ABC instructions, to avoid exchanging operands | Roberto Ierusalimschy | 2002-08-20 | 1 | -24/+24 |
* | tailcall is executed together with call | Roberto Ierusalimschy | 2002-08-05 | 1 | -2/+2 |
* | new fallback __le (less equal), for partial order | Roberto Ierusalimschy | 2002-06-12 | 1 | -2/+5 |
* | warnings from other compilers | Roberto Ierusalimschy | 2002-06-06 | 1 | -5/+4 |
* | generic for also coded to make test at the end of the loop | Roberto Ierusalimschy | 2002-05-13 | 1 | -2/+5 |
* | new format for test intructions (handle NaN correctly) | Roberto Ierusalimschy | 2002-05-06 | 1 | -15/+11 |
* | avoid names that differ only in capitalization | Roberto Ierusalimschy | 2002-04-24 | 1 | -27/+27 |
* | new semantics for `generic for' (with state) | Roberto Ierusalimschy | 2002-04-09 | 1 | -3/+4 |
* | simpler implementation for line information | Roberto Ierusalimschy | 2002-03-25 | 1 | -3/+2 |
* | first implementation for tail call | Roberto Ierusalimschy | 2002-03-21 | 1 | -2/+3 |
* | special treatment for 'global in nil' | Roberto Ierusalimschy | 2002-03-18 | 1 | -2/+3 |
* | generic for (with any number of control variables) | Roberto Ierusalimschy | 2002-03-08 | 1 | -4/+6 |
* | LFIELDS_PER_FLUSH is an opcode detail | Roberto Ierusalimschy | 2002-02-14 | 1 | -6/+6 |
* | simpler implementation for `for' loops | Roberto Ierusalimschy | 2002-02-05 | 1 | -4/+2 |
* | OP_LOADINT can be done by OP_LOADK | Roberto Ierusalimschy | 2002-01-25 | 1 | -5/+1 |
* | cleaner semantics for test instructions (skips) | Roberto Ierusalimschy | 2002-01-16 | 1 | -15/+11 |
* | first implementation of coroutines | Roberto Ierusalimschy | 2002-01-09 | 1 | -5/+14 |
* | new type `boolean' | Roberto Ierusalimschy | 2001-12-11 | 1 | -4/+3 |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -2/+2 |
* | optimization for array part of a Table | Roberto Ierusalimschy | 2001-10-25 | 1 | -2/+2 |
* | first implementation of unrestricted static scoping | Roberto Ierusalimschy | 2001-09-07 | 1 | -1/+3 |
* | better syntax for type casts | Roberto Ierusalimschy | 2001-08-31 | 1 | -21/+21 |
* | avoid some warnings from strange compilers | Roberto Ierusalimschy | 2001-08-27 | 1 | -2/+2 |
* | small bug when creating AsBc instructions in 16-bit machines | Roberto Ierusalimschy | 2001-07-24 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2001-07-03 | 1 | -2/+2 |
* | new module lopcodes.c for tables describing opcodes | Roberto Ierusalimschy | 2001-06-28 | 1 | -1/+28 |
* | details about opcode parameters | Roberto Ierusalimschy | 2001-06-11 | 1 | -12/+12 |
* | new definition for `luaD_call' and `luaD_adjusttop' | Roberto Ierusalimschy | 2001-06-08 | 1 | -2/+2 |
* | new implementation for the Virtual Machine | Roberto Ierusalimschy | 2001-06-05 | 1 | -92/+127 |
* | list constructors do not adjust last expression | Roberto Ierusalimschy | 2001-04-06 | 1 | -3/+3 |
* | optimization for tailcall does not seem to pay itself | Roberto Ierusalimschy | 2001-03-07 | 1 | -2/+1 |
* | no more END opcode | Roberto Ierusalimschy | 2001-01-15 | 1 | -2/+1 |
* | lua_Number defined in lua.h (1st version) | Roberto Ierusalimschy | 2000-12-04 | 1 | -2/+2 |
* | comments | Roberto Ierusalimschy | 2000-10-24 | 1 | -2/+2 |
* | better definitions for MULTRET | Roberto Ierusalimschy | 2000-08-29 | 1 | -1/+10 |
* | comments | Roberto Ierusalimschy | 2000-08-15 | 1 | -2/+2 |
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 1 | -5/+3 |
* | details | Roberto Ierusalimschy | 2000-06-21 | 1 | -1/+2 |
* | cleansing of lparser.c | Roberto Ierusalimschy | 2000-06-05 | 1 | -2/+2 |
* | array `luaK_opproperties' keeps delta stack and mode for each opcode | Roberto Ierusalimschy | 2000-05-22 | 1 | -2/+2 |
* | first implementation of `for' over tables | Roberto Ierusalimschy | 2000-05-15 | 1 | -1/+4 |
* | [C++ Warning]: W8084 Suggest parentheses to clarify precedence. | Roberto Ierusalimschy | 2000-04-27 | 1 | -2/+2 |
* | optimization for SETLOCAL was too specific. | Roberto Ierusalimschy | 2000-04-14 | 1 | -2/+2 |
* | optimization INCLOCAL is not necessary, with `for' | Roberto Ierusalimschy | 2000-04-13 | 1 | -9/+1 |
* | first implementation of FOR | Roberto Ierusalimschy | 2000-04-12 | 1 | -1/+4 |
* | comments | Roberto Ierusalimschy | 2000-04-07 | 1 | -13/+13 |
* | name changes + new operation - old operation | Roberto Ierusalimschy | 2000-04-07 | 1 | -9/+9 |
* | new opcode INCLOCAL. | Roberto Ierusalimschy | 2000-04-04 | 1 | -33/+44 |
* | comments | Roberto Ierusalimschy | 2000-03-27 | 1 | -2/+2 |