summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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