summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Remove ELF file support.Sam Clegg2018-07-161-40/+29
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WebAssembly] Fix broken gcc build after rL326454Sam Clegg2018-03-011-1/+2
* [WebAssembly] Use uint8_t for single byte values to match the specSam Clegg2018-03-011-3/+3
* [WebAssembly] Add first claass symbol table to wasm objectsSam Clegg2018-02-231-5/+12
* Fix WebAssembly backend for some LLVM API changesDavid Blaikie2017-12-151-1/+1
* [WebAssembly] Fix types for address taken functionsSam Clegg2017-07-051-2/+0
* [WebAssembly] Use LEB encoding for value typesDerek Schuff2017-03-141-18/+18
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-2/+124
* [WebAssembly] Use print instead of dump method.Richard Trieu2017-01-281-2/+2
* [WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman2016-01-121-4/+3
* [WebAssembly] Define WebAssembly-specific relocation codes.Dan Gohman2016-01-111-9/+19
* [WebAssembly] Trim unneeded #includes. NFC.Dan Gohman2015-12-221-1/+0
* [WebAssembly] Enable folding of offsets into global variable addresses.Dan Gohman2015-12-061-2/+7
* [WebAssembly] Delete an obsolete TODO comment.Dan Gohman2015-11-291-1/+0
* [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.Dan Gohman2015-11-291-4/+2
* [WebAssembly] Codegen support for ISD::ExternalSymbolDan Gohman2015-11-251-0/+8
* [WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman2015-11-121-8/+21
* Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg2015-11-121-21/+8
* [WebAssembly] Switch to MC for instruction printing.Dan Gohman2015-11-121-8/+21
* [WebAssembly] Add WebAssemblyMCInstLower.cpp.Dan Gohman2015-11-051-0/+84
OpenPOWER on IntegriCloud