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