summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/WasmObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-081-3/+3
* [WebAssembly] Check if the section order is correctHeejin Ahn2018-12-151-3/+67
* [WebAssembly] Update dylink section parsingSam Clegg2018-12-121-0/+6
* [WebAssembly] Make WasmSymbol's signature usable for events (NFC)Heejin Ahn2018-12-081-5/+7
* [WebAssembly] Add support for dylink section in object formatSam Clegg2018-11-141-1/+16
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-3/+92
* [WebAssembly] Add shared memory support to limits fieldDerek Schuff2018-11-061-1/+1
* [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasmDerek Schuff2018-10-031-5/+4
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-38/+35
* [Wasm] Add missing EOF checks for floatsJonas Devlieghere2018-08-311-0/+4
* [WebAssembly] Ensure relocation entries are ordered by offsetSam Clegg2018-08-221-0/+5
* [WASM] Fix overflow when reading custom sectionJonas Devlieghere2018-08-081-3/+10
* Fix MSVC "signed/unsigned mismatch" warning. NFCI.Simon Pilgrim2018-06-261-1/+1
* MC: Remove redundant substr() callSam Clegg2018-05-301-1/+1
* Fix build error introduced in rL333459Sam Clegg2018-05-291-2/+3
* [WebAssembly] Add more error checking to object file parsingSam Clegg2018-05-291-224/+240
* [WebAssembly] Object: Add more error checking for object file readingSam Clegg2018-05-181-3/+9
* [NFC] WebAssembly build break #2JF Bastien2018-05-161-0/+4
* [NFC] WebAssembly build fixJF Bastien2018-05-161-0/+13
* [WebAssembly] Provide WasmFunction content offset information.Sam Clegg2018-05-151-0/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-2/+2
* typoSam Clegg2018-04-271-2/+3
* [WebAssembly] Section symbols must have local bindingSam Clegg2018-04-271-0/+4
* [WebAssembly] Write DWARF data into wasm object fileSam Clegg2018-04-261-1/+35
* [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
OpenPOWER on IntegriCloud