Histórico de Commits

Autor SHA1 Mensagem Data
  Roberto Ierusalimschy 23e6bac8a0 Keep correct type for immediate operands in comparisons há 6 anos atrás
  Roberto Ierusalimschy 9b37a4695e New semantics for the integer 'for' loop há 6 anos atrás
  Roberto Ierusalimschy 84e32ad2eb Added opcodes for arithmetic with K operands há 6 anos atrás
  Roberto Ierusalimschy 6e9b719694 More uniformity in code generation for 'for' loops há 6 anos atrás
  Roberto Ierusalimschy 4cd1f4aac0 Towards "to closed" local variables há 6 anos atrás
  Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings há 7 anos atrás
  Roberto Ierusalimschy b08c9079c5 Opcode names moved to a new header file há 7 anos atrás
  Roberto Ierusalimschy 26eb144541 no need to define 'luaP_opnames' in regular builds há 7 anos atrás
  Roberto Ierusalimschy 03c6a05ec8 no more nil-in-table há 7 anos atrás
  Roberto Ierusalimschy 4a1612ff9b new experimental syntax using reserved word 'undef' há 7 anos atrás
  Roberto Ierusalimschy 212095a601 new opcodes OP_GTI/OP_GEI há 7 anos atrás
  Roberto Ierusalimschy 0682fe8169 some simplifications/optimizations in returns from Lua functions há 7 anos atrás
  Roberto Ierusalimschy b1379936cf vararg back to '...' (but with another implementation) há 7 anos atrás
  Roberto Ierusalimschy 318a9a5859 new opcode 'PREPVARARG' há 7 anos atrás
  Roberto Ierusalimschy 4676f6599e new macros 'isOT'/'isIT' há 7 anos atrás
  Roberto Ierusalimschy d388c165ef new opcodes 'FORLOOP1'/'FORPREP1' for "basic for" (integer variable há 7 anos atrás
  Roberto Ierusalimschy 86431a2f1c new opcodes BANDK/BORK/BXORK. (They do not use immediate operands há 7 anos atrás
  Roberto Ierusalimschy c7ee7fe026 new opcodes OP_SHLI/OP_SHRI há 7 anos atrás
  Roberto Ierusalimschy 745eb41993 new opcodes OP_RETURN0/OP_RETURN1 há 7 anos atrás
  Roberto Ierusalimschy 093c16b67b new opcodes 'OP_LTI' and 'OP_LEI' há 7 anos atrás
  Roberto Ierusalimschy 41f2936d8f new opcode 'OP_EQI' for equality with immediate numbers há 7 anos atrás
  Roberto Ierusalimschy 4c0e36a46e new instruction 'OP_EQK' (for equality with constants) há 7 anos atrás
  Roberto Ierusalimschy c3e5946fb2 new format for JUMP instructions (to allow larger offsets) há 7 anos atrás
  Roberto Ierusalimschy 8fbe9e3470 new opcodes with immediate integer operand for all arithmetic operations há 7 anos atrás
  Roberto Ierusalimschy 722bdbe17d no more 'getBMode'-'getCMode' (imprecise + we will need more space há 8 anos atrás
  Roberto Ierusalimschy 00e728af88 binary operators use R instead of RK há 8 anos atrás
  Roberto Ierusalimschy abb17cf19b new opcode OP_LOADF (load immediate float) há 8 anos atrás
  Roberto Ierusalimschy 022e4427cf detail (keep OP_LOADK and OP_LOADKX together) há 8 anos atrás
  Roberto Ierusalimschy 80d9b09f35 jumps do not close upvalues (to be faster and simpler); há 8 anos atrás
  Roberto Ierusalimschy ac65bab25f jumps in 'for' loops don't need to be signed há 8 anos atrás