Commit Graph

29 Commits (76accd1930841bcfa4fcbc031f2672432c3ee042)

Author SHA1 Message Date
Dibyendu Majumdar 76accd1930 Update copyright notices
4 years ago
Dibyendu Majumdar aaee69bfd2 issue #163 fix bugs - in particular the offet of value in UpVal has changed
4 years ago
Dibyendu Majumdar 07a422eb74 issue #163 fixes related to loading of base following luaF_close
4 years ago
Dibyendu Majumdar edce55b997 issue #163 Base must be protected as luaF_close can now reallocate stack due to invocation of deferred functions
4 years ago
Dibyendu Majumdar 9a0ced9620 issue #163 First attempt to implement a Go like defer statement
4 years ago
Dibyendu Majumdar 3c9ed08585 issue #15 if emit_debug_trace() has been called then we can avoid setting savedpc again
9 years ago
Dibyendu Majumdar b4b54485d4 issue #15 updated savedpc
9 years ago
Dibyendu Majumdar ed1ac4b70c code reformat
9 years ago
Dibyendu Majumdar da91cad12a continue investigation of OP_RETURN bug
9 years ago
Dibyendu Majumdar 12e7c3bd31 MacOSX compilation
9 years ago
Dibyendu Majumdar d918977470 issue #40: generate inline code for comparison ops when types are known
9 years ago
Dibyendu Majumdar 40c3f032d5 reformat code
9 years ago
Dibyendu Majumdar b65e5d2fa1 refactoring
9 years ago
Dibyendu Majumdar fcb22d1da2 refactoring
9 years ago
Dibyendu Majumdar 94356ff1a0 refactoring
9 years ago
Dibyendu Majumdar 43d0b4472d code refactoring
9 years ago
Dibyendu Majumdar c989eac5be prep work for NaN tagging of values
9 years ago
Dibyendu Majumdar 05743889b2 LLVM changed IRBuilder interface so need to adapt to the changes
9 years ago
Dibyendu Majumdar 05e8448b15 fix compilation on MAC OSX
9 years ago
Dibyendu Majumdar 1433bc7a28 refactor
9 years ago
Dibyendu Majumdar 287a9c34fd fix tbaa metadata issue# 28
9 years ago
Dibyendu Majumdar 31d5e3e333 implement OP_NOT
9 years ago
dibyendumajumdar 4947bf0781 fix compilation error on Ubuntu
9 years ago
Dibyendu Majumdar 476375db4f implement OP_TEST and OP_TESTSET
9 years ago
Dibyendu Majumdar 419636c8b0 implement MOVEF and some code cleanup
9 years ago
Dibyendu Majumdar b1823c9aef some cleanups
9 years ago
Dibyendu Majumdar 660d1b2e8d add copyright notice
9 years ago
Dibyendu Majumdar 2091942c4c alternate implementation of FORPREP and FORLOOP
9 years ago
Dibyendu Majumdar b470a2a847 code reorg
9 years ago