summaryrefslogtreecommitdiff
path: root/llvm/lib/Object/WasmObjectFile.cpp
AgeCommit message (Expand)Author
2018-04-25[WebAssebmly] Add Module name to WasmSymbolSam Clegg
2018-04-24[WebAssembly] Use section index in relocation section headerSam Clegg
2018-04-20[WebAssembly] Distinguish debug/symbol names in the Wasm structs. NFCNicholas Wilson
2018-04-12[WebAssembly] libObject: Don't include the name the size of custom sectionsSam Clegg
2018-03-14[WebAssembly] Identify COMDATs by index rather than string. NFCNicholas Wilson
2018-03-09[WebAssembly] Disallow weak undefined globals in the object formatNicholas Wilson
2018-03-06[WebAssebmly] Remove reloc ordering constraintSam Clegg
2018-03-05[WebAssembly] Add validation to reloc sectionNicholas Wilson
2018-03-05[WebAssembly] Attach a name to globals similarly to function namingNicholas Wilson
2018-03-02[WebAssembly] Check function type indexesNicholas Wilson
2018-03-01[WebAssembly] Use uint8_t for single byte values to match the specSam Clegg
2018-02-28[WebAssembly] Fix copy-paste error in debugging stringNicholas Wilson
2018-02-27[WebAssembly] Remove DataSize from linking metadata sectionSam Clegg
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-12[WebAssembly] Don't allow functions to be named twiceSam Clegg
2018-01-09[WebAssembly] Add COMDAT supportSam Clegg
2018-01-09[WebAssembly] Explicitly specify function/global index space in YAMLSam Clegg
2017-12-21[WebAssembly] Remove unneeded sub-directorySam 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-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-06[WebAssembly] Commit a file I accidentally omitted from r319956.Dan Gohman
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-23[wasm] readSection: Avoid reading past eof (fixes oss-fuzz #3219)Vedant Kumar
2017-09-29[WebAssembly] Allow each data segment to specify its own alignmentSam Clegg
2017-09-26[WebAssembly] Model weakly defined symbols as wasm exportsSam Clegg
2017-09-26[WebAssembly] Use function/global index space in WasmSymbolSam Clegg
2017-09-20[WebAssembly] Weak symbols should be defined in SF_GlobalSam Clegg
2017-09-20[WebAssembly] Add support for local symbol bindingsSam Clegg
2017-09-20Reland "[WebAssembly] Add support for naming wasm data segments"Sam Clegg
2017-09-20Reverting due to Green Dragon bot failure.Mike Edwards
2017-09-19[WebAssembly] Add support for naming wasm data segmentsSam Clegg
2017-09-06[WebAssembly] Only treat imports/exports as symbols when reading relocatable ...Sam Clegg
2017-09-01[WebAssembly] Update relocation names to match specSam Clegg
2017-09-01[WebAssembly] Fix getSymbolValue for exported globalsSam Clegg
2017-08-31[WebAssembly] Fix getSymbolValue() for data symbolsSam Clegg
2017-08-31[WebAssembly] Validate exports when parsing object filesSam Clegg
2017-08-23[WebAssembly] Fix overflow for input with missing versionJonas Devlieghere
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] Fix build failures introduced in r305769Sam Clegg