summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* [MACHO] Replaced calls to getStruct with getStructOrErr in functions returnin...Alex Brachet2019-06-041-33/+88
* [AArch64][ELF][llvm-readobj] Add support for BTI and PAC dynamic tagsPeter Smith2019-06-041-0/+10
* [llvm-ar] Reapply Fix relative thin archive path handlingOwen Reynolds2019-06-041-17/+34
* Revert "[llvm-ar] Fix relative thin archive path handling"Dmitri Gribenko2019-06-031-34/+17
* [llvm-ar] Fix relative thin archive path handlingOwen Reynolds2019-06-031-17/+34
* [ARM] add target arch definitions for 8.1-M and MVESjoerd Meijer2019-05-301-0/+18
* Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne2019-05-291-0/+1
* [ARM] Replace fp-only-sp and d16 with fp64 and d32.Simon Tatham2019-05-281-3/+3
* [XCOFF] Implement parsing symbol table for xcoffobjfile and output as yaml fo...Jason Liu2019-05-281-39/+163
* [LLVM-C] Add Accessor for Mach-O Universal Binary SlicesRobert Widmann2019-05-251-0/+15
* [llvm-dlltool] Respect NONAME keywordMartin Storsjo2019-05-221-1/+4
* [ELF] Implement Dependent Libraries FeatureBen Dunbobbin2019-05-172-1/+18
* Minidump: Add support for the MemoryList streamPavel Labath2019-05-161-0/+2
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-163-14/+15
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-163-15/+14
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-163-14/+15
* AArch64: support binutils-like things on arm64_32.Tim Northover2019-05-141-2/+20
* [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...Fangrui Song2019-05-144-23/+18
* [Object] Move ELF specific ObjectFile::getBuildAttributes to ELFObjectFileBaseFangrui Song2019-05-101-4/+2
* [Object] Change SymbolicFile::printSymbolName to use ErrorFangrui Song2019-05-103-9/+7
* [Object][XCOFF] Add an XCOFF dumper for llvm-readobj.Sean Fertile2019-05-031-7/+34
* lld-link: Add /force:multipleres extension to make dupe resource diag non-fatalNico Weber2019-05-021-7/+9
* [Object] Change getSectionName() to return Expected<StringRef>Fangrui Song2019-05-025-33/+23
* Object/Minidump: Add support for the ThreadList streamPavel Labath2019-05-021-7/+12
* lld-link: Make "duplicate resource" error message a bit more conciseNico Weber2019-05-021-4/+6
* Remove duplicate line. NFCI.Simon Pilgrim2019-04-291-1/+0
* llvm-cvtres: Attempt to make llvm-cvtres/duplicate.test work on big-endian sy...Nico Weber2019-04-291-12/+14
* [Object][XCOFF] Add intial support for section header table.Sean Fertile2019-04-251-29/+83
* llvm-cvtres: Make new dupe resource error a bit friendlierNico Weber2019-04-241-7/+34
* Let llvm-cvtres (and lld-link) report duplicate resourcesNico Weber2019-04-241-23/+63
* llvm-cvtres: Split addChild(ID) into two functionsNico Weber2019-04-231-13/+23
* [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
* [LLVM-C] Add Section and Symbol Iterator Accessors for Object File BinariesRobert Widmann2019-04-091-0/+28
* Object/Minidump: Add support for reading the ModuleList streamPavel Labath2019-04-081-0/+21
* [LLVM-C] Allow Access to the Type of a BinaryRobert Widmann2019-04-071-0/+46
* Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...Fangrui Song2019-04-071-1/+1
* [LLVM-C] Begin to Expose A More General Binary InterfaceRobert Widmann2019-04-051-0/+28
* Fix r357749 for big-endian architecturesPavel Labath2019-04-051-2/+6
* Minidump: Add support for reading/writing stringsPavel Labath2019-04-051-0/+28
* [WebAssembly] Add new explicit relocation types for PIC relocationsSam Clegg2019-04-041-0/+2
* [COFF] Fix delay import directory iteratorJoseph Tremoulet2019-04-041-1/+1
* [XCOFF] Add functionality for parsing AIX XCOFF object file headersHubert Tong2019-04-045-0/+275
* [WebAssembly] Initial implementation of PIC code generationSam Clegg2019-03-261-1/+5
* [llvm-dlltool] Set a proper machine type for weak symbol object filesMartin Storsjo2019-03-261-1/+1
* [DWARF] Refactor RelocVisitor and fix computation of SHT_RELA-typed relocatio...Fangrui Song2019-03-222-0/+498
* [Object] Fix reading objects created with -fembed-bitcode-markerSteven Wu2019-03-211-0/+2
* [Object] Add basic minidump supportPavel Labath2019-03-215-0/+83
* Fix Mach-O bind and rebase validation errors in libObjectMichael Trent2019-03-201-116/+62
* [WebAssembly] Target features sectionThomas Lively2019-03-201-1/+36
OpenPOWER on IntegriCloud