aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-09[WebAssembly] Use named operands to identify loads and storesThomas Lively1-108/+6
2019-02-04[WebAssembly] clang-tidy (NFC)Heejin Ahn1-3/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-31[WebAssembly] Process p2align operands for SIMD loads and storesThomas Lively1-0/+12
2018-09-05[WebAssembly] clang-format (NFC)Heejin Ahn1-4/+3
2018-08-02[WebAssembly] Support for atomic.wait / atomic.wake instructionsHeejin Ahn1-0/+3
2018-08-01[WebAssembly] Support for a ternary atomic RMW instructionHeejin Ahn1-0/+7
2018-07-09[WebAssembly] Support for binary atomic RMW instructionsHeejin Ahn1-0/+42
2018-07-02[WebAssembly] Support for atomic storesHeejin Ahn1-0/+7
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-1/+1
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-1/+1
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