summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ObjectYAML/WasmYAML.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Allow multivalue signatures in object filesThomas Lively2019-10-181-2/+1
* [WebAssembly] Make __attribute__((used)) not imply export.Dan Gohman2019-08-291-0/+1
* [WebAssembly] Add more test coverage for reloctions against section symbolsSam Clegg2019-05-071-1/+2
* [WebAssembly] Support EXPLICIT_NAME symbols in llvm-readobjDan Gohman2019-04-301-0/+1
* [WebAssembly] Add DataCount section to object filesThomas Lively2019-04-121-0/+11
* [WebAssembly] Target features sectionThomas Lively2019-03-201-0/+25
* [WebAssembly] Update MC for bulk memoryThomas Lively2019-02-191-2/+12
* [WebAssembly] Add symbol flag to the binary format llvm.usedSam Clegg2019-02-071-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-171-0/+18
* Revert "[WebAssembly] Parse llvm.ident into producers section"Thomas Lively2019-01-171-18/+0
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-161-0/+18
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-081-4/+4
* [WebAssembly] Update dylink section parsingSam Clegg2018-12-121-0/+1
* [WebAssembly] Add support for dylink section in object formatSam Clegg2018-11-141-1/+14
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-0/+24
* [WebAssembly] Add shared memory support to limits fieldDerek Schuff2018-11-061-0/+1
* [WebAssembly] Add V128 value type to binary formatThomas Lively2018-09-201-0/+1
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-8/+8
* [WebAssembly] Write DWARF data into wasm object fileSam Clegg2018-04-261-0/+3
* [WebAssembly] Add version to object file metadataSam Clegg2018-04-261-0/+1
* [WebAssembly] Remove DataSize from linking metadata sectionSam Clegg2018-02-271-1/+0
* [WebAssembly] Add first claass symbol table to wasm objectsSam Clegg2018-02-231-2/+27
* [WebAssembly] Add COMDAT supportSam Clegg2018-01-091-0/+21
* [WebAssembly] Explicitly specify function/global index space in YAMLSam Clegg2018-01-091-1/+3
* [WebAssembly] Remove unneeded sub-directorySam Clegg2017-12-211-1/+1
* [WebAssembly] Add support for init functions linking metadataSam Clegg2017-12-141-0/+7
* [WebAssembly] Use bitfield types in wasm YAML representationSam Clegg2017-12-131-0/+22
* [WebAssembly] Allow each data segment to specify its own alignmentSam Clegg2017-09-291-2/+9
* Reland "[WebAssembly] Add support for naming wasm data segments"Sam Clegg2017-09-201-0/+1
* Reverting due to Green Dragon bot failure.Mike Edwards2017-09-201-1/+0
* [WebAssembly] Add support for naming wasm data segmentsSam Clegg2017-09-191-0/+1
* [WebAssembly] Only treat imports/exports as symbols when reading relocatable ...Sam Clegg2017-09-061-1/+1
* [WebAssembly] Expose the offset of each data segmentSam Clegg2017-07-121-1/+2
* [ObjectYAML] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko2017-07-011-3/+5
* [WebAssembly] Add data size and alignement to linking sectionSam Clegg2017-06-271-0/+2
* [WebAssembly] Add support for weak symbols in the binary formatSam Clegg2017-06-201-9/+41
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [WebAssembly] Fix build error in wasm YAML codeSam Clegg2017-05-101-3/+3
* [WebAssembly] Improve libObject support for wasm imports and exportsSam Clegg2017-05-091-2/+6
* [WebAssembly] Add ObjectYAML support for wasm name sectionSam Clegg2017-05-051-1/+11
* [WebAssembly] Allow for signed relocation addendsSam Clegg2017-04-261-1/+1
* [WebAssembly] Read global index in init expression as LEBSam Clegg2017-04-251-0/+3
* Add virtual destructor to WasmYAML::Section or avoid memory leakDerek Schuff2017-03-311-0/+9
* [WebAssembly] Improve support for WebAssembly binary formatDerek Schuff2017-03-301-0/+348
OpenPOWER on IntegriCloud