summaryrefslogtreecommitdiff
path: root/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
AgeCommit message (Expand)Author
2017-12-15Fix WebAssembly backend for some LLVM API changesDavid Blaikie
2017-07-05[WebAssembly] Fix types for address taken functionsSam Clegg
2017-03-14[WebAssembly] Use LEB encoding for value typesDerek Schuff
2017-02-24[WebAssembly] Basic support for Wasm object file encoding.Dan Gohman
2017-01-28[WebAssembly] Use print instead of dump method.Richard Trieu
2016-01-12[WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman
2016-01-11[WebAssembly] Define WebAssembly-specific relocation codes.Dan Gohman
2015-12-22[WebAssembly] Trim unneeded #includes. NFC.Dan Gohman
2015-12-06[WebAssembly] Enable folding of offsets into global variable addresses.Dan Gohman
2015-11-29[WebAssembly] Delete an obsolete TODO comment.Dan Gohman
2015-11-29[WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.Dan Gohman
2015-11-25[WebAssembly] Codegen support for ISD::ExternalSymbolDan Gohman
2015-11-12[WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman
2015-11-12Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg
2015-11-12[WebAssembly] Switch to MC for instruction printing.Dan Gohman
2015-11-05[WebAssembly] Add WebAssemblyMCInstLower.cpp.Dan Gohman