summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...Sam Clegg2019-12-111-0/+7
* [WebAssembly] Assembler/InstPrinter: support call_indirect type index.Wouter van Oortmerssen2019-08-011-3/+0
* [WebAssembly] Add codegen support for the import_field attributeDan Gohman2019-02-011-3/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Add '.eventtype' directive supportHeejin Ahn2018-12-111-0/+3
* [WebAssembly] TargetStreamer cleanup (NFC)Heejin Ahn2018-12-111-16/+18
* [WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen2018-11-191-22/+12
* [WebAssembly] Add null streamer supportHeejin Ahn2018-11-181-0/+17
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-0/+4
* [WebAssembly] Added a .globaltype directive to .s output.Wouter van Oortmerssen2018-11-021-4/+4
* [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasmDerek Schuff2018-10-031-7/+3
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-4/+2
* [WebAssembly] Remove ELF file support.Sam Clegg2018-07-161-18/+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
* [WebAssembly] Add mechanisms for specifying an explicit import module name.Dan Gohman2018-02-091-0/+6
* [WebAssembly] MC: Remove unused code for handling of wasm globalsSam Clegg2018-01-311-5/+0
* [WebAssembly] Remove WASM_STACK_POINTER.Dan Gohman2017-12-061-5/+0
* [WebAssembly] Implement WASM_STACK_POINTER.Dan Gohman2017-12-051-4/+4
* [WebAssembly] Fix types for address taken functionsSam Clegg2017-07-051-4/+4
* [WebAssembly] Cleanup WebAssemblyWasmObjectWriterSam Clegg2017-06-131-3/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [WebAssembly] Initial linking metadata supportDan Gohman2017-03-301-4/+9
* [WebAssembly] Fix some broken type encodings in wasm binaryDerek Schuff2017-03-161-0/+4
* [WebAssembly] Add support for using a wasm global for the stack pointer.Dan Gohman2017-02-241-0/+5
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-8/+8
* [WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman2017-02-221-0/+17
* [WebAssembly] Emit .import_global assembler directivesDerek Schuff2016-12-011-0/+4
* [WebAssembly] Implement more WebAssembly binary encoding.Dan Gohman2016-10-241-0/+3
* [WebAssemby] Implement block signatures.Dan Gohman2016-10-061-4/+4
* [WebAssembly] Support CFI for WebAssembly targetDerek Schuff2016-08-011-0/+4
* [WebAssembly] Emit type signatures for declared functionsDerek Schuff2016-06-031-0/+9
* Revert "[WebAssembly] Emit type signatures for declared functions"Derek Schuff2016-06-021-9/+0
* [WebAssembly] Emit type signatures for declared functionsDerek Schuff2016-06-021-0/+9
* [WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.Dan Gohman2016-01-121-0/+1
* [WebAssembly] Introduce a WebAssemblyTargetStreamer class.Dan Gohman2016-01-121-0/+67
OpenPOWER on IntegriCloud