Commit Graph

  • f8a680ed82 Merge branch 'master' of https://github.com/dibyendumajumdar/ravi Dibyendu Majumdar 2020-07-08 21:55:35 +0100
  • 4bbcb908ec issue #157 fix build error on windows Dibyendu Majumdar 2020-07-08 21:53:44 +0100
  • 7f63b9fae7 issue #182 add asan support if available Dibyendu Majumdar 2020-07-08 20:54:46 +0100
  • 3a75ee9eb7 Merge branch 'master' of https://github.com/dibyendumajumdar/ravi Dibyendu Majumdar 2020-07-08 20:35:13 +0100
  • 98bb862279 issue #157 fix build error on windows memtest Dibyendu Majumdar 2020-07-08 20:34:40 +0100
  • 793e5a2383 Revert "issue #195 backport luaO_pushvfstring" Dibyendu Majumdar 2020-07-08 20:22:17 +0100
  • cdd6fbfeaa issue #182: remove commented lines Dibyendu Majumdar 2020-07-08 19:14:18 +0100
  • a6caf1b402 Merge branch 'master' into ravi-distro Dibyendu Majumdar 2020-07-05 16:29:42 +0100
  • 73c2c6426f issue #163 Maintain optionality of defer statement 1.0-beta4 Dibyendu Majumdar 2020-07-05 16:19:47 +0100
  • b63005fd3f issue #163 Couple of more tests for coroutines and deferred functions, plus some changes in ldo.c back-ported from Lua 5.4 Dibyendu Majumdar 2020-07-05 15:43:55 +0100
  • e832dcc32f issue #163 Fix issue with handling of deferred functions when a Lua thread is closed. Dibyendu Majumdar 2020-07-05 15:06:50 +0100
  • d8a60ddd23 issue #163 Split out defer tests to a separate file. Also backport a few tests from Lua 5.4 Dibyendu Majumdar 2020-07-05 12:02:32 +0100
  • bf2f55eece issue #163 Do not generate TAILCALL opcode if a defer closure is in scope; back-ported from Lua 5.4. Dibyendu Majumdar 2020-07-05 12:01:57 +0100
  • e9774b3e96 Merge branch 'master' into ravi-distro Dibyendu Majumdar 2020-07-05 01:59:05 +0100
  • 9c745caafe issue #157 Doc updates Dibyendu Majumdar 2020-07-05 01:52:23 +0100
  • 2934cbe5c0 issue #157 Add Ravi api functions to return JIT name and options Dibyendu Majumdar 2020-07-05 01:37:27 +0100
  • 7dd5c1fdf0 issue #157 cleanup Dibyendu Majumdar 2020-07-05 01:36:02 +0100
  • 5d88ea52fd issue #189 enable coroutines by default so that tests do not fail mini Dibyendu Majumdar 2020-07-05 00:42:00 +0100
  • d69e0470e1 issue #189 Dibyendu Majumdar 2020-05-07 23:31:35 +0100
  • 9e2a4f4645 issue #163 Fix bug in OP_RETURN in interpreter and MIR JIT backend; we need to reload RA after call to luaF_close() as stack may been reallocated Dibyendu Majumdar 2020-07-04 23:28:21 +0100
  • e483fe40ee
    Update ravi-reference.rst Dibyendu Majumdar 2020-07-04 17:18:38 +0100
  • 79c44082ec Merge branch 'master' into ravi-distro Dibyendu Majumdar 2020-07-04 15:52:27 +0100
  • 7e26dc8d0f issue #195 number and integer comparisons lua54-misc Dibyendu Majumdar 2020-07-01 22:34:38 +0100
  • 0e41a51114 issue #195 number and integer conversions Dibyendu Majumdar 2020-07-01 00:38:06 +0100
  • 5bdb49e326 merge master Dibyendu Majumdar 2020-06-30 21:40:32 +0100
  • f884782a60 issue #195 backport luaO_pushvfstring Dibyendu Majumdar 2020-06-29 19:32:18 +0100
  • 2861754b3c issue #195 backport luaO_pushvfstring Dibyendu Majumdar 2020-06-29 19:09:13 +0100
  • 22d84e74d0 issue #195 backport luaO_pushvfstring Dibyendu Majumdar 2020-06-29 19:05:03 +0100
  • f547edd330 issue #195 lexer / utf8 improvements from Lua 5.4 Dibyendu Majumdar 2020-06-28 23:22:36 +0100
  • d4992e8d08 Revert "issue #195 Misc updates from Lua 5.4" Dibyendu Majumdar 2020-06-28 22:57:27 +0100
  • 4795374610 issue #195 Misc updates from Lua 5.4 Dibyendu Majumdar 2020-06-28 22:34:14 +0100
  • 93c0a0c61e issue #196 doc updates Dibyendu Majumdar 2020-06-28 14:28:02 +0100
  • 4ccc2759e8
    Add information regarding Lua 5.4 Dibyendu Majumdar 2020-06-28 14:27:01 +0100
  • 062550b84d issue #196 backport generational GC from Lua 5.4 Dibyendu Majumdar 2020-06-28 13:52:45 +0100
  • 6643a771bf issue #196 missed change in non-defer mode lua54-gc Dibyendu Majumdar 2020-06-28 13:49:34 +0100
  • 6e45d0ea05 issue #196 We need the old upval barrier for the LLVM backend plus few moe barriers from 5.3 update Dibyendu Majumdar 2020-06-28 02:10:56 +0100
  • ca6dd43389 issue #196 add a barrier recently added to Lua parser - see if this fixes the failure in build Dibyendu Majumdar 2020-06-28 00:17:09 +0100
  • 619368ed1a issue #196 make generational GC the default Dibyendu Majumdar 2020-06-28 00:01:17 +0100
  • 660591d2b5 issue #196 small cleanups Dibyendu Majumdar 2020-06-27 23:20:35 +0100
  • 73cba9e376 issue #196 initialize ravi_state Dibyendu Majumdar 2020-06-27 22:14:27 +0100
  • 0e0b677289 issue #196 first version that runs the test suite in interpreter mode Dibyendu Majumdar 2020-06-27 21:38:11 +0100
  • 2953b1dcd1 issue #196 work in progress Dibyendu Majumdar 2020-06-27 17:15:53 +0100
  • f4752a513f issue #195: move upvalue struct to lobject.h as in Lua 5.4 Dibyendu Majumdar 2020-06-27 11:13:49 +0100
  • e0881115e4 issue #195: lua tests update Dibyendu Majumdar 2020-06-27 10:53:20 +0100
  • 2eb4daf7ff issue #192 when searching for values in table use raw key comparison; back ported from Lua 5.4 lua54-tables Dibyendu Majumdar 2020-06-20 22:00:03 +0100
  • d2a295688f issue #195 lua 5.4 object.h layout for easier comparison Dibyendu Majumdar 2020-06-20 20:11:20 +0100
  • d2b9810a06 issue #193 Lua 5.4 string library improvements back-ported lua54-strings Dibyendu Majumdar 2020-06-20 16:12:43 +0100
  • a2e0c2fc3d issue #191 #193 backport random number generator from Lua 5.4 lua54-randomgen Dibyendu Majumdar 2020-06-20 13:51:59 +0100
  • bf5aa3e3f6 issue #169 update MIR code from upstream Dibyendu Majumdar 2020-06-05 22:32:30 +0100
  • 4d6f9dd9f2 issue #99 test case Dibyendu Majumdar 2020-05-25 23:37:52 +0100
  • cf7f8ed380 issue #157 remove redundant test script Dibyendu Majumdar 2020-05-25 23:37:28 +0100
  • ff91fbfc8d issue #169 details Dibyendu Majumdar 2020-05-25 18:57:20 +0100
  • 3cf60d2972 Fix travis build Dibyendu Majumdar 2020-05-25 15:16:33 +0100
  • 18ff6c1f36 issue #157 Long overdue reorg of tests, much more needs to be done, but this is a start Dibyendu Majumdar 2020-05-25 14:41:07 +0100
  • 5f286815ed issue #169 Update to latest MIR code Dibyendu Majumdar 2020-05-25 12:41:40 +0100
  • 76f9bbdffb issue #99 Merge splitting out of the RaviArray structure from Table Dibyendu Majumdar 2020-05-25 11:29:46 +0100
  • a8ee5a60e1 issue #99 LLVM JIT updates to support RaviArray breakout from Table structure arrays Dibyendu Majumdar 2020-05-25 10:44:51 +0100
  • 0d2b3161e3
    Delete FUNDING.yml Dibyendu Majumdar 2020-05-25 09:27:48 +0100
  • f3886accbe issue #99 remove blank Dibyendu Majumdar 2020-05-24 21:57:03 +0100
  • e16310f742 issue #99 Fix missing field in GCUnion Dibyendu Majumdar 2020-05-24 21:32:47 +0100
  • 4b34875605 issue #99 Use dedicated structure for Ravi array types Dibyendu Majumdar 2020-05-24 21:20:18 +0100
  • eb3d9ca72d Merge branch 'master' of https://github.com/dibyendumajumdar/ravi Dibyendu Majumdar 2020-05-07 22:14:13 +0100
  • a5759bbb25 issue #188 Dibyendu Majumdar 2020-05-07 22:13:42 +0100
  • 71e5bd8d8c issue #169 MIR update Dibyendu Majumdar 2020-04-26 13:39:17 +0100
  • 6f7313594c issue #188 update docs Dibyendu Majumdar 2020-04-18 14:05:10 +0100
  • 83e0a739b0 issue #188 add missing symbol Dibyendu Majumdar 2020-04-18 13:16:48 +0100
  • 23141174d4 issue #169 Update to latest MIR codebase and set default opt level to 2 Dibyendu Majumdar 2020-04-18 12:18:39 +0100
  • 6500e11c01 issue #184 Dibyendu Majumdar 2020-04-18 11:15:29 +0100
  • 59f92f04df issue #184 first pass revision of OP_TEST and OP_TESTSET Dibyendu Majumdar 2020-04-17 20:27:01 +0100
  • b317b19c3c issue #184 first pass revision of OP_TEST and OP_TESTSET Dibyendu Majumdar 2020-04-17 20:25:41 +0100
  • 0ff5baa1a5 issue #184 first pass revision of OP_TEST and OP_TESTSET Dibyendu Majumdar 2020-04-17 20:20:10 +0100
  • 9202468bb7 issue #188 Fix missing symbol registrations Dibyendu Majumdar 2020-04-13 22:56:39 +0100
  • 89b9451437 issue #188 Dibyendu Majumdar 2020-04-13 18:18:23 +0100
  • f47244974b issue #185 forloop Dibyendu Majumdar 2020-04-11 09:28:10 +0100
  • 72043488b4 Merge branch 'master' into forloop Dibyendu Majumdar 2020-04-11 08:48:17 +0100
  • 9db31dabd8 issue #187 Dibyendu Majumdar 2020-04-10 15:30:23 +0100
  • 2edf9f6936 issue #187 Dibyendu Majumdar 2020-04-10 15:24:15 +0100
  • d39da2757e
    issue #187 Dibyendu Majumdar 2020-04-10 14:57:44 +0100
  • 9b8f89dad0
    issue #187 Dibyendu Majumdar 2020-04-10 14:54:49 +0100
  • edcec3a4cd
    issue #187 Dibyendu Majumdar 2020-04-10 14:43:43 +0100
  • 5d0b594135
    issue #187 Dibyendu Majumdar 2020-04-10 14:38:49 +0100
  • 10ca66a4fd
    issue #187 Dibyendu Majumdar 2020-04-10 14:35:02 +0100
  • f5cc3fdfcf issue #175 Dibyendu Majumdar 2020-04-10 14:24:33 +0100
  • 4e53c74180 issue #175 Dibyendu Majumdar 2020-04-10 14:21:52 +0100
  • 4cc6fcf8b0 issue #186 Dibyendu Majumdar 2020-04-10 13:56:44 +0100
  • 3253283648 issue #186 Dibyendu Majumdar 2020-04-10 00:11:44 +0100
  • bcc094d953 issue #186 Dibyendu Majumdar 2020-04-10 00:05:35 +0100
  • 0e1815b3e5 issue #98 Dibyendu Majumdar 2020-04-10 00:00:30 +0100
  • bfdb4937b3 issue #98 Dibyendu Majumdar 2020-04-09 23:59:52 +0100
  • 352f03ad61 issue #186 Dibyendu Majumdar 2020-04-09 23:54:45 +0100
  • 5834e4c78f issue #98 removing new parser code as migrated to ravi-compiler project Dibyendu Majumdar 2020-04-09 23:22:12 +0100
  • 93670a4bb9 issue #98 save current state in parser branch parser Dibyendu Majumdar 2020-04-09 22:45:22 +0100
  • be5b951ec8 issue #185 Add a new opcode for the general integer for loop - i.e. step is integer value but not known positive constant Dibyendu Majumdar 2020-04-06 23:15:37 +0100
  • bfaf2a3cef issue #163 improve codegen for binary op involving two floats when one is a constant omrjit nometajit Dibyendu Majumdar 2020-04-05 21:51:49 +0100
  • 69d4b0dcfd issue #163 improve codegen for binary op involving two floats when one is a constant Dibyendu Majumdar 2020-04-05 20:46:59 +0100
  • eae8eb971d issue #163 improve codegen for adding two integers when one is a constant Dibyendu Majumdar 2020-04-05 20:14:27 +0100
  • 22c467e5b6 issue #163 misleading #define Dibyendu Majumdar 2020-04-05 19:23:39 +0100
  • ced70c2d60 Add some compiler flags conditionally to improve performance Dibyendu Majumdar 2020-04-05 19:22:22 +0100
  • be6e3bc543 Add a Lua version of the sieve benchmark Dibyendu Majumdar 2020-04-05 19:21:29 +0100
  • 37a99ccfc8 issue #169 merge Dibyendu Majumdar 2020-03-29 22:12:15 +0100