aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-03-30[WebAssembly] Register wasm passes with the PassRegistryJacob Gravelle1-0/+4
2017-10-05[WebAssembly] Add the rest of the atomic loadsDerek Schuff1-0/+6
2017-08-30[WebAssembly] Add target feature for atomicsDerek Schuff1-0/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2016-10-06[WebAssembly] Remove the output operand from stores.Dan Gohman1-20/+25
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini1-1/+1
2016-04-21[WebAssembly] Limit alignment hints to natural alignment.Dan Gohman1-3/+9
2016-01-26[WebAssembly] Implement unaligned loads and stores.Dan Gohman1-0/+108