summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Allow multivalue types in block signature operandsThomas Lively2019-10-151-0/+1
* [WebAssembly] Rename wasm fixup kindsSam Clegg2019-03-281-3/+3
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-11/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Fix assembler parsing of br_table.Wouter van Oortmerssen2018-12-171-8/+0
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-8/+15
* [WebAssembly] Renumber and LEB128-encode SIMD opcodesThomas Lively2018-11-091-1/+2
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-5/+3
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-271-2/+5
* [WebAssembly] v128.constThomas Lively2018-08-211-7/+24
* [WebAssembly] Cleanup of the way globals and global flags are handledNicholas Wilson2018-08-031-1/+1
* Support: Simplify endian stream interface. NFCI.Peter Collingbourne2018-05-181-2/+2
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-1/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WebAssembly] Only write 32-bits for WebAssembly::OPERAND_OFFSET32Sam Clegg2018-04-041-0/+5
* Reland "[WebAssembly] More uses of uint8_t for single byte values"Heejin Ahn2018-03-021-1/+1
* [WebAssembly] Fix trapping behavior in fptosi/fptoui.Dan Gohman2017-11-281-2/+7
* Change encodeU/SLEB128 to pad to certain number of bytesSam Clegg2017-09-151-5/+2
* [WebAssembly] Use __stack_pointer global when writing wasm binarySam Clegg2017-06-161-11/+7
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [WebAssembly] Encode block signatures as SLEB instead of ULEBDerek Schuff2017-04-171-0/+2
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-8/+34
* [WebAssembly] Add a cast to void to fix an unused private member warning, for...Dan Gohman2017-02-161-1/+3
* [WebAssembly] Pass an MCContext to WebAssemblyMCCodeEmitter. NFC.Dan Gohman2017-02-101-3/+6
* [WebAssembly] Add an "explicit" keyword to a constructor.Dan Gohman2016-12-221-1/+1
* [WebAssembly] Implement more WebAssembly binary encoding.Dan Gohman2016-10-241-10/+15
* [WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman2016-10-241-13/+38
* Fix the wasm build by including EndianStream.hReid Kleckner2016-06-231-0/+1
* [WebAssembly] Minor code cleanups. NFC.Dan Gohman2016-01-201-3/+3
* [WebAssembly] Remove an unused data member. NFC.Dan Gohman2016-01-191-6/+4
* [WebAssembly] Implement a prototype instruction encoder and disassembler.Dan Gohman2016-01-121-23/+39
* [WebAssembly] Minor code cleanups. NFC.Dan Gohman2016-01-081-2/+0
* [WebAssembly] Remove unused arguments, unused functions. NFC.Dan Gohman2016-01-081-24/+2
* Remove unused class variables.Eric Christopher2015-12-171-5/+3
* Fix unused variable warning in release builds. NFC.Diego Novillo2015-12-171-3/+1
* [WebAssembly] Experimental ELF writer supportDan Gohman2015-12-171-0/+104
OpenPOWER on IntegriCloud