Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAssembly] Remove final -wasm component of target triple. NFC. | Sam Clegg | 2018-05-10 | 1 | -1/+1 |
| | | | | | | This has been the default for a while now. llvm-svn: 332009 | ||||
* | [WebAssembly] Check function signatures by default | Sam Clegg | 2018-05-05 | 1 | -1/+1 |
| | | | | | | | | | But only produce a warning (for now) unless --fatal-warnings is passed. Differential Revision: https://reviews.llvm.org/D46484 llvm-svn: 331574 | ||||
* | [WebAssembly] Match llvm change to custom section size | Sam Clegg | 2018-04-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Summary: The content of custome sections no longer includes the name itself. See: https://reviews.llvm.org/D45579 Subscribers: jfb, dschuff, jgravelle-google, aheejin, sunfish, llvm-commits Differential Revision: https://reviews.llvm.org/D45580 llvm-svn: 329948 | ||||
* | [WebAssembly] Add support for custom sections | Sam Clegg | 2018-04-10 | 1 | -0/+22 |
Copy user-defined custom sections into the output, concatenating sections with the same name. Differential Revision: https://reviews.llvm.org/D45340 llvm-svn: 329717 |