summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* ObjectFile makeTriple - silence static analyzer dyn_cast<COFFObjectFile> null...Simon Pilgrim2019-10-011-1/+1
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-5/+5
* [NFC] Add { } to silence compiler warning [-Wmissing-braces].Huihui Zhang2019-09-251-2/+2
* Support for 64-bit PC-relative relocations for X86_64Artur Pilipenko2019-09-211-0/+2
* [TextAPI] Arch&Platform to TargetCyndy Ishida2019-09-201-2/+2
* [Object] Uncapitalize an error messageFangrui Song2019-09-201-1/+1
* [Object] Extend MachOUniversalBinary::getObjectForArchAlexander Shaposhnikov2019-09-192-5/+20
* [ARM] VFPv2 only supports 16 D registers.Eli Friedman2019-09-171-1/+1
* [Alignment] Move OffsetToAlignment to Alignment.hGuillaume Chatelet2019-09-121-6/+8
* Revert [llvm-nm] Add tapi file supportCyndy Ishida2019-09-111-1/+1
* [llvm-nm] Add tapi file supportCyndy Ishida2019-09-111-1/+1
* [Object] Implement relocation resolver for COFF ARM/ARM64Martin Storsjo2019-09-101-2/+53
* [llvm-readobj][yaml2obj] Support SHT_LLVM_SYMPART, SHT_LLVM_PART_EHDR and SHT...Fangrui Song2019-09-061-0/+2
* [LLD] [COFF] Implement MinGW default manifest handlingMartin Storsjo2019-09-041-5/+95
* Recommit r370661 "[llvm-nm] - Add a test case for case when we dump a symbol ...George Rimar2019-09-021-1/+3
* [LLD] [COFF] Support merging resource object filesMartin Storsjo2019-08-301-0/+124
* [WindowsResource] Remove use of global variables in WindowsResourceParserMartin Storsjo2019-08-301-58/+45
* [WindowsResource] Avoid duplicating the input filenames for each resource. NFC.Martin Storsjo2019-08-301-4/+5
* [COFF] Add a ResourceSectionRef method for getting resource contentsMartin Storsjo2019-08-301-0/+117
* [COFF] Add a ResourceSectionRef method for getting the data entry, print it i...Martin Storsjo2019-08-291-0/+18
* [COFF] Add a bounds checking helper for iterating a coff_resource_dir_tableMartin Storsjo2019-08-291-0/+22
* [COFF] Fix error handling in ResourceSectionRefMartin Storsjo2019-08-291-3/+6
* [llvm-objdump] Add the missing ARMv8 subarch detectionYi Kong2019-08-281-0/+15
* [XCOFF][AIX] Generate symbol table entries with llvm-readobjJason Liu2019-08-271-20/+143
* [Object] FIX: update PlatformKind name in TapiFileCyndy Ishida2019-08-211-2/+2
* [Object] Add tapi files to objectCyndy Ishida2019-08-215-3/+163
* [BinaryFormat] Teach identify_magic about Tapi files.Cyndy Ishida2019-08-213-0/+6
* Be explicit about Windows coff name trailing character policySerge Guelton2019-08-211-6/+14
* [yaml2obj/obj2yaml][MachO] Allow setting custom section dataSeiya Nuta2019-08-201-1/+6
* [Object/COFF.h] - Stop returning std::error_code in a few methods. NFCI.George Rimar2019-08-191-23/+0
* [BPF] Fix bpf llvm-objdump issues.Yonghong Song2019-08-171-2/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-154-5/+5
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-145-20/+33
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-145-33/+20
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-145-20/+33
* [XCOFF] Use a single symbolic constant for the size of an embeded name. [NFC]Sean Fertile2019-08-121-9/+9
* Print reasonable representations of type names in llvm-nm, readelf and readobjSunil Srivastava2019-08-091-1/+10
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-062-2/+2
* [NFC] Test commit, corrected some spelling in commentDavid Candler2019-08-021-1/+1
* [Object] Add public MaxSectionAlignment to MachOUniversalShoaib Meenai2019-07-251-6/+7
* [llvm-ar] Fix support for archives with members larger than 4GBOwen Reynolds2019-07-232-8/+17
* [Object][XCOFF] Remove extra includes from XCOFF related files. [NFC]Sean Fertile2019-07-221-5/+0
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-191-0/+6
* Remove the static initialize introduced in r365099Steven Wu2019-07-181-9/+11
* Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."Hsiangkai Wang2019-07-181-6/+0
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-181-0/+6
* [DWARF][RISCV] Add support for RISC-V relocations needed for debug infoAlex Bradbury2019-07-181-0/+53
* [Object] isNotObjectErrorInvalidFileType: simplifyFangrui Song2019-07-131-13/+10
* [Object] isNotObjectErrorInvalidFileType: fix use-after-moveFangrui Song2019-07-131-1/+1
* [Support] Move llvm::MemoryBuffer to sys::fs::file_tReid Kleckner2019-07-101-6/+7
OpenPOWER on IntegriCloud