aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/WasmObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-08-02[NFC] Test commit, corrected some spelling in commentDavid Candler1-1/+1
2019-05-14[Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...Fangrui Song1-5/+3
2019-05-02[Object] Change getSectionName() to return Expected<StringRef>Fangrui Song1-8/+4
2019-04-20[WebAssembly] Object: Improve error messages on invalid sectionSam Clegg1-3/+3
2019-04-12[WebAssembly] Add DataCount section to object filesThomas Lively1-0/+11
2019-04-07Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...Fangrui Song1-1/+1
2019-04-04[WebAssembly] Add new explicit relocation types for PIC relocationsSam Clegg1-0/+2
2019-03-26[WebAssembly] Initial implementation of PIC code generationSam Clegg1-1/+5
2019-03-20[WebAssembly] Target features sectionThomas Lively1-1/+36
2019-03-13[WebAssembly] Improve support for "needed" list in dylink sectionSam Clegg1-0/+1
2019-02-20[WebAssembly] Generalize section ordering constraintsThomas Lively1-8/+61
2019-02-19[WebAssembly] Update MC for bulk memoryThomas Lively1-5/+12
2019-02-07[WebAssembly] Fix imported function symbol names that differ from their impor...Dan Gohman1-4/+18
2019-02-05[WebAssembly] Object: Remove redundant method. NFC.Sam Clegg1-5/+1
2019-02-04[WebAssembly] clang-tidy (NFC)Heejin Ahn1-18/+18
2019-02-04[WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg1-16/+16
2019-01-30[WebAssembly] Add missing SymbolRef update from rL352551Sam Clegg1-2/+2
2019-01-29[WebAssembly] Ensure BasicSymbolRef.getRawDataRefImpl().p is non-nullSam Clegg1-4/+6
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-17[WebAssembly] Fixed objdump not parsing function headers.Wouter van Oortmerssen1-1/+12
2019-01-17[WebAssembly] Parse llvm.ident into producers sectionThomas Lively1-0/+45
2019-01-17Revert "[WebAssembly] Parse llvm.ident into producers section"Thomas Lively1-45/+0
2019-01-16[WebAssembly] Parse llvm.ident into producers sectionThomas Lively1-0/+45
2019-01-08[WebAssembly] Massive instruction renamingThomas Lively1-3/+3
2018-12-15[WebAssembly] Check if the section order is correctHeejin Ahn1-3/+67
2018-12-12[WebAssembly] Update dylink section parsingSam Clegg1-0/+6
2018-12-08[WebAssembly] Make WasmSymbol's signature usable for events (NFC)Heejin Ahn1-5/+7
2018-11-14[WebAssembly] Add support for dylink section in object formatSam Clegg1-1/+16
2018-11-14[WebAssembly] Add support for the event sectionHeejin Ahn1-3/+92
2018-11-06[WebAssembly] Add shared memory support to limits fieldDerek Schuff1-1/+1
2018-10-03[WebAssembly] Refactor WasmSignature and use it for MCSymbolWasmDerek Schuff1-5/+4
2018-09-05[WebAssembly] clang-format (NFC)Heejin Ahn1-38/+35
2018-08-31[Wasm] Add missing EOF checks for floatsJonas Devlieghere1-0/+4
2018-08-22[WebAssembly] Ensure relocation entries are ordered by offsetSam Clegg1-0/+5
2018-08-08[WASM] Fix overflow when reading custom sectionJonas Devlieghere1-3/+10
2018-06-26Fix MSVC "signed/unsigned mismatch" warning. NFCI.Simon Pilgrim1-1/+1
2018-05-30MC: Remove redundant substr() callSam Clegg1-1/+1
2018-05-29Fix build error introduced in rL333459Sam Clegg1-2/+3
2018-05-29[WebAssembly] Add more error checking to object file parsingSam Clegg1-224/+240
2018-05-18[WebAssembly] Object: Add more error checking for object file readingSam Clegg1-3/+9
2018-05-16[NFC] WebAssembly build break #2JF Bastien1-0/+4
2018-05-16[NFC] WebAssembly build fixJF Bastien1-0/+13
2018-05-15[WebAssembly] Provide WasmFunction content offset information.Sam Clegg1-0/+1
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-2/+2
2018-04-27typoSam Clegg1-2/+3
2018-04-27[WebAssembly] Section symbols must have local bindingSam Clegg1-0/+4
2018-04-26[WebAssembly] Write DWARF data into wasm object fileSam Clegg1-1/+35
2018-04-26[WebAssembly] Add version to object file metadataSam Clegg1-0/+8
2018-04-26[WebAssembly] Implement getRelocationValueString()Sam Clegg1-4/+8