aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/sqlvm/runtime
Commit message (Expand)AuthorAgeFilesLines
* core: vm: sqlvm: add jump tableMeng-Ying Yang2019-04-032-3/+27
* core: vm: sqlvm: add op testcases with templateMeng-Ying Yang2019-04-035-9/+6186
* core: vm: sqlvm: opcodes and basic structsMeng-Ying Yang2019-04-033-17/+1528
* core: vm: sqlvm: update op codeJhih-Ming Huang2019-04-031-87/+2
* core: vm: sqlvm: runtime: opLoad load fixed bytes and address in bytesJhih-Ming Huang2019-04-033-7/+13
* misc: replace shopspring/decimal with our forkyenlin.lai2019-04-032-2/+2
* core: vm: sqlvm: schema: make foreign key constraints a sliceTing-Wei Lan2019-03-291-1/+1
* core: vm: sqlvm: ast: implement decimal to uint64Jhih-Ming Huang2019-03-261-12/+24
* core: vm: sqlvm: runtime: implement opLoadJhih-Ming Huang2019-03-262-8/+510
* core: vm: sqlvm: runtime: add loadRegister funcJhih-Ming Huang2019-03-262-1/+10
* core: vm: sqlvm: runtime entrypoing error handlingMeng-Ying Yang2019-03-262-5/+12
* core: vm: sqlvm: export instruction's member (#197)JM2019-03-262-6/+6
* core: vm: sqlvm: revert Tuple structure (#193)JM2019-03-261-4/+5
* core: vm: sqlvm: modify Tuple.Data.Value typeJhih-Ming Huang2019-03-261-7/+3
* core: vm: sqlvm: shared interfaces and paramsJhih-Ming Huang2019-03-264-0/+220