summaryrefslogtreecommitdiffstats
path: root/llvm/tools/yaml2obj/yaml2wasm.cpp
Commit message (Expand)AuthorAgeFilesLines
* [yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet2019-08-071-658/+0
* Revert "[yaml2obj] Move core yaml2obj code into lib and include for use in un...Dmitri Gribenko2019-08-061-0/+658
* [yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet2019-08-061-658/+0
* [WebAssembly] Add more test coverage for reloctions against section symbolsSam Clegg2019-05-071-5/+0
* [WebAssembly] Add DataCount section to object filesThomas Lively2019-04-121-0/+10
* [WebAssembly] Target features sectionThomas Lively2019-03-201-0/+16
* [WebAssembly] Update MC for bulk memoryThomas Lively2019-02-191-2/+5
* [WebAssembly] Fix imported function symbol names that differ from their impor...Dan Gohman2019-02-071-1/+2
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-33/+33
* [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg2019-02-041-5/+5
* 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/+27
* Revert "[WebAssembly] Parse llvm.ident into producers section"Thomas Lively2019-01-171-27/+0
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-161-0/+27
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-081-1/+1
* [WebAssembly] Check if the section order is correctHeejin Ahn2018-12-151-0/+9
* [WebAssembly] Update dylink section parsingSam Clegg2018-12-121-0/+4
* [WebAssembly] Add support for dylink section in object formatSam Clegg2018-11-141-1/+15
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-10/+27
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-32/+31
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WebAssembly] Write DWARF data into wasm object fileSam Clegg2018-04-261-4/+17
* [WebAssembly] Add version to object file metadataSam Clegg2018-04-261-0/+1
* [WebAssembly] Use section index in relocation section headerSam Clegg2018-04-241-6/+10
* [WebAssembly] libObject: Don't include the name the size of custom sectionsSam Clegg2018-04-121-0/+1
* [WebAssembly] Use uint8_t for single byte values to match the specSam Clegg2018-03-011-22/+22
* [WebAssembly] Remove DataSize from linking metadata sectionSam Clegg2018-02-271-5/+0
* [WebAssembly] NDEBUG is spelled without a leading underscore.Benjamin Kramer2018-02-231-1/+1
* [WebAssembly] Add first claass symbol table to wasm objectsSam Clegg2018-02-231-8/+31
* [WebAssembly] Add COMDAT supportSam Clegg2018-01-091-0/+17
* [WebAssembly] Explicitly specify function/global index space in YAMLSam Clegg2018-01-091-3/+34
* [WebAssembly] Add support for init functions linking metadataSam Clegg2017-12-141-0/+11
* [WebAssembly] Add linking metatdata test coverage for wasm2yamlSam Clegg2017-12-131-1/+0
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-2/+0
* [WebAssembly] Allow each data segment to specify its own alignmentSam Clegg2017-09-291-11/+8
* Reland "[WebAssembly] Add support for naming wasm data segments"Sam Clegg2017-09-201-0/+11
* Reverting due to Green Dragon bot failure.Mike Edwards2017-09-201-11/+0
* [WebAssembly] Add support for naming wasm data segmentsSam Clegg2017-09-191-0/+11
* [WebAssembly] Update relocation names to match specSam Clegg2017-09-011-3/+3
* [WebAssembly] Expose the offset of each data segmentSam Clegg2017-07-121-1/+1
* [WebAssembly] Add data size and alignement to linking sectionSam Clegg2017-06-271-16/+44
* [WebAssembly] Add support for weak symbols in the binary formatSam Clegg2017-06-201-7/+32
* [WebAssembly] Fix build error in wasm YAML codeSam Clegg2017-05-101-4/+4
* [WebAssembly] Improve libObject support for wasm imports and exportsSam Clegg2017-05-091-2/+9
* [WebAssembly] Add ObjectYAML support for wasm name sectionSam Clegg2017-05-051-10/+36
* [WebAssembly] Improve support for WebAssembly binary formatDerek Schuff2017-03-301-0/+377
OpenPOWER on IntegriCloud