summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/WasmObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] Add version to object file metadataSam Clegg2018-04-261-0/+8
* [WebAssembly] Implement getRelocationValueString()Sam Clegg2018-04-261-4/+8
* [WebAssebmly] Add Module name to WasmSymbolSam Clegg2018-04-251-0/+1
* [WebAssembly] Use section index in relocation section headerSam Clegg2018-04-241-29/+6
* [WebAssembly] Distinguish debug/symbol names in the Wasm structs. NFCNicholas Wilson2018-04-201-15/+6
* [WebAssembly] libObject: Don't include the name the size of custom sectionsSam Clegg2018-04-121-1/+5
* [WebAssembly] Identify COMDATs by index rather than string. NFCNicholas Wilson2018-03-141-6/+11
* [WebAssembly] Disallow weak undefined globals in the object formatNicholas Wilson2018-03-091-0/+5
* [WebAssebmly] Remove reloc ordering constraintSam Clegg2018-03-061-3/+1
* [WebAssembly] Add validation to reloc sectionNicholas Wilson2018-03-051-4/+40
* [WebAssembly] Attach a name to globals similarly to function namingNicholas Wilson2018-03-051-2/+8
* [WebAssembly] Check function type indexesNicholas Wilson2018-03-021-1/+6
* [WebAssembly] Use uint8_t for single byte values to match the specSam Clegg2018-03-011-23/+11
* [WebAssembly] Fix copy-paste error in debugging stringNicholas Wilson2018-02-281-1/+1
* [WebAssembly] Remove DataSize from linking metadata sectionSam Clegg2018-02-271-5/+0
* [WebAssembly] Add first claass symbol table to wasm objectsSam Clegg2018-02-231-135/+169
* [WebAssebmly] Report undefined symbols correctly in objdumpSam Clegg2018-02-091-8/+13
* [WebAssembly] MC: Remove unused code for handling of wasm globalsSam Clegg2018-01-311-4/+4
* [WebAssembly] Add minor helper functions to WasmObjectFileSam Clegg2018-01-241-9/+18
* [WebAssembly] Remove debug names from symbol tableSam Clegg2018-01-171-10/+25
* [WebAssembly] Don't allow functions to be named twiceSam Clegg2018-01-121-1/+6
* [WebAssembly] Add COMDAT supportSam Clegg2018-01-091-0/+54
* [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] Fix local references to weak aliasesSam Clegg2017-12-211-9/+18
* [WebAssembly] Export some more info on wasm funtionsSam Clegg2017-12-171-4/+7
* Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner2017-12-141-1/+1
* [WebAssembly] Add support for init functions linking metadataSam Clegg2017-12-141-1/+20
* [WebAssembly] Commit a file I accidentally omitted from r319956.Dan Gohman2017-12-061-1/+0
* Reland "[WebAssembly] Add visibility flag to Wasm symbol flags""Sam Clegg2017-12-031-1/+3
* [WebAssembly] Revert r319488 "Add visibility flag to Wasm symbol flags"Heejin Ahn2017-12-021-3/+1
* Add visibility flag to Wasm symbol flagsSam Clegg2017-11-301-1/+3
* [wasm] readSection: Avoid reading past eof (fixes oss-fuzz #3219)Vedant Kumar2017-10-231-3/+5
* [WebAssembly] Allow each data segment to specify its own alignmentSam Clegg2017-09-291-6/+7
* [WebAssembly] Model weakly defined symbols as wasm exportsSam Clegg2017-09-261-13/+5
* [WebAssembly] Use function/global index space in WasmSymbolSam Clegg2017-09-261-11/+9
* [WebAssembly] Weak symbols should be defined in SF_GlobalSam Clegg2017-09-201-1/+1
* [WebAssembly] Add support for local symbol bindingsSam Clegg2017-09-201-5/+9
* Reland "[WebAssembly] Add support for naming wasm data segments"Sam Clegg2017-09-201-0/+9
* Reverting due to Green Dragon bot failure.Mike Edwards2017-09-201-9/+0
* [WebAssembly] Add support for naming wasm data segmentsSam Clegg2017-09-191-0/+9
* [WebAssembly] Only treat imports/exports as symbols when reading relocatable ...Sam Clegg2017-09-061-33/+67
* [WebAssembly] Update relocation names to match specSam Clegg2017-09-011-3/+3
* [WebAssembly] Fix getSymbolValue for exported globalsSam Clegg2017-09-011-1/+1
* [WebAssembly] Fix getSymbolValue() for data symbolsSam Clegg2017-08-311-1/+6
* [WebAssembly] Validate exports when parsing object filesSam Clegg2017-08-311-0/+8
* [WebAssembly] Fix overflow for input with missing versionJonas Devlieghere2017-08-231-1/+9
* [WebAssembly] Expose the offset of each data segmentSam Clegg2017-07-121-4/+6
* [WebAssembly] Support weak defined symbolsSam Clegg2017-07-071-10/+20
* [WebAssembly] Add support for printing relocations with llvm-objdumpSam Clegg2017-06-271-1/+4
OpenPOWER on IntegriCloud