Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAssembly] Massive instruction renaming | Thomas Lively | 2019-01-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Summary: An automated renaming of all the instructions listed at https://github.com/WebAssembly/spec/issues/884#issuecomment-426433329 as well as some similarly-named identifiers. Reviewers: aheejin, dschuff, aardappel Subscribers: sbc100, jgravelle-google, eraman, sunfish, jfb, llvm-commits Differential Revision: https://reviews.llvm.org/D56338 llvm-svn: 350609 | ||||
* | [WebAssembly] Use bitfield types in wasm YAML representation | Sam Clegg | 2017-12-13 | 1 | -2/+2 |
| | | | | | | Differential Revision: https://reviews.llvm.org/D41202 llvm-svn: 320642 | ||||
* | [WebAssembly] Improve support for WebAssembly binary format | Derek Schuff | 2017-03-30 | 1 | -0/+25 |
Mostly this change adds support converting to and from YAML which will allow us to write more test cases for the WebAssembly MC and lld ports. Better support for objdump, readelf, and nm will be in followup CLs. I had to update the two wasm test binaries because they used the old style 'name' section which is no longer supported. Differential Revision: https://reviews.llvm.org/D31099 Patch by Sam Clegg llvm-svn: 299101 |