Commit Graph

651 Commits (0.8)
 

Author SHA1 Message Date
dibyendumajumdar 6811aff8fa reorder some tests
9 years ago
dibyendumajumdar 2d04430a55 reorder some tests
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 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
Dibyendu Majumdar cedf47d43e Update ravi-jit-libgccjit.rst
9 years ago
Dibyendu Majumdar 65a67e0df4 Update ravi-jit-libgccjit.rst
9 years ago
Dibyendu Majumdar 8c6a77b623 fix type check for comparison ops
9 years ago
Dibyendu Majumdar 594cfbda90 refactor api
9 years ago
Dibyendu Majumdar 9843f4fdc2 refactor and add couple of api functions
9 years ago
dibyendumajumdar 6543367bfc remove lcoco
9 years ago
Dibyendu Majumdar 2666323e00 doc update
9 years ago
Dibyendu Majumdar 5d67a7196d doc update
9 years ago
dibyendumajumdar 95ff076c2a remove some of arithmetic operators
9 years ago
Dibyendu Majumdar 261c8218a3 remove experimental NAN TAGGING solution (as it is not helpful) and fix bugs in SETLIST for numeric arrays (missing type conversion)
9 years ago