Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | details | Roberto Ierusalimschy | 2002-06-12 | 1 | -2/+1 | |
| | ||||||
* | details about jump optimization | Roberto Ierusalimschy | 2002-05-13 | 1 | -1/+2 | |
| | ||||||
* | cleaner implementation of code generation for jumps | Roberto Ierusalimschy | 2002-05-10 | 1 | -2/+2 | |
| | ||||||
* | optimization for `while' (first version) | Roberto Ierusalimschy | 2002-05-10 | 1 | -1/+4 | |
| | ||||||
* | new function `lua_vpushstr' to replace uses of `sprintf' | Roberto Ierusalimschy | 2002-05-07 | 1 | -2/+1 | |
| | ||||||
* | avoid names that differ only in capitalization | Roberto Ierusalimschy | 2002-04-24 | 1 | -3/+3 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2002-04-10 | 1 | -2/+1 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2002-04-02 | 1 | -2/+3 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2002-03-21 | 1 | -1/+3 | |
| | ||||||
* | generic for (with any number of control variables) | Roberto Ierusalimschy | 2002-03-08 | 1 | -1/+3 | |
| | ||||||
* | simpler implementation for `for' loops | Roberto Ierusalimschy | 2002-02-05 | 1 | -1/+0 | |
| | ||||||
* | OP_LOADINT can be done by OP_LOADK | Roberto Ierusalimschy | 2002-01-25 | 1 | -2/+3 | |
| | ||||||
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -2/+2 | |
| | ||||||
* | small bug when creating AsBc instructions in 16-bit machines | Roberto Ierusalimschy | 2001-07-24 | 1 | -2/+2 | |
| | ||||||
* | `(exp)' adjusts exp to 1 result | Roberto Ierusalimschy | 2001-06-12 | 1 | -1/+2 | |
| | ||||||
* | new implementation for the Virtual Machine | Roberto Ierusalimschy | 2001-06-05 | 1 | -28/+21 | |
| | ||||||
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -2/+2 | |
| | ||||||
* | better separation between basic types | Roberto Ierusalimschy | 2001-02-20 | 1 | -4/+4 | |
| | ||||||
* | simpler implementation of for loops | Roberto Ierusalimschy | 2001-01-29 | 1 | -1/+2 | |
| | ||||||
* | lua_Number defined in lua.h (1st version) | Roberto Ierusalimschy | 2000-12-04 | 1 | -2/+2 | |
| | ||||||
* | better control over extensions of char/short to int | Roberto Ierusalimschy | 2000-11-30 | 1 | -3/+5 | |
| | ||||||
* | better code for unary/binary operators | Roberto Ierusalimschy | 2000-08-09 | 1 | -4/+18 | |
| | ||||||
* | better error messages | Roberto Ierusalimschy | 2000-06-28 | 1 | -2/+5 | |
| | ||||||
* | optimizations for "while 1", "until nil", and the like | Roberto Ierusalimschy | 2000-06-16 | 1 | -2/+1 | |
| | ||||||
* | array `luaK_opproperties' keeps delta stack and mode for each opcode | Roberto Ierusalimschy | 2000-05-22 | 1 | -1/+9 | |
| | ||||||
* | comment | Roberto Ierusalimschy | 2000-04-12 | 1 | -2/+6 | |
| | ||||||
* | reorganization of lcode.c | Roberto Ierusalimschy | 2000-04-07 | 1 | -7/+4 | |
| | ||||||
* | implementation of BREAK | Roberto Ierusalimschy | 2000-04-05 | 1 | -2/+6 | |
| | ||||||
* | small changes | Roberto Ierusalimschy | 2000-03-17 | 1 | -7/+5 | |
| | ||||||
* | details. | Roberto Ierusalimschy | 2000-03-15 | 1 | -2/+1 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2000-03-13 | 1 | -14/+14 | |
| | ||||||
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -2/+2 | |
| | ||||||
* | first implementation of "threaded code" for boolean operations | Roberto Ierusalimschy | 2000-03-09 | 1 | -2/+4 | |
| | ||||||
* | a better way to control optimizations. | Roberto Ierusalimschy | 2000-03-04 | 1 | -6/+8 | |
| | ||||||
* | change of code generation design (independent functions for each opcode) | Roberto Ierusalimschy | 2000-03-03 | 1 | -11/+14 | |
| | ||||||
* | new algorithm to parse expressions + distribution of code between lparser | Roberto Ierusalimschy | 2000-03-03 | 1 | -1/+19 | |
| | | | | and lcode. | |||||
* | code generator (and optimizer) for Lua | Roberto Ierusalimschy | 2000-02-22 | 1 | -0/+19 | |