452 Commits (0e65f87e379315f1ed419aeafddba68e800ad5f9)

Author SHA1 Message Date
Jakub Konka ae63b33a23 Refactor 5 years ago
Jakub Konka 982dbab1f2 Add misc-tests as a submodule dep 5 years ago
Jakub Konka 6ca01ce546 Add wasmtime as default runtime for integration tests 5 years ago
Yury Delendik ddbc00752e Generate debug info for LLDB/GDB (#50) 6 years ago
Dan Gohman ddb8453b0d Move wasmtime's instantiation test into a separate file. 6 years ago
Dan Gohman f6c2fe7d2d Update to Rust 2018 Edition. 6 years ago
Dan Gohman 7592c99f3b Refactor the compilation and instantiation pipeline. 6 years ago
Dan Gohman 3f24098edc Implement the remaining valid spec tests. 6 years ago
Dan Gohman 83f8a31010 Convert the wast test harness into a crate. 6 years ago
Dan Gohman bd69768e0d Improve infrastructure. 6 years ago
Dan Gohman 8dbd4b8d7c Start a wast testing harness and add some tests. 6 years ago
Dan Gohman d0fe50a2a8 Check in the wasmstandalone code. 7 years ago
Jakob Stoklund Olesen 7f3b807597 Add a calling convention to all function signatures. 7 years ago
Aleksey Kuznetsov 8b484b1c77 Binary function names (#91) 8 years ago
Jakob Stoklund Olesen 22ad3c0bf8 Compute a CFG post-order when building the dominator tree. 8 years ago
Jakob Stoklund Olesen 8353651559 rustfmt 0.8.1 8 years ago
Jakob Stoklund Olesen f84e218a93 Rename the 'cfg' module to 'flowgraph'. 8 years ago
Jakob Stoklund Olesen 32709a56ca Upgrade to rustfmt 0.8.0. 8 years ago
Jakob Stoklund Olesen 0f29fc7a52 Make the ControlFlowGraph reusable. 8 years ago
Jakob Stoklund Olesen 893a630ca0 Upgrade to rustfmt 0.6.3 8 years ago
Jakob Stoklund Olesen a8a79df620 Promote the src/tools crate to the top-level workspace. 8 years ago
Jakob Stoklund Olesen 78a2e47d95 Implement the 'test print-cfg' sub-test. 8 years ago
Jakob Stoklund Olesen 0b7f87b14c Convert parser tests to filetests. 8 years ago
Jakob Stoklund Olesen 8483dc1085 Add an explainer mode to filecheck. 8 years ago
Jakob Stoklund Olesen e41853cab0 Convert the DFG tests to use filecheck. 8 years ago
Jakob Stoklund Olesen 20fc675fc0 Parse the BranchTable instruction format. 8 years ago
Jakob Stoklund Olesen 274671d12a Implement jump tables. 8 years ago
Morgan Phillips 5bcce51bd9 Add print-cfg tests 8 years ago
Jakob Stoklund Olesen ad5e6b14cf Add tests for parsing call and return. 8 years ago
Jakob Stoklund Olesen a39e418d32 Rewrite EBB and value references after parsing. 8 years ago
Jakob Stoklund Olesen 4a929f5e41 Add meta definition for bitcast. 8 years ago
Jakob Stoklund Olesen 86688053a6 Define icmp and fcmp comparison instructions. 8 years ago
Jakob Stoklund Olesen a6c1362975 Parse insertlane and extractlane instruction formats. 8 years ago
Jakob Stoklund Olesen e5feb864c7 Parse select instructions. 8 years ago
Jakob Stoklund Olesen cdc2638f96 Parse branch and jump instructions. 8 years ago
Jakob Stoklund Olesen a82554192a Print a type suffix on some polymorphic instructions. 8 years ago
Jakob Stoklund Olesen 954fd015e0 Add very basic test framework for parser tests. 8 years ago