Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy e001d5aea6 'VRELOCABLE' -> 'VRELOC' 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 ac78b914b6 warnings from Visual Studio /W3 7 years ago
  Roberto Ierusalimschy 10b8c99bbb small peephole optimizations 7 years ago
  Roberto Ierusalimschy 745eb41993 new opcodes OP_RETURN0/OP_RETURN1 7 years ago
  Roberto Ierusalimschy 36aecd4548 order opcodes cannot use 'K' operands 7 years ago
  Roberto Ierusalimschy ff5fe51044 using register 'k' for conditions in tests (we only need one bit there) 7 years ago
  Roberto Ierusalimschy 599f1742c6 detail (typo in comments) 7 years ago
  Roberto Ierusalimschy 3c230cc825 using 'A' for register instead of 'B' in relational opcodes 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 26679ea35b new function 'luaV_flttointeger' to convert floats to integers (without 7 years ago
  Roberto Ierusalimschy c3e5946fb2 new format for JUMP instructions (to allow larger offsets) 7 years ago
  Roberto Ierusalimschy a1ef58b3a5 eplicit 1-bit opcode operand 'k' 7 years ago
  Roberto Ierusalimschy 8fbe9e3470 new opcodes with immediate integer operand for all arithmetic operations 7 years ago
  Roberto Ierusalimschy f3b3d9b5c2 string constants (Kstr) must fit into 'B' register 7 years ago
  Roberto Ierusalimschy bc1b0733b8 avoid the use of bit 'Bk' ('B' will lose this bit soon) 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 13256a4173 detail 7 years ago
  Roberto Ierusalimschy abb17cf19b new opcode OP_LOADF (load immediate float) 7 years ago
  Roberto Ierusalimschy 80d9b09f35 jumps do not close upvalues (to be faster and simpler); 7 years ago
  Roberto Ierusalimschy f96497397a new type 'StackValue' for stack elements 8 years ago
  Roberto Ierusalimschy b42430fd3a 'lineinfo' in prototypes saved as differences instead of absolute 8 years ago
  Roberto Ierusalimschy de74289049 table field names for dedicated opcodes can be restricted to 8 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 a3f9c1a77a detail (using unsigned comparison in range check for LOADI) 8 years ago
  Roberto Ierusalimschy 6dbae1b5d9 registers in a VINDEXED expression must be freed in order 8 years ago