Commit Graph

33 Commits (76accd1930841bcfa4fcbc031f2672432c3ee042)

Author SHA1 Message Date
Dibyendu Majumdar 76accd1930 Update copyright notices
4 years ago
Dibyendu Majumdar 9e7408a944 experiment with noninline add, sub, mul, div ops
8 years ago
Dibyendu Majumdar 4f3851e8f3 issue #105 #106
8 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 44bdcfad2f issue #56 wip 32-bit compilation on windows
9 years ago
Dibyendu Majumdar b4b54485d4 issue #15 updated savedpc
9 years ago
Dibyendu Majumdar ed1ac4b70c code reformat
9 years ago
Dibyendu Majumdar 00ae713454 make debug message relative
9 years ago
Dibyendu Majumdar da91cad12a continue investigation of OP_RETURN bug
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 689e09248f optimize bit shift when second operand is a constant
9 years ago
Dibyendu Majumdar 71e651c05e remove a number of numeric op codes
9 years ago
Dibyendu Majumdar e36acf332b in arithmetic operations use constants directly when possible
9 years ago
Dibyendu Majumdar a8a56ff938 reformat code
9 years ago
Dibyendu Majumdar bb6d02c08f bitwise ops wip
9 years ago
Dibyendu Majumdar 7ed12db6de bitwise ops wip
9 years ago
Dibyendu Majumdar b65e5d2fa1 refactoring
9 years ago
Dibyendu Majumdar fcb22d1da2 refactoring
9 years ago
Dibyendu Majumdar 94356ff1a0 refactoring
9 years ago
dibyendumajumdar 137b304166 implement OP_RAVI_SUBXX in libgccjit
9 years ago
Dibyendu Majumdar 43d0b4472d code refactoring
9 years ago
Dibyendu Majumdar b1823c9aef some cleanups
9 years ago
Dibyendu Majumdar 6e9365dad6 improve comments in code
9 years ago
Dibyendu Majumdar 660d1b2e8d add copyright notice
9 years ago
Dibyendu Majumdar c94b382231 fix bug in arith operators - need to set type
9 years ago
Dibyendu Majumdar d6b2302aee implement DIVFF, DIVFI, DIVIF, DIVII
9 years ago
Dibyendu Majumdar d6f7714ff8 implement MULFF, MULFI, MULII, MULFN, MULIN
9 years ago
Dibyendu Majumdar 82de651a56 implement SUBFF, SUBFI, SUBIF, SUBII, SUBFN, SUBNF, SUBIN, SUBNI
9 years ago
Dibyendu Majumdar 51dc1259c7 code reformat
9 years ago
Dibyendu Majumdar 1ee38fedf4 implement ADDFF, ADDFI, ADDII
9 years ago
Dibyendu Majumdar d1fef594d4 implement LOADIZ and ADDIN
9 years ago
Dibyendu Majumdar 6edfc4bfa0 implement loadfz, loadnil, addfn
9 years ago