summaryrefslogtreecommitdiff
path: root/scripts/gen-s-parser.py
Commit message (Expand)AuthorAgeFilesLines
* QFMA/QFMS instructions (#2328)Thomas Lively2019-09-031-1/+5
* Add atomic.fence instruction (#2307)Heejin Ahn2019-08-271-0/+1
* Switch python indentation from 2-space to 4-space (#2299)Sam Clegg2019-08-161-106/+106
* Upgrade flake8 and run it on python 3 (#2297)Guanzhong Chen2019-08-131-3/+3
* Add basic exception handling support (#2282)Heejin Ahn2019-08-131-1/+7
* More push/pop support (#2260)Heejin Ahn2019-07-241-0/+2
* Initial tail call implementation (#2197)Thomas Lively2019-07-031-2/+4
* Minimal Push/Pop support (#2207)Alon Zakai2019-07-031-0/+5
* Show line/col for parsing exceptions in gen-s-parser (#2138)Heejin Ahn2019-05-241-1/+1
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-7/+7
* Make sexp instruction parser pass clang-tidy (#2088)Heejin Ahn2019-05-061-1/+1
* Add clang-format-diff hook (#2057)Heejin Ahn2019-04-261-0/+6
* Rename atomic wait/notify instructions (#1972)Heejin Ahn2019-03-301-3/+3
* Warn about running gen-s-parser.py with Python 2 (#1971)Thomas Lively2019-03-291-0/+6
* Bulk memory operations (#1892)Thomas Lively2019-02-051-0/+4
* Massive renaming (#1855)Thomas Lively2019-01-071-81/+81
* SIMD (#1820)Thomas Lively2018-12-131-1/+142
* Implement nontrapping float-to-int instructions (#1780)Thomas Lively2018-12-041-1/+10
* Reject all nonexistent instructions in sexp format (#1756)Thomas Lively2018-11-191-24/+11
* Generate sexp instruction parser (#1754)Thomas Lively2018-11-191-0/+408