aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyCallIndirectFixup.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-02-04[WebAssembly] clang-tidy (NFC)Heejin Ahn1-5/+5
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-09[WebAssembly] Print a debug message at the start of each passHeejin Ahn1-1/+1
2018-09-05[WebAssembly] clang-format (NFC)Heejin Ahn1-16/+26
2018-08-07[WebAssembly] Update SIMD binary arithmeticDerek Schuff1-1/+2
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-5/+5
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-1/+1
2018-03-30[WebAssembly] Register wasm passes with the PassRegistryJacob Gravelle1-0/+3
2017-12-13Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-02-24[WebAssembly] Basic support for Wasm object file encoding.Dan Gohman1-6/+19
2016-10-25[WebAssembly] Add immediate fields to call_indirect and memory operators.Dan Gohman1-2/+5
2016-10-21[WebAssembly] Fix for 0xc call_indirect changesDerek Schuff1-0/+117