Commit Graph

2034 Commits (66511033fdeb44e57135d33dc1bbf2909767dd84)
 

Author SHA1 Message Date
Dibyendu Majumdar 66511033fd issue #203 Removing LLVM support, see llvm branch for archived version
3 years ago
Dibyendu Majumdar 05f365352c issue #169 Fix issue on ARM64
3 years ago
Dibyendu Majumdar 219d44c2ba issue #196 Revise upval barrier code - TBC
3 years ago
Dibyendu Majumdar e4a240be77 add assertions
3 years ago
Dibyendu Majumdar 2ace67282d issue #196 Undo a change that was not needed
3 years ago
Dibyendu Majumdar 6909d79f61 Merge branch 'master' of https://github.com/dibyendumajumdar/ravi
3 years ago
Dibyendu Majumdar 16ea0643cd issue #202 Prepare for testing on different archs
3 years ago
Dibyendu Majumdar a83afe2d02
Update build.yml
3 years ago
Dibyendu Majumdar d5668379b1
Update build.yml
3 years ago
Dibyendu Majumdar 849819e891
Update build.yml
3 years ago
Dibyendu Majumdar 53ff35455a issue #198 Updated interface to the compiler lib
3 years ago
Dibyendu Majumdar f9acba8142 issue #169 MIR update
3 years ago
Dibyendu Majumdar 389c98ee35
Merge pull request #200 from dibyendumajumdar/lua542-gc
3 years ago
Dibyendu Majumdar e9cb48e15c issue #196 Update GC code from Lua 5.4.2
3 years ago
Dibyendu Majumdar f346122073 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 0f6a4084ae issue #198 Refactor
3 years ago
Dibyendu Majumdar 95ac6123a9 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 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 bb218051ba Add support for codespaces
4 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 a82d42b847 issue #169 MIR update
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 e361bd7387 issue #198 add luaD_growstack to the list of linked functions in the JIT
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 d0b3ed989b issue #169 Enable MIR on Windows
4 years ago
Dibyendu Majumdar f6378c97b4 issue #169 Apply upstream changes
4 years ago
Dibyendu Majumdar 7f94078e8e issue #169 update MIR sources from upstream
4 years ago
Dibyendu Majumdar 174cfa0168 issue #198 add tests for op_loadglobal, op_storeglobal
4 years ago
Dibyendu Majumdar 523f07ba57 issue #198 initialize the _ENV upvalue
4 years ago
Dibyendu Majumdar 71bb74f773 Merge branch 'ravi-compiler'
4 years ago
Dibyendu Majumdar 6b273f7468 issue #198 Make the MIR portion of the compiler optional so that we can just get the C codegen
4 years ago
Dibyendu Majumdar a3940b0120 Add link to the VSCode debugger
4 years ago
Dibyendu Majumdar b1f36a56e1 Merge branch 'ravi-compiler' of https://github.com/dibyendumajumdar/ravi into ravi-compiler
4 years ago
Dibyendu Majumdar 6daf1a5529 Add link to the VSCode debugger
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 45f823b604 issue #198 Missing initializer for proto->upvalues[i].usertype when usertype is NULL
4 years ago
Dibyendu Majumdar a45eaa8a24 issue #198 Cmake build failing to find c2mir header
4 years ago
Dibyendu Majumdar 902f5c1653 Comments
4 years ago
Dibyendu Majumdar 48617fda44 issue #198 WIP add api functions for setting some proto attributes
4 years ago
Dibyendu Majumdar fba87f24f1 issue #198 WIP add api for error reporting and generating debug messages
4 years ago
Dibyendu Majumdar 90a26a4b88 issue #198 WIP add api for marking a proto as var arg
4 years ago