summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/InstPrinter
Commit message (Expand)AuthorAgeFilesLines
* 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
* [WebAssembly] Add some comments and make some minor source cleanups.Dan Gohman2015-12-211-3/+4
* [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-062-16/+23
* [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.Dan Gohman2015-11-291-7/+16
* [WebAssembly] Add 'final' to some classes. NFC.Dan Gohman2015-11-251-1/+1
* [WebAssembly] Suffix output operands with '='.Dan Gohman2015-11-231-0/+3
* [WebAssembly] Emit .param, .result, and .local through MC.Dan Gohman2015-11-231-4/+21
* [WebAssembly] Enable register coloring and register stackifying.Dan Gohman2015-11-181-24/+11
* [WebAssembly] Introduce a new pseudo-operand for unused expression results.Dan Gohman2015-11-131-6/+17
* [WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman2015-11-121-12/+34
* Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg2015-11-121-34/+12
* [WebAssembly] Switch to MC for instruction printing.Dan Gohman2015-11-121-12/+34
* [WebAssembly] Add WebAssemblyMCInstLower.cpp.Dan Gohman2015-11-051-4/+24
* WebAssembly: Implement callJF Bastien2015-08-242-0/+16
* Revert two bad commits.JF Bastien2015-08-242-16/+0
* callJF Bastien2015-08-242-0/+16
* WebAssembly: basic bitcode → assembly CodeGen testJF Bastien2015-07-222-2/+9
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-295-0/+123
OpenPOWER on IntegriCloud