Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAssembly] Remove the output operand from stores. | Dan Gohman | 2016-10-06 | 1 | -20/+25 |
| | | | | | | | | | Per spec changes, store instructions in WebAssembly no longer have a return value. Update the instruction descriptions. Differential Revision: https://reviews.llvm.org/D25122 llvm-svn: 283501 | ||||
* | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -1/+1 |
| | | | | llvm-svn: 283004 | ||||
* | [WebAssembly] Limit alignment hints to natural alignment. | Dan Gohman | 2016-04-21 | 1 | -3/+9 |
| | | | | | | This follows the current binary format rules. llvm-svn: 267082 | ||||
* | [WebAssembly] Implement unaligned loads and stores. | Dan Gohman | 2016-01-26 | 1 | -0/+108 |
Differential Revision: http://reviews.llvm.org/D16534 llvm-svn: 258779 |