summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [WebAssembly] Remove the output operand from stores.Dan Gohman2016-10-061-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 Amini2016-10-011-1/+1
| | | | llvm-svn: 283004
* [WebAssembly] Limit alignment hints to natural alignment.Dan Gohman2016-04-211-3/+9
| | | | | | This follows the current binary format rules. llvm-svn: 267082
* [WebAssembly] Implement unaligned loads and stores.Dan Gohman2016-01-261-0/+108
Differential Revision: http://reviews.llvm.org/D16534 llvm-svn: 258779
OpenPOWER on IntegriCloud