summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Move InstPrinter files to MCTargetDesc. NFCDavid L. Jones2019-05-131-65/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Made InstPrinter more robustWouter van Oortmerssen2019-01-031-1/+2
* [WebAssembly] Fix assembler parsing of br_table.Wouter van Oortmerssen2018-12-171-0/+1
* [WebAssembly] Support EH instructions in InstPrinterHeejin Ahn2018-10-251-2/+7
* [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasmDerek Schuff2018-10-031-1/+1
* [WebAssembly] Add V128 value type to binary formatThomas Lively2018-09-201-1/+0
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* Fix layering of MachineValueType.h by moving it from CodeGen to SupportDavid Blaikie2018-03-231-1/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [WebAssembly] Initial linking metadata supportDan Gohman2017-03-301-0/+2
* [WebAssemby] Implement block signatures.Dan Gohman2016-10-061-0/+2
* Include SmallVector.h header in lib/Target/WebAssembly/InstPrinter/WebAssembl...Eric Liu2016-04-181-0/+1
* [WebAssembly] Implement unaligned loads and stores.Dan Gohman2016-01-261-0/+2
* [WebAssembly] Minor code cleanups. NFC.Dan Gohman2016-01-201-1/+1
* [WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman2016-01-121-0/+3
* Remove extra forward declarations and scrub includes for all in tree InstPrin...Craig Topper2015-12-251-1/+0
* [WebAssembly] Trim some unneeded #includes.Dan Gohman2015-12-081-1/+0
* [WebAssembly] Factor out a TypeToString function, since we need it in multipl...Dan Gohman2015-12-061-0/+7
* [WebAssembly] Add 'final' to some classes. NFC.Dan Gohman2015-11-251-1/+1
* WebAssembly: Implement callJF Bastien2015-08-241-0/+3
* Revert two bad commits.JF Bastien2015-08-241-3/+0
* callJF Bastien2015-08-241-0/+3
* WebAssembly: basic bitcode → assembly CodeGen testJF Bastien2015-07-221-0/+4
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-291-0/+38
OpenPOWER on IntegriCloud