summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/WasmObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...Sam Clegg2019-12-111-7/+10
* [WebAssembly] Allow multivalue signatures in object filesThomas Lively2019-10-181-6/+3
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [NFC] Test commit, corrected some spelling in commentDavid Candler2019-08-021-1/+1
* [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...Fangrui Song2019-05-141-5/+3
* [Object] Change getSectionName() to return Expected<StringRef>Fangrui Song2019-05-021-8/+4
* [WebAssembly] Object: Improve error messages on invalid sectionSam Clegg2019-04-201-3/+3
* [WebAssembly] Add DataCount section to object filesThomas Lively2019-04-121-0/+11
* Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...Fangrui Song2019-04-071-1/+1
* [WebAssembly] Add new explicit relocation types for PIC relocationsSam Clegg2019-04-041-0/+2
* [WebAssembly] Initial implementation of PIC code generationSam Clegg2019-03-261-1/+5
* [WebAssembly] Target features sectionThomas Lively2019-03-201-1/+36
* [WebAssembly] Improve support for "needed" list in dylink sectionSam Clegg2019-03-131-0/+1
* [WebAssembly] Generalize section ordering constraintsThomas Lively2019-02-201-8/+61
* [WebAssembly] Update MC for bulk memoryThomas Lively2019-02-191-5/+12
* [WebAssembly] Fix imported function symbol names that differ from their impor...Dan Gohman2019-02-071-4/+18
* [WebAssembly] Object: Remove redundant method. NFC.Sam Clegg2019-02-051-5/+1
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-18/+18
* [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg2019-02-041-16/+16
* [WebAssembly] Add missing SymbolRef update from rL352551Sam Clegg2019-01-301-2/+2
* [WebAssembly] Ensure BasicSymbolRef.getRawDataRefImpl().p is non-nullSam Clegg2019-01-291-4/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Fixed objdump not parsing function headers.Wouter van Oortmerssen2019-01-171-1/+12
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-171-0/+45
* Revert "[WebAssembly] Parse llvm.ident into producers section"Thomas Lively2019-01-171-45/+0
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-161-0/+45
* [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
OpenPOWER on IntegriCloud