Commit Graph

199 Commits (master)

Author SHA1 Message Date
XmiliaH 5ca801596a Bump binary version & smaller sizes for stripped binaries
3 years ago
Dibyendu Majumdar cb6943a1eb tests updated
3 years ago
Dibyendu Majumdar 754fcefc26
Merge pull request #212 from XmiliaH/some-improvements
3 years ago
XmiliaH c0122cd816 FIx tests
3 years ago
XmiliaH e85634270f Add back that len of table is int and fix tests.
3 years ago
Dibyendu Majumdar a2ec53624d issue #211 since the up-value carries the type of the local variable, we can safely infer that the result of a get on array is a primitive type
3 years ago
Dibyendu Majumdar 9bceadd099 issue #211 since the up-value carries the type of the local variable, we can safely infer that the result of a get on array is a primitive type
3 years ago
Dibyendu Majumdar 25dbc31393 issue #211 since the up-value carries the type of the local variable, we can safely infer that the result of a get on array is a primitive type
3 years ago
Dibyendu Majumdar 2c5b958d04 issue #211 since the up-value carries the type of the local variable, we can safely infer that the result of a get on array is a primitive type
3 years ago
Dibyendu Majumdar b2cc7c30c5 issue #210 tests
3 years ago
Dibyendu Majumdar 2decef927a issue #210 tests
3 years ago
Dibyendu Majumdar 1e8597de7d issue #210 fix a test
3 years ago
Dibyendu Majumdar 9ced7e2bc0 issue #210 bug in recognizing the type change when an expression of VINDEXED type gets resolved
3 years ago
Dibyendu Majumdar fe7c76fff5 issue #207 add test
3 years ago
Dibyendu Majumdar 2c44bdd68b issue #208 add test
3 years ago
Dibyendu Majumdar 4342fc7630 issue #210 #209 tests
3 years ago
Dibyendu Majumdar 3b09a22e96 issue #204 Code reorg
3 years ago
Dibyendu Majumdar 1f1d8cb428 issue #198 Add tests
3 years ago
Dibyendu Majumdar 9083492dcb issue #198 Add a test
3 years ago
Dibyendu Majumdar f27792f050 issue #195 strings tests part 7
3 years ago
Dibyendu Majumdar df748ee844 issue #195 strings tests part 6
3 years ago
Dibyendu Majumdar ed90926c8d issue #195 strings tests part 5
3 years ago
Dibyendu Majumdar 1fb5b08491 issue #195 strings tests part 4
3 years ago
Dibyendu Majumdar facb56e0c1 issue #195 strings tests part 3
3 years ago
Dibyendu Majumdar 9a86f11bc3 issue #195 strings tests part 2
3 years ago
Dibyendu Majumdar 92fd0e3faf issue #195 strings tests part 1
3 years ago
Dibyendu Majumdar 54fc5277d6 issue #195 vararg tests part 2
3 years ago
Dibyendu Majumdar c11122376e issue #195 vararg tests part 1
3 years ago
Dibyendu Majumdar 249f22c215 issue #196 Another test restored to 5.3 version.
3 years ago
Dibyendu Majumdar 2f76a1e869 issue #196 GC upvalue/thread cycle test reverted to 5.3 version due to difference in behaviour in Lua 5.4 (as up-values are not reference counted anymore).
3 years ago
Dibyendu Majumdar ec2d27a7dc issue #196 Fix test case
3 years ago
Dibyendu Majumdar e9cb48e15c issue #196 Update GC code from Lua 5.4.2
3 years ago
Dibyendu Majumdar 001dceb996 issue #198 Initial support for AOT compiled code
3 years ago
Dibyendu Majumdar 8d6e403f30 issue #198 Refactored api that puts all of the codegen at the compiler end, making the way for an AOT solution
3 years ago
Dibyendu Majumdar bc4142428c issue #198 add expected results for the tests
4 years ago
Dibyendu Majumdar 86c2020411 issue #198 more tests
4 years ago
Dibyendu Majumdar 5a0c3600fc issue #198 add test
4 years ago
Dibyendu Majumdar a54f156304 issue #198 add test
4 years ago
Dibyendu Majumdar 8cec4cc827 issue #198 More tests
4 years ago
Dibyendu Majumdar a3bf9dc10e issue #198 add another test for sieve - but using while loop
4 years ago
Dibyendu Majumdar ea6c408c97 issue #198 tests for farray opcodes
4 years ago
Dibyendu Majumdar 487624cee9 issue #198 tests for iarray opcodes
4 years ago
Dibyendu Majumdar 69840eacdb issue #198 Tests for op_call instruction - couple fail due to missing support for multiret in return
4 years ago
Dibyendu Majumdar 174cfa0168 issue #198 add tests for op_loadglobal, op_storeglobal
4 years ago
Dibyendu Majumdar 4819f38a80 issue #198 Test cases for op_mov, op_br, op_cbr
4 years ago
Dibyendu Majumdar 4f7cab694c issue #198 Test case for op_mov
4 years ago
Dibyendu Majumdar d65beddb75 issue #198 Test case for op_ret
4 years ago
Dibyendu Majumdar 920cd2dab8 issue #196 test case for the gen GC bug
4 years ago
Dibyendu Majumdar 73c2c6426f issue #163 Maintain optionality of defer statement
4 years ago
Dibyendu Majumdar b63005fd3f issue #163 Couple of more tests for coroutines and deferred functions, plus some changes in ldo.c back-ported from Lua 5.4
4 years ago