96 Commits (819bd51d87b799fdee029754c660dc9a5587ef57)

Author SHA1 Message Date
Roberto Ierusalimschy 0ddc0f47bd Several details about 5.4.0 rc1 5 years ago
Roberto Ierusalimschy 9b7987a9d1 OP_LOADFALSE broken in two instructions 5 years ago
Roberto Ierusalimschy 5ff408d218 Changed internal representation of booleans 5 years ago
Roberto Ierusalimschy 91dad09f65 Removed arithmetic opcodes with immediate operand 5 years ago
Roberto Ierusalimschy 4518e5df24 Added macro 'testMMMode' 5 years ago
Roberto Ierusalimschy df13f25948 First version of OP_MMBIN opcodes 5 years ago
Roberto Ierusalimschy b80077b8f3 Change in the handling of 'L->top' when calling metamethods 5 years ago
Roberto Ierusalimschy 23e6bac8a0 Keep correct type for immediate operands in comparisons 6 years ago
Roberto Ierusalimschy 9b37a4695e New semantics for the integer 'for' loop 6 years ago
Roberto Ierusalimschy 84e32ad2eb Added opcodes for arithmetic with K operands 6 years ago
Roberto Ierusalimschy 6e9b719694 More uniformity in code generation for 'for' loops 6 years ago
Roberto Ierusalimschy 4cd1f4aac0 Towards "to closed" local variables 6 years ago
Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings 6 years ago
Roberto Ierusalimschy b08c9079c5 Opcode names moved to a new header file 6 years ago
Roberto Ierusalimschy 26eb144541 no need to define 'luaP_opnames' in regular builds 7 years ago
Roberto Ierusalimschy 03c6a05ec8 no more nil-in-table 7 years ago
Roberto Ierusalimschy 4a1612ff9b new experimental syntax using reserved word 'undef' 7 years ago
Roberto Ierusalimschy 212095a601 new opcodes OP_GTI/OP_GEI 7 years ago
Roberto Ierusalimschy 0682fe8169 some simplifications/optimizations in returns from Lua functions 7 years ago
Roberto Ierusalimschy b1379936cf vararg back to '...' (but with another implementation) 7 years ago
Roberto Ierusalimschy 318a9a5859 new opcode 'PREPVARARG' 7 years ago
Roberto Ierusalimschy 4676f6599e new macros 'isOT'/'isIT' 7 years ago
Roberto Ierusalimschy d388c165ef new opcodes 'FORLOOP1'/'FORPREP1' for "basic for" (integer variable 7 years ago
Roberto Ierusalimschy 86431a2f1c new opcodes BANDK/BORK/BXORK. (They do not use immediate operands 7 years ago
Roberto Ierusalimschy c7ee7fe026 new opcodes OP_SHLI/OP_SHRI 7 years ago
Roberto Ierusalimschy 745eb41993 new opcodes OP_RETURN0/OP_RETURN1 7 years ago
Roberto Ierusalimschy 093c16b67b new opcodes 'OP_LTI' and 'OP_LEI' 7 years ago
Roberto Ierusalimschy 41f2936d8f new opcode 'OP_EQI' for equality with immediate numbers 7 years ago
Roberto Ierusalimschy 4c0e36a46e new instruction 'OP_EQK' (for equality with constants) 7 years ago
Roberto Ierusalimschy c3e5946fb2 new format for JUMP instructions (to allow larger offsets) 7 years ago
Roberto Ierusalimschy 8fbe9e3470 new opcodes with immediate integer operand for all arithmetic operations 7 years ago
Roberto Ierusalimschy 722bdbe17d no more 'getBMode'-'getCMode' (imprecise + we will need more space 7 years ago
Roberto Ierusalimschy 00e728af88 binary operators use R instead of RK 7 years ago
Roberto Ierusalimschy abb17cf19b new opcode OP_LOADF (load immediate float) 7 years ago
Roberto Ierusalimschy 022e4427cf detail (keep OP_LOADK and OP_LOADKX together) 7 years ago
Roberto Ierusalimschy 80d9b09f35 jumps do not close upvalues (to be faster and simpler); 7 years ago
Roberto Ierusalimschy ac65bab25f jumps in 'for' loops don't need to be signed 7 years ago
Roberto Ierusalimschy 07db10813c 'OP_VARARG' has the vararg parameter as an operand 7 years ago
Roberto Ierusalimschy 502a1d1108 new opcodes for table access with constant keys (strings and integers) 8 years ago
Roberto Ierusalimschy 173e41b2eb new opcode OP_ADDI (for immediate integer operand) (Experimental) 8 years ago
Roberto Ierusalimschy 6a98aa0bb0 new opcode LOADI (for loading immediate integers) 8 years ago
Roberto Ierusalimschy 3317f5c6d9 includes 'stddef.h' (as it uses NULL) 10 years ago
Roberto Ierusalimschy 28fdbcf393 added include for 'lprefix.h', for stuff that must be added before 10 years ago
Roberto Ierusalimschy 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) 11 years ago
Roberto Ierusalimschy c0edab0f6d first implementation of bitwise operators '&' (band), '|' (bor), 11 years ago
Roberto Ierusalimschy a948054a19 new order for binary operations (grouping them by type of result) 11 years ago
Roberto Ierusalimschy a2f5c28a80 new operation '//' (integer division) 12 years ago
Roberto Ierusalimschy edfa9e007d details (header comments) 13 years ago
Roberto Ierusalimschy 4758113043 change in opcode OP_LOADNIL: B is used as a counter instead of a 14 years ago
Roberto Ierusalimschy c86586e866 small corrections in description of OP_TEST and OP_LOADKX 14 years ago