summaryrefslogtreecommitdiff
path: root/llvm/include/llvm/Object/Wasm.h
AgeCommit message (Expand)Author
2018-10-03[WebAssembly] Refactor WasmSignature and use it for MCSymbolWasmDerek Schuff
2018-09-05[WebAssembly] clang-format (NFC)Heejin Ahn
2018-05-29[WebAssembly] Add more error checking to object file parsingSam Clegg
2018-05-16[NFC] WebAssembly build break #2JF Bastien
2018-05-16[NFC] WebAssembly build fixJF Bastien
2018-05-14[WebAssembly] Move toString helpers to BinaryFormatSam Clegg
2018-05-01[WebAssembly] Fix debug printing of symbol typesSam Clegg
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber
2018-04-26[WebAssembly] Write DWARF data into wasm object fileSam Clegg
2018-04-24[WebAssembly] Use section index in relocation section headerSam Clegg
2018-03-14[WebAssembly] Identify COMDATs by index rather than string. NFCNicholas Wilson
2018-03-10[WebAssembly] Object: Add accessor for wasm symbolsSam Clegg
2018-03-05[WebAssembly] Add validation to reloc sectionNicholas Wilson
2018-02-23[WebAssembly] Add first claass symbol table to wasm objectsSam Clegg
2018-02-09[WebAssebmly] Report undefined symbols correctly in objdumpSam Clegg
2018-01-31[WebAssembly] MC: Remove unused code for handling of wasm globalsSam Clegg
2018-01-24[WebAssembly] Add minor helper functions to WasmObjectFileSam Clegg
2018-01-17[WebAssembly] Remove debug names from symbol tableSam Clegg
2018-01-09[WebAssembly] Add COMDAT supportSam Clegg
2017-12-21[WebAssembly] Fix local references to weak aliasesSam Clegg
2017-12-17[WebAssembly] Export some more info on wasm funtionsSam Clegg
2017-12-16[WebAssembly] Return ArrayRef's rather than const std::vector&Sam Clegg
2017-12-14Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner
2017-12-14[WebAssembly] Add support for init functions linking metadataSam Clegg
2017-12-03Reland "[WebAssembly] Add visibility flag to Wasm symbol flags""Sam Clegg
2017-12-02[WebAssembly] Revert r319488 "Add visibility flag to Wasm symbol flags"Heejin Ahn
2017-11-30Add visibility flag to Wasm symbol flagsSam Clegg
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-09-26[WebAssembly] Use function/global index space in WasmSymbolSam Clegg
2017-09-20[WebAssembly] Add support for local symbol bindingsSam Clegg
2017-09-06[WebAssembly] Only treat imports/exports as symbols when reading relocatable ...Sam Clegg
2017-08-31[WebAssembly] Validate exports when parsing object filesSam Clegg
2017-07-12[WebAssembly] Expose the offset of each data segmentSam Clegg
2017-07-07[WebAssembly] Support weak defined symbolsSam Clegg
2017-06-27[WebAssembly] Add support for printing relocations with llvm-objdumpSam Clegg
2017-06-27[WebAssembly] Add data size and alignement to linking sectionSam Clegg
2017-06-20[WebAssembly] Add support for weak symbols in the binary formatSam Clegg
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-05-27Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...George Rimar
2017-05-26Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar
2017-05-26[DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar
2017-05-26Revert "[DWARF] - Make collectAddressRanges() return section index in additio...George Rimar
2017-05-26Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...George Rimar
2017-05-26Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar
2017-05-26[DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar
2017-05-09[WebAssembly] Improve libObject support for wasm imports and exportsSam Clegg
2017-05-04[WebAssembly] Add wasm symbol table support to llvm-objdumpSam Clegg
2017-04-21[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko
2017-04-14[WebAssembly] Improve readobj and nm support for wasmSam Clegg