226 Commits (edd8589f478e784bb8d1a8e9a3bb2bb3ca51738c)

Author SHA1 Message Date
Roberto Ierusalimschy 934e77a286 Details 2 years ago
Roberto Ierusalimschy 1de2f31694 Corrected support for 16-bit systems 2 years ago
Roberto Ierusalimschy bef250eb8d Details 4 years ago
Roberto Ierusalimschy 31925e4cc2 Details 4 years ago
Roberto Ierusalimschy c23cc86c54 Details 4 years ago
Roberto Ierusalimschy 0ddc0f47bd Several details about 5.4.0 rc1 5 years ago
Roberto Ierusalimschy 9e0a8475cd Added 'simplesect' sections to the manual 5 years ago
Roberto Ierusalimschy 9b7987a9d1 OP_LOADFALSE broken in two instructions 5 years ago
Roberto Ierusalimschy 46c3587a6f Clearer distinction between types and tags 5 years ago
Roberto Ierusalimschy 5ff408d218 Changed internal representation of booleans 5 years ago
Roberto Ierusalimschy 490ecfcaa1 Better comments about the use of 'k' in opcodes 5 years ago
Roberto Ierusalimschy 5f83fb6582 Details 5 years ago
Roberto Ierusalimschy 1499680f9e Comments in 'lopcodes.h' 5 years ago
Roberto Ierusalimschy b2a580bdb1 Janitorial work 5 years ago
Roberto Ierusalimschy 6b2e202df5 Janitorial work in 'lcode.c' 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 4846f7e3bb Micro optimization in OP_RETURN and OP_TAILCALL 5 years ago
Roberto Ierusalimschy 758c1ef445 Unification of size representation in OP_NEWTABLE and OP_SETLIST 5 years ago
Roberto Ierusalimschy 1fb4d53925 OP_NEWTABLE keeps exact size of arrays 5 years ago
Roberto Ierusalimschy e888976bc6 Details (typos in comments) 5 years ago
Roberto Ierusalimschy 279c3a6961 A few changes in tests about number of bits in integers 6 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 cf71a5ddc7 Details 6 years ago
Roberto Ierusalimschy 84e32ad2eb Added opcodes for arithmetic with K operands 6 years ago
Roberto Ierusalimschy 7f6f70853c To-be-closed variable in 'for' loop separated from the state 6 years ago
Roberto Ierusalimschy a006514ea1 Big revamp in the implmentation of labels/gotos 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 b43300c14f change in 'LUAI_DDEC' to allow variables to be static in 'onelua' 6 years ago
Roberto Ierusalimschy 588dfa4ce5 detail in comment 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 73d797ce7e detail 7 years ago
Roberto Ierusalimschy e2b15aa21d janitor work on casts 7 years ago
Roberto Ierusalimschy 5bd8d388de OP_CONCAT does not move its result (to simplify its execution) 7 years ago
Roberto Ierusalimschy 33e3774f44 keep more opcode arguments byte-aligned 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 f8c1c1469a some cleaning on signed opcode parameters 7 years ago
Roberto Ierusalimschy 4b6928e7f5 (1 << 31) with signed integer has undefined behavior in C 7 years ago
Roberto Ierusalimschy 86431a2f1c new opcodes BANDK/BORK/BXORK. (They do not use immediate operands 7 years ago