index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lopcodes.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Janitorial work
Roberto Ierusalimschy
2019-10-01
1
-4
/
+4
*
Janitorial work in 'lcode.c'
Roberto Ierusalimschy
2019-09-19
1
-5
/
+8
*
Removed arithmetic opcodes with immediate operand
Roberto Ierusalimschy
2019-09-10
1
-6
/
+0
*
Added macro 'testMMMode'
Roberto Ierusalimschy
2019-09-06
1
-1
/
+4
*
First version of OP_MMBIN opcodes
Roberto Ierusalimschy
2019-08-27
1
-0
/
+4
*
Micro optimization in OP_RETURN and OP_TAILCALL
Roberto Ierusalimschy
2019-07-16
1
-4
/
+3
*
Unification of size representation in OP_NEWTABLE and OP_SETLIST
Roberto Ierusalimschy
2019-07-15
1
-13
/
+10
*
OP_NEWTABLE keeps exact size of arrays
Roberto Ierusalimschy
2019-07-12
1
-1
/
+9
*
Details (typos in comments)
Roberto Ierusalimschy
2019-07-05
1
-3
/
+3
*
A few changes in tests about number of bits in integers
Roberto Ierusalimschy
2019-05-13
1
-5
/
+11
*
Keep correct type for immediate operands in comparisons
Roberto Ierusalimschy
2019-03-22
1
-1
/
+4
*
New semantics for the integer 'for' loop
Roberto Ierusalimschy
2019-03-19
1
-4
/
+0
*
Details
Roberto Ierusalimschy
2019-03-13
1
-8
/
+7
*
Added opcodes for arithmetic with K operands
Roberto Ierusalimschy
2018-11-23
1
-0
/
+10
*
To-be-closed variable in 'for' loop separated from the state
Roberto Ierusalimschy
2018-11-07
1
-3
/
+3
*
Big revamp in the implmentation of labels/gotos
Roberto Ierusalimschy
2018-10-29
1
-6
/
+3
*
More uniformity in code generation for 'for' loops
Roberto Ierusalimschy
2018-10-26
1
-0
/
+1
*
Towards "to closed" local variables
Roberto Ierusalimschy
2018-10-08
1
-0
/
+1
*
Removed extra information from RCS keyword strings
Roberto Ierusalimschy
2018-08-23
1
-1
/
+1
*
Opcode names moved to a new header file
Roberto Ierusalimschy
2018-07-09
1
-4
/
+1
*
change in 'LUAI_DDEC' to allow variables to be static in 'onelua'
Roberto Ierusalimschy
2018-06-18
1
-3
/
+3
*
detail in comment
Roberto Ierusalimschy
2018-06-08
1
-2
/
+2
*
no more nil-in-table
Roberto Ierusalimschy
2018-04-04
1
-4
/
+1
*
new experimental syntax using reserved word 'undef'
Roberto Ierusalimschy
2018-03-07
1
-1
/
+4
*
new opcodes OP_GTI/OP_GEI
Roberto Ierusalimschy
2018-02-21
1
-6
/
+3
*
some simplifications/optimizations in returns from Lua functions
Roberto Ierusalimschy
2018-02-15
1
-10
/
+12
*
vararg back to '...' (but with another implementation)
Roberto Ierusalimschy
2018-02-09
1
-4
/
+6
*
new opcode 'PREPVARARG'
Roberto Ierusalimschy
2018-02-07
1
-0
/
+2
*
detail
Roberto Ierusalimschy
2018-02-07
1
-6
/
+6
*
janitor work on casts
Roberto Ierusalimschy
2018-01-28
1
-6
/
+6
*
OP_CONCAT does not move its result (to simplify its execution)
Roberto Ierusalimschy
2018-01-27
1
-2
/
+2
*
keep more opcode arguments byte-aligned
Roberto Ierusalimschy
2018-01-09
1
-16
/
+20
*
new macros 'isOT'/'isIT'
Roberto Ierusalimschy
2017-12-22
1
-5
/
+15
*
new opcodes 'FORLOOP1'/'FORPREP1' for "basic for" (integer variable
Roberto Ierusalimschy
2017-12-18
1
-1
/
+5
*
some cleaning on signed opcode parameters
Roberto Ierusalimschy
2017-12-15
1
-13
/
+16
*
(1 << 31) with signed integer has undefined behavior in C
Roberto Ierusalimschy
2017-12-15
1
-2
/
+2
*
new opcodes BANDK/BORK/BXORK. (They do not use immediate operands
Roberto Ierusalimschy
2017-12-13
1
-1
/
+5
*
new opcodes OP_SHLI/OP_SHRI
Roberto Ierusalimschy
2017-12-04
1
-1
/
+4
*
details (comments)
Roberto Ierusalimschy
2017-11-30
1
-5
/
+10
*
detail (spacing)
Roberto Ierusalimschy
2017-11-30
1
-3
/
+3
*
new opcodes OP_RETURN0/OP_RETURN1
Roberto Ierusalimschy
2017-11-29
1
-1
/
+4
*
using register 'k' for conditions in tests (we only need one bit there)
Roberto Ierusalimschy
2017-11-28
1
-12
/
+18
*
new opcodes 'OP_LTI' and 'OP_LEI'
Roberto Ierusalimschy
2017-11-27
1
-1
/
+3
*
using 'A' for register instead of 'B' in relational opcodes
Roberto Ierusalimschy
2017-11-22
1
-6
/
+6
*
new opcode 'OP_EQI' for equality with immediate numbers
Roberto Ierusalimschy
2017-11-22
1
-1
/
+2
*
new instruction 'OP_EQK' (for equality with constants)
Roberto Ierusalimschy
2017-11-16
1
-1
/
+3
*
new format for JUMP instructions (to allow larger offsets)
Roberto Ierusalimschy
2017-11-07
1
-5
/
+25
*
eplicit 1-bit opcode operand 'k'
Roberto Ierusalimschy
2017-10-04
1
-42
/
+29
*
new opcodes with immediate integer operand for all arithmetic operations
Roberto Ierusalimschy
2017-10-04
1
-1
/
+8
*
opcode size increased to 7 bits
Roberto Ierusalimschy
2017-10-02
1
-8
/
+8
[next]