Commit Graph

783 Commits (1c5e5d6f864bb078c4596e49f099a32421425c4e)
 

Author SHA1 Message Date
dibyendumajumdar 1c5e5d6f86 issue #15 fix a bug with type checking in debug.setlocal() introduced in last commit
9 years ago
Dibyendu Majumdar d970aa981e issue #15 add type checks to debug.setlocal()
9 years ago
dibyendumajumdar 65bc503fdc issue #15 set savedpc prior to entering a JITed function
9 years ago
dibyendumajumdar c4b7141a4e issue #15 adjust stack overflow message and workaround a discrepancy in Ravi in the test case
9 years ago
Dibyendu Majumdar 8614a48fce issue #15 fix a bug in the savedpc update changes
9 years ago
Dibyendu Majumdar 87bf9307b2 issue #15 work in progress
9 years ago
Dibyendu Majumdar cc3aa5b4dd issue #15 fix savedpc set by JIT code
9 years ago
Dibyendu Majumdar a15179e653 issue #15 more work on adding savedpc support - most of the debug test case works
9 years ago
Dibyendu Majumdar 40570edbfc issue #15 add new JIT option tracehook to enable per bytecode updates to savedpc and call to luaG_traceexec
9 years ago
Dibyendu Majumdar b4b54485d4 issue #15 updated savedpc
9 years ago
Dibyendu Majumdar c1a157ce4a in JIT mode update savedpc when performing OP_CALL or OP_TAILCALL - see issue# 15
9 years ago
Dibyendu Majumdar d98520f2b2 start work on handling savedpc - experimental
9 years ago
Dibyendu Majumdar 564f64ea7a fix pdf
9 years ago
Dibyendu Majumdar b149079d60 add luaconf 2015 presentation
9 years ago
Dibyendu Majumdar 68a4ff06ff updates to bytecode reference
9 years ago
Dibyendu Majumdar 5259c80aa3 update bytecode doc
9 years ago
Dibyendu Majumdar 0f0f8af89e update bytecode doc
9 years ago
Dibyendu Majumdar 3b6479d644 refactor install target
9 years ago
Dibyendu Majumdar eddd4cff10 add compilation step to test
9 years ago
Dibyendu Majumdar a6b4835e8b doc update
9 years ago
Dibyendu Majumdar d27f967835 add install target
9 years ago
Dibyendu Majumdar c2008d9439 add api ravitype() to enable extended type information
9 years ago
Dibyendu Majumdar 8b4ca1648a fix issue #52 type determination of 'and' and 'or' operators
9 years ago
Dibyendu Majumdar 9e34abb938 added links to LuaJIT design
9 years ago
Dibyendu Majumdar 6fff29c7cc add some comments
9 years ago
Dibyendu Majumdar ecb5a657e2 fix typo (issue #51)
9 years ago
Dibyendu Majumdar d2fbb17572 allocate new LLVMContext per Lua global state
9 years ago
Dibyendu Majumdar 2da4a33e38 wrap call to lua_gc() with lua_unlock()/lua_lock() to avoid assertion failure
9 years ago
Dibyendu Majumdar 4fc119e5f0 add a gc collection in when JIT compiling
9 years ago
Dibyendu Majumdar 281520eba3 add a check for JITed Lua function in ltests
9 years ago
Dibyendu Majumdar 64044634ee prep for release
9 years ago
Dibyendu Majumdar a3f201da53 add phi instruction to LLVM binding
9 years ago
Dibyendu Majumdar f209f76876 fix issue #49
9 years ago
Dibyendu Majumdar b44d456ea7 implement interpreter version of some bitwise and comparison opcodes
9 years ago
Dibyendu Majumdar ba2ca59303 llvm binding update
9 years ago
Dibyendu Majumdar b884681ee9 syntactic support for declaring additional Lua types
9 years ago
Dibyendu Majumdar 64fda17642 syntactic support for declaring additional Lua types
9 years ago
Dibyendu Majumdar 71de79ae8e llvm binding update
9 years ago
Dibyendu Majumdar 8dbc144837 syntactic support for declaring additional Lua types
9 years ago
Dibyendu Majumdar 21b305b8be syntactic support for declaring additional Lua types
9 years ago
Dibyendu Majumdar 8e5924fed5 doc updates
9 years ago
Dibyendu Majumdar 0a6b988687 doc updates
9 years ago
Dibyendu Majumdar b449ae5eea doc updates
9 years ago
Dibyendu Majumdar 36fc6f57be doc updates
9 years ago
Dibyendu Majumdar ec9b58f758 doc updates
9 years ago
Dibyendu Majumdar bcd1090a38 doc updates
9 years ago
Dibyendu Majumdar fa1ceccda6 doc updates
9 years ago
Dibyendu Majumdar 7f06982524 doc updates
9 years ago
Dibyendu Majumdar 5164786bad doc updates
9 years ago
Dibyendu Majumdar 0109450536 doc updates
9 years ago