summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/InstPrinter
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Move InstPrinter files to MCTargetDesc. NFCDavid L. Jones2019-05-134-386/+0
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-7/+7
* [WebAssembly] Exception handling: Switch to the new proposalHeejin Ahn2019-01-301-45/+32
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-081-3/+3
* [WebAssembly] Made InstPrinter more robustWouter van Oortmerssen2019-01-032-52/+61
* [WebAssembly] made assembler parse block_typeWouter van Oortmerssen2019-01-021-0/+2
* [WebAssembly] Fix assembler parsing of br_table.Wouter van Oortmerssen2018-12-172-27/+25
* [WebAssembly] Fix bugs in rethrow depth counting and InstPrinterHeejin Ahn2018-11-021-3/+2
* [WebAssembly] Support EH instructions in InstPrinterHeejin Ahn2018-10-252-9/+66
* Address commentsHeejin Ahn2018-10-251-4/+2
* [WebAssembly] Error out when block/loop markers mismatchHeejin Ahn2018-10-251-7/+7
* Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim2018-10-041-0/+1
* [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasmDerek Schuff2018-10-032-16/+9
* [WebAssembly] Add V128 value type to binary formatThomas Lively2018-09-202-17/+0
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-26/+40
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-271-1/+2
* Fix WebAssembly instruction printer after r339474Richard Trieu2018-08-111-1/+5
* [WebAssembly] Update SIMD binary arithmeticDerek Schuff2018-08-071-0/+2
* [WebAssembly] Replace SIMD expression types with V128Derek Schuff2018-08-061-7/+1
* [WebAssembly] Initial Disassembler.Sam Clegg2018-05-101-9/+5
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-012-2/+2
* Fix layering of MachineValueType.h by moving it from CodeGen to SupportDavid Blaikie2018-03-231-1/+1
* [WebAssembly] Added initial AsmParser implementation.Derek Schuff2018-03-201-2/+4
* [WebAssembly] Add except_ref as a first-class typeHeejin Ahn2018-03-081-0/+5
* Fix the build of the wasm backend.Benjamin Kramer2018-02-221-2/+2
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [WebAssembly] Fix -Wcovered-switch-default warningDerek Schuff2017-04-061-2/+1
* [WebAssembly] Initial linking metadata supportDan Gohman2017-03-302-0/+17
* [WebAssembly] Don't use variadic operand indices in the MCOperandInfo array.Dan Gohman2016-12-221-4/+5
* [WebAssembly] Add immediate fields to call_indirect and memory operators.Dan Gohman2016-10-251-1/+6
* Fix an unused warning in WebAssemblyInstPrinter with NDEBUG.Benjamin Kramer2016-10-251-0/+1
* [WebAssembly] Implement more WebAssembly binary encoding.Dan Gohman2016-10-241-18/+8
* [WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman2016-10-241-20/+31
* [WebAssemby] Implement block signatures.Dan Gohman2016-10-062-0/+22
* [WebAssembly] Remove loop's bottom label.Dan Gohman2016-10-061-7/+2
* [WebAssembly] Rename OPERAND_FP32IMM to OPERAND_F32IMM.Dan Gohman2016-10-031-2/+2
* [WebAssembly] Initial SIMD128 support.Derek Schuff2016-08-021-0/+5
* [WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman2016-05-211-2/+2
* [WebAssembly] Rename $discard to $drop in the assembly output.Dan Gohman2016-05-171-1/+1
* Include SmallVector.h header in lib/Target/WebAssembly/InstPrinter/WebAssembl...Eric Liu2016-04-181-0/+1
* [WebAssembly] Implement support for custom NaN bit patterns.Dan Gohman2016-02-161-9/+27
* Remove autoconf supportChris Bieneman2016-01-261-16/+0
* [WebAssembly] Implement unaligned loads and stores.Dan Gohman2016-01-262-0/+12
* [WebAssembly] Minor code cleanups. NFC.Dan Gohman2016-01-201-1/+1
* [WebAssembly] Introduce a WebAssemblyTargetStreamer class.Dan Gohman2016-01-121-6/+5
* [WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman2016-01-122-3/+54
* [WebAssembly] Use TSFlags instead of keeping a list of special-case opcodes.Dan Gohman2016-01-121-10/+22
* Remove extra forward declarations and scrub includes for all in tree InstPrin...Craig Topper2015-12-251-1/+0
OpenPOWER on IntegriCloud