Commit Graph

861 Commits (6e6f31835ea8fb7090b5aaadc97514b2029872bc)
 

Author SHA1 Message Date
Dibyendu Majumdar 117de0919a Update ravi-jit-libgccjit.rst
9 years ago
Dibyendu Majumdar 50ae52cfcb update diagram
9 years ago
Dibyendu Majumdar 973bfcd1a4 Update lua_bytecode_reference.rst
9 years ago
Dibyendu Majumdar eb25823624 Update lua_bytecode_reference.rst
9 years ago
Dibyendu Majumdar 5142586011 Update lua_bytecode_reference.rst
9 years ago
Dibyendu Majumdar a2a598cde1 Update lua_bytecode_reference.rst
9 years ago
Dibyendu Majumdar 5609479a3e Update lua_bytecode_reference.rst
9 years ago
Dibyendu Majumdar 9aa1c5cd62 Update lua_bytecode_reference.rst
9 years ago
Dibyendu Majumdar 37f9246496 Merge branch 'master' of https://github.com/dibyendumajumdar/ravi
9 years ago
Dibyendu Majumdar 5b2c8972d9 updated doc
9 years ago
Dibyendu Majumdar ed1ac4b70c code reformat
9 years ago
Dibyendu Majumdar 00ae713454 make debug message relative
9 years ago
Dibyendu Majumdar 9f1fd15d6f doc update
9 years ago
Dibyendu Majumdar 579e6e654c review tests
9 years ago
Dibyendu Majumdar ccebd9f3d7 clean and update comments
9 years ago
Dibyendu Majumdar c51a424af7 script to run tests
9 years ago
dibyendumajumdar 6811aff8fa reorder some tests
9 years ago
dibyendumajumdar 2d04430a55 reorder some tests
9 years ago
dibyendumajumdar 418b274dc9 implement the OP_RETURN L->top fix for libgccjit
9 years ago
Dibyendu Majumdar 0a75b4c941 try another fix for the L->top bug
9 years ago
Dibyendu Majumdar bba94efedd fix gcc compilation errors
9 years ago
Dibyendu Majumdar 527fdccd1f alernative way to reset L->top after calling luaV_execute() in JITed OP_CALL
9 years ago
Dibyendu Majumdar 65dd836d4a set L->top in OP_RETURN if returning to Lua function; Lua tests breaks as a result
9 years ago
Dibyendu Majumdar da91cad12a continue investigation of OP_RETURN bug
9 years ago
Dibyendu Majumdar 341336f5cc investigation continued
9 years ago
Dibyendu Majumdar 568f00d5ee continue invesigation
9 years ago
Dibyendu Majumdar c833336108 still debugging the bug related to L->top
9 years ago
Dibyendu Majumdar 6b06004c44 hard bug - L->top not being set correctly when JIT code calls interpreted code
9 years ago
Dibyendu Majumdar c8e72a3e3c add ir output from 3.6.2 for the compilation issue
9 years ago
Dibyendu Majumdar 72dc5b5750 debug compilation issue
9 years ago
Dibyendu Majumdar f98f424d51 refactor
9 years ago
Dibyendu Majumdar 689e09248f optimize bit shift when second operand is a constant
9 years ago
Dibyendu Majumdar 5491d88c1f refactor
9 years ago
Dibyendu Majumdar a86e9660a8 doc updates
9 years ago
Dibyendu Majumdar 3aafa05d2c doc updates
9 years ago
dibyendumajumdar 2e56a9fab6 fix compilation errors on Linux
9 years ago
Dibyendu Majumdar fd03f82783 long overdue refactoring
9 years ago
dibyendumajumdar 38967d8b9e add option to disable array range checks
9 years ago
Dibyendu Majumdar bfb7ae4585 investigate matmul perf
9 years ago
Dibyendu Majumdar 189541fbaf try out non slice implementations for matmul benchmark
9 years ago
Dibyendu Majumdar 87e127b56c doc updates
9 years ago
dibyendumajumdar 6773f77ce9 cleanup
9 years ago
Dibyendu Majumdar f3681cb7e5 some code cleanup
9 years ago
Dibyendu Majumdar b0dedffac4 revert to Lua longjmp implementation
9 years ago
Dibyendu Majumdar d80fe78b1c fix compilation error for forloop variant 1
9 years ago
dibyendumajumdar 88f1b49e1c see if __builtin_longjmp solves Windows crash
9 years ago
Dibyendu Majumdar 6ff687e9d7 msys support
9 years ago
Dibyendu Majumdar 025794dda7 msys support
9 years ago
dibyendumajumdar c473ba0d15 ubsan options
9 years ago
dibyendumajumdar 4f0ea326ea add some more sanitize checks
9 years ago