summaryrefslogtreecommitdiff
path: root/lopcodes.c
Commit message (Expand)AuthorAgeFilesLines
* better information about instruction behavior (use of arguments)Roberto Ierusalimschy2003-05-141-44/+41
* new semantics for "for" local variablesRoberto Ierusalimschy2003-05-131-1/+3
* each .c file defines its own nameRoberto Ierusalimschy2002-12-041-1/+3
* new simetric format for ABC instructions, to avoid exchanging operandsRoberto Ierusalimschy2002-08-201-43/+39
* new fallback __le (less equal), for partial orderRoberto Ierusalimschy2002-06-121-3/+9
* generic for also coded to make test at the end of the loopRoberto Ierusalimschy2002-05-131-3/+3
* new format for test intructions (handle NaN correctly)Roberto Ierusalimschy2002-05-061-17/+7
* avoid names that differ only in capitalizationRoberto Ierusalimschy2002-04-241-9/+9
* detailsRoberto Ierusalimschy2002-04-101-2/+2
* new semantics for `generic for' (with state)Roberto Ierusalimschy2002-04-091-1/+3
* simpler implementation for line informationRoberto Ierusalimschy2002-03-251-4/+4
* first implementation for tail callRoberto Ierusalimschy2002-03-211-1/+3
* generic for (with any number of control variables)Roberto Ierusalimschy2002-03-081-2/+3
* simpler implementation for `for' loopsRoberto Ierusalimschy2002-02-051-8/+4
* OP_LOADINT can be done by OP_LOADKRoberto Ierusalimschy2002-01-251-2/+0
* cleaner semantics for test instructions (skips)Roberto Ierusalimschy2002-01-161-3/+1
* new type `boolean'Roberto Ierusalimschy2001-12-111-3/+3
* no more explicit support for wide-chars; too much troble...Roberto Ierusalimschy2001-11-281-44/+43
* optimization for array part of a TableRoberto Ierusalimschy2001-10-251-2/+2
* first implementation of unrestricted static scopingRoberto Ierusalimschy2001-09-071-2/+6
* better syntax for type castsRoberto Ierusalimschy2001-08-311-1/+2
* avoid some warnings from strange compilersRoberto Ierusalimschy2001-08-271-2/+2
* `opmodes' table also generated automatically by mkprintRoberto Ierusalimschy2001-07-031-43/+42
* tables describing opcodesRoberto Ierusalimschy2001-06-281-0/+108