Histórico de Commits

Autor SHA1 Mensagem Data
  Roberto Ierusalimschy b43300c14f change in 'LUAI_DDEC' to allow variables to be static in 'onelua' há 7 anos atrás
  Roberto Ierusalimschy 588dfa4ce5 detail in comment 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 73d797ce7e detail há 7 anos atrás
  Roberto Ierusalimschy e2b15aa21d janitor work on casts há 7 anos atrás
  Roberto Ierusalimschy 5bd8d388de OP_CONCAT does not move its result (to simplify its execution) há 7 anos atrás
  Roberto Ierusalimschy 33e3774f44 keep more opcode arguments byte-aligned 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 f8c1c1469a some cleaning on signed opcode parameters há 7 anos atrás
  Roberto Ierusalimschy 4b6928e7f5 (1 << 31) with signed integer has undefined behavior in C 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 bdc751ce23 details (comments) há 7 anos atrás
  Roberto Ierusalimschy 19c6b375c3 detail (spacing) há 7 anos atrás
  Roberto Ierusalimschy 745eb41993 new opcodes OP_RETURN0/OP_RETURN1 há 7 anos atrás
  Roberto Ierusalimschy ff5fe51044 using register 'k' for conditions in tests (we only need one bit there) há 7 anos atrás
  Roberto Ierusalimschy 093c16b67b new opcodes 'OP_LTI' and 'OP_LEI' há 7 anos atrás
  Roberto Ierusalimschy 3c230cc825 using 'A' for register instead of 'B' in relational opcodes 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 a1ef58b3a5 eplicit 1-bit opcode operand 'k' 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 940472c75c opcode size increased to 7 bits há 7 anos atrás